Rebuilt for Python 3.7
This commit is contained in:
parent
20c47fcc6f
commit
009c9bb742
@ -1,5 +1,3 @@
|
|||||||
%global _without_docs 1
|
|
||||||
%global _without_tests 1
|
|
||||||
# we have a circular (build) dependency with the (new) pytest package
|
# we have a circular (build) dependency with the (new) pytest package
|
||||||
# when generating the docs or running the testsuite
|
# when generating the docs or running the testsuite
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
@ -21,7 +19,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
|
||||||
License: MIT and Public Domain
|
License: MIT and Public Domain
|
||||||
# main package: MIT, except: doc/style.css: Public Domain
|
# main package: MIT, except: doc/style.css: Public Domain
|
||||||
@ -205,6 +203,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.3-3
|
||||||
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.3-2
|
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.3-2
|
||||||
- Bootstrap for Python 3.7
|
- Bootstrap for Python 3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user