python-asn1crypto: Upgrade to 1.5.1 (#2758)

This commit is contained in:
Olivia Crain 2022-04-15 13:43:09 -07:00 коммит произвёл GitHub
Родитель 18a1c779a1
Коммит 2fee6b87e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 18 добавлений и 12 удалений

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

@ -1,5 +1,5 @@
{
"Signatures": {
"asn1crypto-0.24.0.tar.gz": "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49"
"asn1crypto-1.5.1.tar.gz": "c06e6827971891a7c42299eff3f0881d6fbf1ada53f11c5797240a9c0cec6a1c"
}
}

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

@ -1,14 +1,18 @@
Summary: A fast, pure Python library for parsing and serializing ASN.1 structures.
Name: python-asn1crypto
Version: 0.24.0
Release: 4%{?dist}
Version: 1.5.1
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
Group: Development/Languages/Python
URL: https://github.com/wbond/asn1crypto
#Source0: https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz
Source0: asn1crypto-%{version}.tar.gz
Source0: https://github.com/wbond/asn1crypto/archive/refs/tags/%{version}.tar.gz#/asn1crypto-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%if %{with_check}
BuildRequires: python3-pip
%endif
BuildArch: noarch
%description
@ -16,9 +20,6 @@ A fast, pure Python library for parsing and serializing ASN.1 structures.
%package -n python3-asn1crypto
Summary: A fast, pure Python library for parsing and serializing ASN.1 structures.
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-xml
Requires: python3
%description -n python3-asn1crypto
@ -33,8 +34,9 @@ A fast, pure Python library for parsing and serializing ASN.1 structures.
%install
%py3_install
# %%check
# Commented out %check due to no test existence
%check
pip3 install tox
tox -e py%{python3_version_nodots}
%files -n python3-asn1crypto
%defattr(-,root,root,-)
@ -42,6 +44,10 @@ A fast, pure Python library for parsing and serializing ASN.1 structures.
%{python3_sitelib}/*
%changelog
* Wed Apr 13 2022 Olivia Crain <oliviacrain@microsoft.com> - 1.5.1-1
- Upgrade to latest upstream version
- Add tests using tox-based runner
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 0.24.0-4
- Remove python2 package
- Add license to python3 package

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

@ -21924,8 +21924,8 @@
"type": "other",
"other": {
"name": "python-asn1crypto",
"version": "0.24.0",
"downloadUrl": "https://files.pythonhosted.org/packages/fc/f1/8db7daa71f414ddabfa056c4ef792e1461ff655c2ae2928a2b675bfed6b4/asn1crypto-0.24.0.tar.gz"
"version": "1.5.1",
"downloadUrl": "https://github.com/wbond/asn1crypto/archive/refs/tags/1.5.1.tar.gz"
}
}
},