14
0

Accepting request 946842 from home:bnavigator:branches:devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/946842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unicodedata2?expand=0&rev=7
This commit is contained in:
2022-01-17 06:45:49 +00:00
committed by Git OBS Bridge
parent cd08152739
commit 358fc7b78b
4 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 16 20:32:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 Wed Mar 25 14:37:21 UTC 2020 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-unicodedata2 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: python-unicodedata2
Version: 13.0.0 Version: 14.0.0
Release: 0 Release: 0
Summary: Python unicodedata backport Summary: Python unicodedata backport/updates
License: Apache-2.0 AND Python-2.0 License: Apache-2.0 AND Python-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/mikekap/unicodedata2 URL: https://github.com/fonttools/unicodedata2
Source: https://github.com/mikekap/unicodedata2/archive/%{version}.tar.gz#/unicodedata2-%{version}.tar.gz Source: https://github.com/fonttools/unicodedata2/archive/%{version}.tar.gz#/unicodedata2-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -33,7 +34,9 @@ BuildRequires: python-rpm-macros
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n unicodedata2-%{version} %setup -q -n unicodedata2-%{version}
@@ -52,6 +55,7 @@ export CFLAGS="%{optflags}"
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{python_sitearch}/* %{python_sitearch}/unicodedata2.*.so
%{python_sitearch}/unicodedata2-%{version}*-info
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:149c9d637c44163b42baccd75167c31f76bfcc4809581547d10fc3550be8a814
size 1202614

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f95b778ae3c2706c4dfab731261c0c60aa2bd93b9c0ba9de49395b0c45b12a6a
size 624067