Follow upstream requirements.txt for modules -> pyasn1
The current pyasn1-modules requirements.txt contains: pyasn1>=0.4.7,<0.6.0 Resolve: #1979875
This commit is contained in:
parent
b452b9a0a1
commit
705d37e2cb
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-pyasn1
|
Name: python-pyasn1
|
||||||
Version: 0.4.8
|
Version: 0.4.8
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: ASN.1 tools for Python
|
Summary: ASN.1 tools for Python
|
||||||
License: BSD
|
License: BSD
|
||||||
Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz
|
Source0: https://github.com/etingof/pyasn1/archive/v%{version}.tar.gz
|
||||||
@ -27,7 +27,7 @@ language.
|
|||||||
|
|
||||||
%package -n python3-pyasn1-modules
|
%package -n python3-pyasn1-modules
|
||||||
Summary: Modules for pyasn1
|
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}
|
%{?python_provide:%python_provide python3-modules}
|
||||||
|
|
||||||
%description -n python3-pyasn1-modules
|
%description -n python3-pyasn1-modules
|
||||||
@ -85,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test
|
|||||||
%doc docs/build/html/*
|
%doc docs/build/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.4.8-5
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user