Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ada4ba281e | |||
| e6528eacc8 | |||
| db9a329d14 | |||
| 27c9e8595d |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 05:01:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 08:53:08 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 16.0.0:
|
||||
* Updated to Unicode 16
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 12:13:22 UTC 2024 - ecsosa <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-unicodedata2
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-unicodedata2
|
||||
Version: 15.1.0
|
||||
Version: 16.0.0
|
||||
Release: 0
|
||||
Summary: Python unicodedata backport/updates
|
||||
License: Apache-2.0 AND Python-2.0
|
||||
@@ -26,8 +26,10 @@ Group: Development/Languages/Python
|
||||
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 pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%python_subpackages
|
||||
@@ -42,10 +44,10 @@ unicodedata2==%{version} is data from Unicode %{version}.
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||
|
||||
%check
|
||||
@@ -55,6 +57,6 @@ export CFLAGS="%{optflags}"
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitearch}/unicodedata2.*.so
|
||||
%{python_sitearch}/unicodedata2-%{version}*-info
|
||||
%{python_sitearch}/unicodedata2-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71c9207ba1116f9697e68d22024e99078d871554452d4647a44a7ce6986acdf9
|
||||
size 627082
|
||||
3
unicodedata2-16.0.0.tar.gz
Normal file
3
unicodedata2-16.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34aeb8a21bd6fdf4060b3458a17488eddeec8964662a8090f5b9ae708e7d6a7d
|
||||
size 709240
|
||||
Reference in New Issue
Block a user