diff --git a/python-unicodedata2.changes b/python-unicodedata2.changes index 95209b9..0d5a69d 100644 --- a/python-unicodedata2.changes +++ b/python-unicodedata2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jan 16 20:32:49 UTC 2022 - Ben Greiner + +- 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) + ------------------------------------------------------------------- Wed Mar 25 14:37:21 UTC 2020 - pgajdos@suse.com diff --git a/python-unicodedata2.spec b/python-unicodedata2.spec index c00c795..2a8ae20 100644 --- a/python-unicodedata2.spec +++ b/python-unicodedata2.spec @@ -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 @@ BuildRequires: python-rpm-macros %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 @@ export CFLAGS="%{optflags}" %files %{python_files} %doc README.md %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/unicodedata2.*.so +%{python_sitearch}/unicodedata2-%{version}*-info %changelog diff --git a/unicodedata2-13.0.0.tar.gz b/unicodedata2-13.0.0.tar.gz deleted file mode 100644 index a5522b3..0000000 --- a/unicodedata2-13.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:149c9d637c44163b42baccd75167c31f76bfcc4809581547d10fc3550be8a814 -size 1202614 diff --git a/unicodedata2-14.0.0.tar.gz b/unicodedata2-14.0.0.tar.gz new file mode 100644 index 0000000..b5d34a3 --- /dev/null +++ b/unicodedata2-14.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95b778ae3c2706c4dfab731261c0c60aa2bd93b9c0ba9de49395b0c45b12a6a +size 624067