diff --git a/.gitignore b/.gitignore index 4524ea6..1ad2be2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /blessed-1.14.1.tar.gz +/blessed-1.15.0.tar.gz diff --git a/python-blessed.spec b/python-blessed.spec index 71ae5d1..bd1ac18 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -24,7 +24,7 @@ It provides: \ - Styles, color, and maybe a little positioning without necessarily clearing \ the whole screen first. \ - Works great with standard Python string formatting. \ -- Provides up-to-the-moment terminal height and width, so you can responds \ +- Provides up-to-the-moment terminal height and width, so you can respond \ to terminal size changes. \ - Avoids making a mess if the output gets piped to a non-terminal: outputs \ to any file-like object such as StringIO, files, or pipes. \ @@ -44,8 +44,8 @@ It provides: \ Name: python-%{pkgname} -Version: 1.14.1 -Release: 4%{?dist} +Version: 1.15.0 +Release: 1%{?dist} Summary: %{summary} Group: Development/Libraries @@ -155,15 +155,15 @@ Requires: python%{python3_other_pkgversion}-wcwidth export PYTHONIOENCODING=UTF8 export TERM=xterm-256color export LANG=en_US.UTF-8 -py.test-%{python2_version} --strict --verbose --verbose +py.test-%{python2_version} --strict --verbose --verbose --exitfirst %if 0%{?with_python3} -py.test-%{python3_version} --strict --verbose --verbose +py.test-%{python3_version} --strict --verbose --verbose --exitfirst %if 0%{?with_python3_other} -py.test-%{python3_other_version} --strict --verbose --verbose +py.test-%{python3_other_version} --strict --verbose --verbose --exitfirst %endif %endif -%files +%files -n %{py2_namespace}-%{pkgname} %license LICENSE %doc README.rst docs/*.rst %{python2_sitelib}/%{srcname} @@ -186,6 +186,19 @@ py.test-%{python3_other_version} --strict --verbose --verbose %endif # with_python3 %changelog +* Wed Jun 20 2018 Miro Hrončok - 1.15.0-1 +- Updated to 1.15.0 (Python 3.7 Support) +- Exit tests on first failure to avoid loops + +* Tue Jun 19 2018 Miro Hrončok - 1.14.1-7 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.14.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.14.1-5 +- Fix creation of python2- subpackage + * Wed Oct 04 2017 Avram Lubkin - 1.14.1-4 - Conflicting ordereddict requirements in EL6 diff --git a/sources b/sources index d37e27f..8c353ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blessed-1.14.1.tar.gz) = 400e269ffa4a4ed4bb7ab82163bb127981016a0d8b755dc906d63f0371785bbf1aff8aeecfdce776636b85c162e586a0ab6eb1d374bfc8f3c566257e15d893db +SHA512 (blessed-1.15.0.tar.gz) = fee8b8e46bed77193ae1b96458c979215f1e4e10971a31151d0a5dbf575138ec9b8ec9c3210ca4ce3710bc80edd47faf025d9ec7d131824887c0fe5d62b605d9