Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 03:48:11 +02:00
parent 2404bbb3db
commit 1e7d509f97

View File

@ -1,10 +1,11 @@
%global _without_tests 1
%bcond_without tests
%global srcname setuptools_scm
Name: python-%{srcname}
Version: 3.5.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Blessed package to manage your versions by SCM tags
License: MIT
@ -57,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k 'not test_pip_download'
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-2
- Bootstrap for Python 3.9
* Tue Apr 14 2020 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-1
- Update to 3.5.0 (#1792534)