2.9
This commit is contained in:
parent
00406bdbe7
commit
8df2ca9c89
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/PyICU-2.4.3.tar.gz
|
||||
/PyICU-2.5.tar.gz
|
||||
/PyICU-2.7.3.tar.gz
|
||||
/PyICU-2.9.tar.gz
|
||||
|
11
pyicu.spec
11
pyicu.spec
@ -1,7 +1,7 @@
|
||||
%define realname PyICU
|
||||
Name: pyicu
|
||||
Version: 2.7.3
|
||||
Release: 6%{?dist}
|
||||
Version: 2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Python extension wrapping the ICU C++ libraries
|
||||
|
||||
License: MIT
|
||||
@ -50,11 +50,14 @@ rm -rf %{buildroot}%{python3_sitearch}/tests
|
||||
%files -n python3-pyicu
|
||||
%doc LICENSE
|
||||
%{python3_sitearch}/PyICU*
|
||||
%{python3_sitearch}/__pycache__/PyICU*
|
||||
#%{python3_sitearch}/__pycache__/PyICU*
|
||||
%{python3_sitearch}/icu/
|
||||
%{python3_sitearch}/_icu*
|
||||
#%{python3_sitearch}/_icu*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 16 2022 Gwyn Ciesla <gwync@protonmail.com> - 2.9-1
|
||||
- 2.9
|
||||
|
||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.7.3-6
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PyICU-2.7.3.tar.gz) = 6e3b3ecb4ad031d33d842a2541faddc985c53faedfa17006af0fe5741d4a57abe923c3588e9939dd73b97d060b83be04d306c2e8365ab66cc90401f6a4bc9e04
|
||||
SHA512 (PyICU-2.9.tar.gz) = 49b0961ed855517f039ac8a863b1af1a58c6716751eb1f5cebb987a16faabc5585ed6ed3ed3d80d4cf45e9091d855cafe4b6683f4d274e5c4d41c9dab9164799
|
||||
|
Loading…
Reference in New Issue
Block a user