Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-termcolor for
openSUSE:Factory checked in at 2022-10-12 18:23:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-termcolor (Old)
and /work/SRC/openSUSE:Factory/.python-termcolor.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-termcolor"
Wed Oct 12 18:23:13 2022 rev:11 rq:1009277 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-termcolor/python-termcolor.changes
2019-11-04 17:11:40.480598822 +0100
+++
/work/SRC/openSUSE:Factory/.python-termcolor.new.2275/python-termcolor.changes
2022-10-12 18:24:06.721577608 +0200
@@ -1,0 +2,10 @@
+Mon Oct 3 16:03:35 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 2.0.1:
+ * Add support for Python 3.11 and PyPy
+ * Add support for Python 3.10
+ * Support NO_COLOR
+ * Add type annotations to the project and run mypy on CI
+ * Add tests
+
+-------------------------------------------------------------------
Old:
----
termcolor-1.1.0.tar.gz
New:
----
termcolor-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-termcolor.spec ++++++
--- /var/tmp/diff_new_pack.rue5bb/_old 2022-10-12 18:24:07.221578857 +0200
+++ /var/tmp/diff_new_pack.rue5bb/_new 2022-10-12 18:24:07.225578867 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-termcolor
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,18 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-termcolor
-Version: 1.1.0
+Version: 2.0.1
Release: 0
Summary: ANSII Color formatting for output in terminal
License: MIT
URL: https://pypi.python.org/pypi/termcolor
Source:
https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module hatch_vcs}
+BuildRequires: %{python_module hatchling}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -39,15 +44,15 @@
%setup -q -n termcolor-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license COPYING.txt
-%doc CHANGES.rst README.rst
+%doc CHANGES.md README.md
%{python_sitelib}/*
%changelog
++++++ termcolor-1.1.0.tar.gz -> termcolor-2.0.1.tar.gz ++++++
++++ 1780 lines of diff (skipped)