Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 16:39:35 +02:00
parent 336f15f7ee
commit 822b581975

View File

@ -1,5 +1,3 @@
%global _without_tests 1
%global _without_docs 1
%global pypi_name packaging %global pypi_name packaging
%if 0%{?fedora} || 0%{?rhel} >= 8 %if 0%{?fedora} || 0%{?rhel} >= 8
@ -18,7 +16,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 19.0 Version: 19.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Core utilities for Python packages Summary: Core utilities for Python packages
License: BSD or ASL 2.0 License: BSD or ASL 2.0
@ -195,6 +193,9 @@ rm -rf html/_static/fonts/
%endif %endif
%changelog %changelog
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0-4
- Rebuilt for Python 3.8
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0-3 * Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0-3
- Bootstrap for Python 3.8 - Bootstrap for Python 3.8