Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-18 18:14:16 +02:00
parent e71954e301
commit efe0c78cf8

View File

@ -4,7 +4,7 @@ Name: python-%{srcname}
Summary: A Python library for creating text UI Summary: A Python library for creating text UI
Url: https://github.com/rhinstaller/python-%{srcname} Url: https://github.com/rhinstaller/python-%{srcname}
Version: 1.3 Version: 1.3
Release: 1%{?dist} Release: 2%{?dist}
# This tarball was created from upstream git: # This tarball was created from upstream git:
# git clone https://github.com/rhinstaller/python-simpleline # git clone https://github.com/rhinstaller/python-simpleline
# cd python-simpleline && make archive # cd python-simpleline && make archive
@ -60,6 +60,9 @@ make test
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-2
- Rebuilt for Python 3.7
* Mon Jun 11 2018 Jiri Konecny <jkonecny@redhat.com> - 1.3-1 * Mon Jun 11 2018 Jiri Konecny <jkonecny@redhat.com> - 1.3-1
- Fix pylint errors raised by new pylint version (jkonecny) - Fix pylint errors raised by new pylint version (jkonecny)
- Setup logging handler properly for a library (jkonecny) - Setup logging handler properly for a library (jkonecny)