Bootstrap for Python 3.7
This commit is contained in:
parent
0cc373fc99
commit
e3057d2747
@ -1,3 +1,4 @@
|
||||
%global _without_tests 1
|
||||
# Tests are not included in PyPI tarball
|
||||
%bcond_with tests
|
||||
|
||||
@ -5,7 +6,7 @@
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Blessed package to manage your versions by scm tags
|
||||
|
||||
# https://github.com/pypa/setuptools_scm/issues/211
|
||||
@ -81,6 +82,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-2
|
||||
- Bootstrap for Python 3.7
|
||||
|
||||
* Mon May 14 2018 Charalampos Stratakis <cstratak@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user