Hello community, here is the log from the commit of package python-colorama for openSUSE:Factory checked in at 2018-11-18 23:22:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-colorama (Old) and /work/SRC/openSUSE:Factory/.python-colorama.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colorama" Sun Nov 18 23:22:17 2018 rev:13 rq:648743 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-colorama/python-colorama.changes 2017-08-28 15:18:11.868020352 +0200 +++ /work/SRC/openSUSE:Factory/.python-colorama.new/python-colorama.changes 2018-11-18 23:22:19.198199398 +0100 @@ -1,0 +2,32 @@ +Tue Nov 13 14:29:06 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Switch to github tarball to get tests + +------------------------------------------------------------------- +Mon Nov 12 06:18:08 UTC 2018 - Arun Persaud <[email protected]> + +- specfile: + * update copyright year + * move from tar.gz to zip on pypi + * be more specific in %files section + * remove devel from noarch + +- update to version 0.4.0: + * Fix issue #142: reset LIGHT_EX colors with RESET_ALL. Reported by + Delgan + * Fix issue #147: ignore invalid "erase" ANSI codes. Reported by + shin- + * Fix issues #163 and #164: fix stream wrapping under + PyCharm. Contributed by veleek and Delgan. + * Thanks to jdufresne for various code cleanup and updates to + documentation and project metadata. (pull requests #171, #172, + #173, #174, #176, #177, #189, #190, #192) + * #186: added contextlib magic methods to ansitowin32.StreamWrapper. + Contributed by hoefling. + * Fix issue #131: don't cache stdio handles, since they might be + closed/changed by fd redirection. This fixes an issue with pytest. + Contributed by segevfiner. + * #146, #157: Drop support for EOL Python 2.5, 2.6, 3.1, 3.2 and + 3.3, and add 3.6. Thanks to hugovk. + +------------------------------------------------------------------- Old: ---- colorama-0.3.9.tar.gz New: ---- 0.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-colorama.spec ++++++ --- /var/tmp/diff_new_pack.menY3e/_old 2018-11-18 23:22:20.538197759 +0100 +++ /var/tmp/diff_new_pack.menY3e/_new 2018-11-18 23:22:20.538197759 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-colorama # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-colorama -Version: 0.3.9 +Version: 0.4.0 Release: 0 Summary: Cross-platform colored terminal text License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/tartley/colorama -Source: https://files.pythonhosted.org/packages/source/c/colorama/colorama-%{version}.tar.gz -BuildRequires: %{python_module devel} +URL: https://github.com/tartley/colorama +Source: https://github.com/tartley/colorama/archive/%{version}.tar.gz +BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: unzip BuildArch: noarch %python_subpackages @@ -58,10 +59,16 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_expand script -eqc "pytest-%{$python_version} -vv -s" /dev/null + %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGELOG.rst LICENSE.txt README.rst +%license LICENSE.txt +%doc CHANGELOG.rst README.rst %doc demos/ -%{python_sitelib}/* +%dir %{python_sitelib}/colorama +%{python_sitelib}/colorama/* +%dir %{python_sitelib}/colorama-%{version}-py*.egg-info +%{python_sitelib}/colorama-%{version}-py*.egg-info %changelog ++++++ colorama-0.3.9.tar.gz -> 0.4.0.tar.gz ++++++ ++++ 1994 lines of diff (skipped)
