Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 00:56:53 +02:00
parent 493e198132
commit 160ea48c1b

View File

@ -1,11 +1,10 @@
%global _without_tests 1
%bcond_without tests
%global srcname setuptools_scm
Name: python-%{srcname}
Version: 3.3.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Blessed package to manage your versions by scm tags
License: MIT
@ -80,6 +79,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v -k 'not
%{python3_sitelib}/%{srcname}-*.egg-info
%changelog
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.3.3-4
- Rebuilt for Python 3.8
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.3.3-3
- Bootstrap for Python 3.8