|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
%global module pyasn1
|
|
|
|
|
%global modules_version 0.2.8
|
|
|
|
|
%global modules_version 0.3.0
|
|
|
|
|
|
|
|
|
|
Name: python-pyasn1
|
|
|
|
|
Version: 0.4.8
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.5.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: ASN.1 tools for Python
|
|
|
|
|
License: BSD
|
|
|
|
|
Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz
|
|
|
|
|
Source1: https://github.com/etingof/pyasn1-modules/archive/v%{modules_version}.tar.gz
|
|
|
|
|
URL: http://pyasn1.sourceforge.net/
|
|
|
|
|
License: BSD-2-Clause
|
|
|
|
|
Source0: https://github.com/pyasn1/pyasn1/archive/v%{version}.tar.gz
|
|
|
|
|
Source1: https://github.com/pyasn1/pyasn1-modules/archive/v%{modules_version}.tar.gz
|
|
|
|
|
URL: https://github.com/pyasn1/pyasn1
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -27,7 +27,7 @@ language.
|
|
|
|
|
|
|
|
|
|
%package -n python3-pyasn1-modules
|
|
|
|
|
Summary: Modules for pyasn1
|
|
|
|
|
Requires: python3-pyasn1 >= %{version}-%{release}
|
|
|
|
|
Requires: python3-pyasn1 >= 0.4.7, python3-pyasn1 < 0.6.0
|
|
|
|
|
%{?python_provide:%python_provide python3-modules}
|
|
|
|
|
|
|
|
|
|
%description -n python3-pyasn1-modules
|
|
|
|
@ -85,12 +85,56 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test
|
|
|
|
|
%doc docs/build/html/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.8-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.5.1-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.8-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Nov 27 2023 Simon Pichugin <spichugi@redhat.com> - 0.5.1-1
|
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
- Update modules to 0.3.0
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-16
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 27 2023 Stephen Gallagher <sgallagh@redhat.com> - 0.4.8-15
|
|
|
|
|
- Rebuild for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.4.8-14
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Rob Crittenden <rcritten@redhat.com> - 0.4.8-13
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
- correct bad date in changelog
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4.8-10
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Mon Mar 1 2021 Rob Crittenden <rcritten@redhat.com> - 0.4.8-9
|
|
|
|
|
- Set URL to https://github.com/etingof/pyasn1 in the spec file (#2059715)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-7
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 07 2021 Rob Crittenden <rcritten@redhat.com> - 0.4.8-6
|
|
|
|
|
- Follow upstream requirements.txt for modules -> pyasn1 (#1979875)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.4.8-5
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|