diff --git a/python-regex.spec b/python-regex.spec index f576aee8fd3ea21e7c46e1927f3db02a95855008..9167b169343f4d0abc3a9af7cd2fe7098df84717 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-regex -Version: 2024.9.11 +Version: 2024.11.6 Release: 1 Summary: Alternative regular expression module, to replace re. License: Apache-2.0 URL: https://bitbucket.org/mrabarnett/mrab-regex -Source0: https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/8e/5f/bd69653fbfb76cf8604468d3b4ec4c403197144c7bfe0e6a5fc9e02a07cb/regex-2024.11.6.tar.gz %description @@ -68,6 +68,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 08 2024 guochao - 2024.11.6-1 +- Update package to version 2024.11.6 + Updated to actions/upload-artifact@v4 in main.yml + Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml + * Wed Nov 06 2024 caiyuxin - 2024.9.11-1 - Update package to version 2024.9.11 * Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in main.yml diff --git a/regex-2024.11.6.tar.gz b/regex-2024.11.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..24afc6b9db8b558aad05e176032cd025fd882cb8 Binary files /dev/null and b/regex-2024.11.6.tar.gz differ diff --git a/regex-2024.9.11.tar.gz b/regex-2024.9.11.tar.gz deleted file mode 100644 index afb1d012d26f8bc05cfadf2f2140eb64f340b1ef..0000000000000000000000000000000000000000 Binary files a/regex-2024.9.11.tar.gz and /dev/null differ