diff --git a/python-regex.changes b/python-regex.changes index bf22441..d49dfe3 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Jan 9 16:03:02 UTC 2025 - Nico Krapp + +- Update to 2024.11.06: + * Git issue 546: Partial match not working in some instances + with non-greedy capture +- from 2024.9.14: + * Reverted to actions/download-artifact@v3 and + actions/upload-artifact@v3 in main.yml because GitHub Actions + failed when using them. +- from 2024.9.13: + * Updated to actions/upload-artifact@v4 in main.yml. +- from 2024.9.12: + * Updated to actions/download-artifact@v4 in main.yml. +- from 2024.9.11: + * Updated to Unicode 16.0.0. +- from 2024.7.24: + * Git issue 539: Bug: Partial matching fails on a simple example +- from 2024.6.22: + * Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due + to missing new GB9c rule implementation + ------------------------------------------------------------------- Thu Jun 6 20:28:06 UTC 2024 - Dirk Müller diff --git a/python-regex.spec b/python-regex.spec index 82ca2e9..78de07c 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,7 +1,7 @@ # # spec file for package python-regex # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-regex -Version: 2024.5.15 +Version: 2024.11.6 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/mrabarnett/mrab-regex Source: https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -49,10 +50,10 @@ An alternate regex implementation. It differs from "re" in that %setup -q -n regex-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -63,7 +64,8 @@ export PYTHONDONTWRITEBYTECODE=1 %files %{python_files} %license LICENSE.txt %doc README.rst -%doc docs/* -%{python_sitearch}/* +%doc docs +%{python_sitearch}/regex +%{python_sitearch}/regex-%{version}.dist-info %changelog diff --git a/regex-2024.11.6.tar.gz b/regex-2024.11.6.tar.gz new file mode 100644 index 0000000..8fb7ccf --- /dev/null +++ b/regex-2024.11.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519 +size 399494 diff --git a/regex-2024.5.15.tar.gz b/regex-2024.5.15.tar.gz deleted file mode 100644 index c7588b9..0000000 --- a/regex-2024.5.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c -size 394856