diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:20:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:20:47 +0000 |
commit | bf7ab6d03623f1c0d200fc3f7e76707b53c50e87 (patch) | |
tree | d5847f05913d08f073bf7a149918b303b33c4c18 | |
parent | 6486f86c1d473278961f7f0825a5e21b66378cba (diff) |
automatic import of python-pyicuopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyicu.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 5 deletions
@@ -1 +1,2 @@ /PyICU-2.10.2.tar.gz +/PyICU-2.11.tar.gz diff --git a/python-pyicu.spec b/python-pyicu.spec index 7f46492..47b7181 100644 --- a/python-pyicu.spec +++ b/python-pyicu.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyICU -Version: 2.10.2 +Version: 2.11 Release: 1 Summary: Python extension wrapping the ICU C++ API License: MIT URL: https://gitlab.pyicu.org/main/pyicu -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/00/a531e119a97e54601f616f5061879ec2d4bb058d225014f9acf94b2970c3/PyICU-2.10.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/03/1b/800fce0236be0b8a99b3ccbb797786dd178028960b3fd65544e2d8bad5ac/PyICU-2.11.tar.gz BuildArch: noarch @@ -358,6 +358,8 @@ There are also a few [samples](https://gitlab.pyicu.org/main/pyicu/-/tree/main/samples) ported from ICU C/C++. +Last but not least, this [cheat sheet](https://gist.github.com/dpk/8325992) has useful examples. + %package -n python3-PyICU Summary: Python extension wrapping the ICU C++ API @@ -714,6 +716,8 @@ There are also a few [samples](https://gitlab.pyicu.org/main/pyicu/-/tree/main/samples) ported from ICU C/C++. +Last but not least, this [cheat sheet](https://gist.github.com/dpk/8325992) has useful examples. + %package help Summary: Development documents and examples for PyICU @@ -1067,9 +1071,11 @@ There are also a few [samples](https://gitlab.pyicu.org/main/pyicu/-/tree/main/samples) ported from ICU C/C++. +Last but not least, this [cheat sheet](https://gist.github.com/dpk/8325992) has useful examples. + %prep -%autosetup -n PyICU-2.10.2 +%autosetup -n PyICU-2.11 %build %py3_build @@ -1109,5 +1115,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.10.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.11-1 - Package Spec generated @@ -1 +1 @@ -4090ebb98702338cac3dbed2d72c2fd7 PyICU-2.10.2.tar.gz +f13ffa91014efde6962c4c1ed6ee7a3c PyICU-2.11.tar.gz |