diff --git a/SPECS/python-pyasn1.spec b/SPECS/python-pyasn1.spec index c37c81a..af99fbe 100644 --- a/SPECS/python-pyasn1.spec +++ b/SPECS/python-pyasn1.spec @@ -1,12 +1,12 @@ +%{?python_enable_dependency_generator} %global module pyasn1 -%global modules_version 0.1.5 +%global modules_version 0.2.6 Name: python-pyasn1 -Version: 0.3.7 -Release: 6%{?dist} +Version: 0.4.6 +Release: 3%{?dist} Summary: ASN.1 tools for Python License: BSD -Group: System Environment/Libraries 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/ @@ -53,7 +53,7 @@ pushd ../pyasn1-modules-%{modules_version} %py3_build popd -pushd doc +pushd docs PYTHONPATH=%{buildroot}%{python3_sitelib} make SPHINXBUILD=sphinx-build-3 html popd @@ -82,13 +82,43 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test %files doc %license LICENSE.rst -%doc doc/build/html/* +%doc docs/build/html/* %changelog -* Mon Jul 09 2018 Petr Viktorin - 0.3.7-6 -- Remove the python2 subpackage +* Wed Oct 23 2019 Rob Crittenden - 0.4.6-3 +- Remove python2 subpackages (#1764573) -* Sun Jun 17 2018 Miro Hrončok - 0.3.7-5 +* Thu Oct 03 2019 Miro Hrončok - 0.4.6-2 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Fri Aug 30 2019 Rob Crittenden - 0.4.6-1 +- Update to 0.4.6 (#1742424) +- Update modules to 0.2.6 + +* Fri Aug 16 2019 Miro Hrončok - 0.4.4-6 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.4.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Oct 16 2018 Rob Crittenden - 0.4.4-3 +- Restore python2 subpackages + +* Mon Oct 15 2018 Rob Crittenden - 0.4.4-2 +- Add back accidentally removed buildrequires + +* Mon Oct 15 2018 Rob Crittenden - 0.4.4-1 +- Update to 0.4.4 (#1582010) +- Update modules to 0.2.2 +- Drop python 2 subpackages + +* Sat Jul 14 2018 Fedora Release Engineering +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.3.7-5 - Use Python 3 Sphinx if with Python 3 - Cleanup