Compare commits

...

5 Commits

Author SHA1 Message Date
František Zatloukal 1dc778d8d0 Rebuilt for ICU 71.1 2022-08-01 15:08:54 +02:00
Gwyn Ciesla d7d5d51ec1 Conditionalize pytest 2022-07-28 09:44:22 -05:00
Gwyn Ciesla 3ea40c77da Conditionalize tests 2022-07-28 09:00:11 -05:00
Fedora Release Engineering 9b29e0bd96 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 15:47:10 +00:00
Python Maint 009b3f6ec6 Rebuilt for Python 3.11 2022-06-17 02:19:53 +02:00
1 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%define realname PyICU
Name: pyicu
Version: 2.9
Release: 1%{?dist}
Release: 4%{?dist}
Summary: Python extension wrapping the ICU C++ libraries
License: MIT
@ -11,7 +11,9 @@ Source0: https://files.pythonhosted.org/packages/source/P/%{realname}/%{realname
BuildRequires: gcc-c++
BuildRequires: libicu-devel
BuildRequires: python3-devel
%if 0%{?fedora}
BuildRequires: python3-pytest
%endif
BuildRequires: python3-setuptools
BuildRequires: python3-six
@ -44,8 +46,10 @@ Summary: Python 3 extension wrapping the ICU C++ libraries
# Remove tests
rm -rf %{buildroot}%{python3_sitearch}/tests
%if 0%{?fedora}
%check
%{__python3} setup.py test
%endif
%files -n python3-pyicu
%doc LICENSE
@ -55,6 +59,15 @@ rm -rf %{buildroot}%{python3_sitearch}/tests
#%{python3_sitearch}/_icu*
%changelog
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.9-4
- Rebuilt for ICU 71.1
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 2.9-2
- Rebuilt for Python 3.11
* Thu Jun 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 2.9-1
- 2.9