Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-regex for openSUSE:Factory checked in at 2025-01-12 11:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-regex (Old) and /work/SRC/openSUSE:Factory/.python-regex.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-regex" Sun Jan 12 11:08:33 2025 rev:28 rq:1236756 version:2024.11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes 2024-06-07 15:02:00.824815341 +0200 +++ /work/SRC/openSUSE:Factory/.python-regex.new.1881/python-regex.changes 2025-01-12 11:08:36.628751612 +0100 @@ -1,0 +2,22 @@ +Thu Jan 9 16:03:02 UTC 2025 - Nico Krapp <nico.kr...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- regex-2024.5.15.tar.gz New: ---- regex-2024.11.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-regex.spec ++++++ --- /var/tmp/diff_new_pack.X93wki/_old 2025-01-12 11:08:38.092811684 +0100 +++ /var/tmp/diff_new_pack.X93wki/_new 2025-01-12 11:08:38.108812341 +0100 @@ -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 @@ 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 @@ %setup -q -n regex-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -63,6 +64,7 @@ %files %{python_files} %license LICENSE.txt %doc README.rst -%doc docs/* -%{python_sitearch}/* +%doc docs +%{python_sitearch}/regex +%{python_sitearch}/regex-%{version}.dist-info ++++++ regex-2024.5.15.tar.gz -> regex-2024.11.6.tar.gz ++++++ ++++ 19007 lines of diff (skipped)