diff --git a/python-regex.spec b/python-regex.spec index e2ca4f6944129a95250304f3f86135630db40c22..7314dea31440c422fe61eb50280f118762f11dea 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-regex -Version: 2020.7.14 -Release: 2 +Version: 2022.7.25 +Release: 1 Summary: Alternative regular expression module, to replace re. -License: Python Software Foundation License +License: Apache-2.0 URL: https://bitbucket.org/mrabarnett/mrab-regex -Source0: https://files.pythonhosted.org/packages/09/c3/ddaa87500f31ed86290e3d014c0302a51fde28d7139eda0b5f33733726db/regex-2020.7.14.tar.gz +Source0: https://files.pythonhosted.org/packages/c6/5a/e266ef579433b9cbd3e704032bb3ffa66b89ff3f0b0874a8cbaa4d451427/regex-2022.7.25.tar.gz %description @@ -28,7 +28,7 @@ Provides: python3-regex-doc This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality. %prep -%autosetup -n regex-2020.7.14 +%autosetup -n regex-2022.7.25 %build %py3_build @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 11 2022 wenzhiwei - 2022.7.25-1 +- Update to 2022.7.25 + * Wed Aug 04 2021 chenyanpanHW - 2020.7.14-2 - DESC: delete BuildRequires gdb diff --git a/regex-2020.7.14.tar.gz b/regex-2020.7.14.tar.gz deleted file mode 100644 index c18e6278fc0f79bb4040c5f2c40b520dad5e647e..0000000000000000000000000000000000000000 Binary files a/regex-2020.7.14.tar.gz and /dev/null differ diff --git a/regex-2022.7.25.tar.gz b/regex-2022.7.25.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..08ce782ff48c0ff952dc064ae4fbfc43080af1ab Binary files /dev/null and b/regex-2022.7.25.tar.gz differ