Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-17 21:40:48 +02:00
parent c8b8fdb0df
commit cd411b175c

View File

@ -7,7 +7,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.3.0 Version: 1.3.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Linux Distribution - a Linux OS platform information API Summary: Linux Distribution - a Linux OS platform information API
License: ASL 2.0 License: ASL 2.0
@ -107,6 +107,9 @@ rm -rf %{pypi_name}.egg-info
%endif %endif
%changelog %changelog
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-3
- Rebuilt for Python 3.7
* Tue May 29 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-2 * Tue May 29 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-2
- run tests by pytest, not by tox, there is no tox.ini - run tests by pytest, not by tox, there is no tox.ini