forked from pool/python-unicodedata2
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:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:149c9d637c44163b42baccd75167c31f76bfcc4809581547d10fc3550be8a814
|
||||
size 1202614
|
3
unicodedata2-14.0.0.tar.gz
Normal file
3
unicodedata2-14.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f95b778ae3c2706c4dfab731261c0c60aa2bd93b9c0ba9de49395b0c45b12a6a
|
||||
size 624067
|
Reference in New Issue
Block a user