diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:15:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:15:18 +0000 |
commit | 1dc911761c7d353d2b821342a764215b528121e2 (patch) | |
tree | a3ff3a0b0f6f73c96966d86afbe05819dbbf3122 | |
parent | e25d599a8f6d800849513c2cbeb71b1145978a40 (diff) |
automatic import of python-regexopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-regex.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /regex-2022.10.31.tar.gz +/regex-2023.3.23.tar.gz diff --git a/python-regex.spec b/python-regex.spec index e278f9c..c321c9a 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-regex -Version: 2022.10.31 +Version: 2023.3.23 Release: 1 Summary: Alternative regular expression module, to replace re. License: Apache Software License URL: https://github.com/mrabarnett/mrab-regex -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/27/b5/92d404279fd5f4f0a17235211bb0f5ae7a0d9afb7f439086ec247441ed28/regex-2022.10.31.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d8/29/bd8de07107bc952e0e2783243024e1c125e787fd685725a622e4ac7aeb3c/regex-2023.3.23.tar.gz %description @@ -30,7 +30,7 @@ Provides: python3-regex-doc This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality. %prep -%autosetup -n regex-2022.10.31 +%autosetup -n regex-2023.3.23 %build %py3_build @@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2022.10.31-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.23-1 - Package Spec generated @@ -1 +1 @@ -a85ced10be8bfe76fed4f30c42d32d5c regex-2022.10.31.tar.gz +4483fd12b0c75513f696d32091c9937f regex-2023.3.23.tar.gz |