14
0
forked from pool/python-regex

Accepting request 1236262 from home:nkrapp:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1236262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=58
This commit is contained in:
2025-01-10 03:10:32 +00:00
committed by Git OBS Bridge
parent e084684e56
commit 56625c3ee0
4 changed files with 33 additions and 9 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jan 9 16:03:02 UTC 2025 - Nico Krapp <nico.krapp@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
-------------------------------------------------------------------
Thu Jun 6 20:28:06 UTC 2024 - Dirk Müller <dmueller@suse.com>