From 41e10626af54a10497a61873b7be7aacd70e8bda Mon Sep 17 00:00:00 2001 From: tigro Date: Sat, 4 Jan 2025 11:15:14 +0300 Subject: [PATCH] import python-unicodedata2-15.1.0-3.el10 --- .gitignore | 1 + .python-unicodedata2.metadata | 1 + SPECS/python-unicodedata2.spec | 98 ++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 .gitignore create mode 100644 .python-unicodedata2.metadata create mode 100644 SPECS/python-unicodedata2.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2bb34d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/unicodedata2-15.1.0.tar.gz diff --git a/.python-unicodedata2.metadata b/.python-unicodedata2.metadata new file mode 100644 index 0000000..0956207 --- /dev/null +++ b/.python-unicodedata2.metadata @@ -0,0 +1 @@ +69c33a54f9b12deacd5208276d6443d44ef5b7ef SOURCES/unicodedata2-15.1.0.tar.gz diff --git a/SPECS/python-unicodedata2.spec b/SPECS/python-unicodedata2.spec new file mode 100644 index 0000000..4c27972 --- /dev/null +++ b/SPECS/python-unicodedata2.spec @@ -0,0 +1,98 @@ +# Created by pyp2rpm-3.3.7 +%global pypi_name unicodedata2 +%global pypi_version 15.1.0 + +Name: python-%{pypi_name} +Version: %{pypi_version} +Release: 3%{?dist} +Summary: Unicodedata backport updated to the latest Unicode version + +License: Apache-2.0 +URL: http://github.com/fonttools/unicodedata2 +Source0: %{pypi_source} + +BuildRequires: gcc +BuildRequires: python3-devel +BuildRequires: python3dist(pytest) +BuildRequires: python3dist(pytest-randomly) +BuildRequires: python3dist(pytest-xdist) +BuildRequires: python3dist(setuptools) + +%description +This module provides access to the Unicode Character Database (UCD) +which defines character properties for all Unicode characters. The +data contained in this database is compiled from the UCD version 13.0.0. + +The versions of this package match Unicode versions, so unicodedata2==13.0.0 +is data from Unicode 13.0.0. + + +%package -n python3-%{pypi_name} +Summary: %{summary} + +%description -n python3-%{pypi_name} +This module provides access to the Unicode Character Database (UCD) +which defines character properties for all Unicode characters. The +data contained in this database is compiled from the UCD version 13.0.0. + +The versions of this package match Unicode versions, so unicodedata2==13.0.0 +is data from Unicode 13.0.0. + + +%prep +%autosetup -n %{pypi_name}-%{pypi_version} -p1 + +%build +%py3_build + +%install +%py3_install + +%check +%pytest -v + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitearch}/%{pypi_name}%{python3_ext_suffix} +%{python3_sitearch}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info + +%changelog +* Sat Jan 04 2025 Arkady L. Shane - 15.1.0-3 +- Rebuilt for MSVSphere 10 + +* Fri Jan 26 2024 Fedora Release Engineering - 15.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 15.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Oct 08 2023 Parag Nemade - 15.1.0-1 +- Update to 15.1.0 version (#2241026) + +* Fri Jul 21 2023 Fedora Release Engineering - 15.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jun 16 2023 Python Maint - 15.0.0-2 +- Rebuilt for Python 3.12 + +* Tue Mar 21 2023 Parag Nemade - 15.0.0-1 +- Update to 15.0.0 release + +* Mon Dec 05 2022 Parag Nemade - 14.0.0-6 +- Update license tag to SPDX format + +* Fri Jul 22 2022 Fedora Release Engineering - 14.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jun 14 2022 Python Maint - 14.0.0-4 +- Rebuilt for Python 3.11 + +* Mon May 16 2022 Parag Nemade - 14.0.0-3 +- Update as suggested in this package review + +* Mon May 16 2022 Parag Nemade - 14.0.0-2 +- Drop un-necessary packaging lines from SPEC file + +* Sun Feb 27 2022 Parag Nemade - 14.0.0-1 +- Initial package.