Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-16 16:40:12 +02:00
parent efbdc6917d
commit ba46707472

View File

@ -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.8.0 Version: 1.8.0
Release: 4%{?dist} Release: 5%{?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
@ -179,6 +177,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%changelog %changelog
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-5
- Rebuilt for Python 3.8
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-4 * Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-4
- Bootstrap for Python 3.8 - Bootstrap for Python 3.8