summaryrefslogtreecommitdiff
path: root/python-pyicu.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 07:20:47 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 07:20:47 +0000
commitbf7ab6d03623f1c0d200fc3f7e76707b53c50e87 (patch)
treed5847f05913d08f073bf7a149918b303b33c4c18 /python-pyicu.spec
parent6486f86c1d473278961f7f0825a5e21b66378cba (diff)
automatic import of python-pyicuopeneuler20.03
Diffstat (limited to 'python-pyicu.spec')
-rw-r--r--python-pyicu.spec14
1 files changed, 10 insertions, 4 deletions
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