Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-unicodedata2 for
openSUSE:Factory checked in at 2022-01-17 22:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-unicodedata2 (Old)
and /work/SRC/openSUSE:Factory/.python-unicodedata2.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unicodedata2"
Mon Jan 17 22:34:06 2022 rev:4 rq:946890 version:14.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-unicodedata2/python-unicodedata2.changes
2020-03-25 23:49:33.344032331 +0100
+++
/work/SRC/openSUSE:Factory/.python-unicodedata2.new.1892/python-unicodedata2.changes
2022-01-17 22:34:48.866274267 +0100
@@ -1,0 +2,8 @@
+Sun Jan 16 20:32:49 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 14.0.0
+ * Dropped support for EOL Python 2.7 and 3.5 (#47, #48)
+ * Added support for Python 3.9 and 3.10, and PyPy3
+ * Updated to Unicode 14.0 (#50)
+
+-------------------------------------------------------------------
Old:
----
unicodedata2-13.0.0.tar.gz
New:
----
unicodedata2-14.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-unicodedata2.spec ++++++
--- /var/tmp/diff_new_pack.LumoCo/_old 2022-01-17 22:34:49.362274595 +0100
+++ /var/tmp/diff_new_pack.LumoCo/_new 2022-01-17 22:34:49.362274595 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-unicodedata2
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -16,15 +16,16 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
Name: python-unicodedata2
-Version: 13.0.0
+Version: 14.0.0
Release: 0
-Summary: Python unicodedata backport
+Summary: Python unicodedata backport/updates
License: Apache-2.0 AND Python-2.0
Group: Development/Languages/Python
-URL: https://github.com/mikekap/unicodedata2
-Source:
https://github.com/mikekap/unicodedata2/archive/%{version}.tar.gz#/unicodedata2-%{version}.tar.gz
+URL: https://github.com/fonttools/unicodedata2
+Source:
https://github.com/fonttools/unicodedata2/archive/%{version}.tar.gz#/unicodedata2-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -33,7 +34,9 @@
%python_subpackages
%description
-Unicodedata backport for python 2/3 updated to the latest unicode version.
+Unicodedata backport and updates for the latest unicode version.
+The versions of this package match Unicode versions, so
+unicodedata2==%{version} is data from Unicode %{version}.
%prep
%setup -q -n unicodedata2-%{version}
@@ -52,6 +55,7 @@
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitearch}/*
+%{python_sitearch}/unicodedata2.*.so
+%{python_sitearch}/unicodedata2-%{version}*-info
%changelog
++++++ unicodedata2-13.0.0.tar.gz -> unicodedata2-14.0.0.tar.gz ++++++
++++ 139952 lines of diff (skipped)