Update python-yamlloader to 1.1.0 (#2589)

* Update python-yamlloader to 1.1.0

* linting
This commit is contained in:
Andrew Phelps 2022-03-25 14:41:57 -07:00 коммит произвёл GitHub
Родитель 47c3d26e0c
Коммит 8690fb444a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"yamlloader-0.5.4.tar.gz": "9137cc79f58438007ae0ba63581cdba8167eeeed51e451323b64df2e44c02f10"
"yamlloader-1.1.0.tar.gz": "19375f2b8712da70dae7300580887ce8dcc7d2a1c96f0240e0c4759ddb622fac"
}
}

Просмотреть файл

@ -4,34 +4,32 @@
Summary: Loaders and dumpers for PyYAML
Name: python-%{pkgname}
Version: 0.5.4
Version: 1.1.0
Release: 1%{?dist}
License: MIT
URL: https://github.com/Phynix/yamlloader
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://github.com/Phynix/yamlloader
#Source0: https://github.com/Phynix/%{pkgname}/archive/%{version}.tar.gz
Source0: %{pkgname}-%{version}.tar.gz
BuildArch: noarch
%description
This module provides loaders and dumpers for PyYAML.
%description
This module provides loaders and dumpers for PyYAML.
%package -n python3-%{pkgname}
Summary: %{summary}
BuildRequires: python3-PyYAML
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-xml
BuildRequires: python3-PyYAML
Requires: python3
Requires: python3-PyYAML
%description -n python3-%{pkgname}
The NocaseDict class supports the functionality of the built-in dict class of Python 3.8.
%prep
%autosetup -n %{pkgname}-%{version} -p 1
rm -rf *.egg-info
@ -51,8 +49,10 @@ python3 setup.py install --skip-build --root=%{buildroot}
%{python3_sitelib}/%{pkgname}
%{python3_sitelib}/*.egg-info
%changelog
* Fri Mar 25 2022 Andrew Phelps <anphel@microsoft.com> - 1.1.0-1
- Updated to version 1.1.0
* Fri Aug 21 2020 Thomas Crain <thcrain@microsoft.com> - 0.5.4-1
- Original version for CBL-Mariner
- License verified

Просмотреть файл

@ -24674,8 +24674,8 @@
"type": "other",
"other": {
"name": "python-yamlloader",
"version": "0.5.4",
"downloadUrl": "https://github.com/Phynix/yamlloader/archive/0.5.4.tar.gz"
"version": "1.1.0",
"downloadUrl": "https://github.com/Phynix/yamlloader/archive/1.1.0.tar.gz"
}
}
},