Rebuilt for Python 3.9
This commit is contained in:
parent
1e7d509f97
commit
3a2b39d153
@ -1,11 +1,10 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
%global srcname setuptools_scm
|
%global srcname setuptools_scm
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Blessed package to manage your versions by SCM tags
|
Summary: Blessed package to manage your versions by SCM tags
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -58,6 +57,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k 'not test_pip_download'
|
|||||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-3
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-2
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.5.0-2
|
||||||
- Bootstrap for Python 3.9
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user