14
0
forked from pool/python-regex

Accepting request 1109462 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 2023.8.8

OBS-URL: https://build.opensuse.org/request/show/1109462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=48
This commit is contained in:
2023-09-07 09:59:03 +00:00
committed by Git OBS Bridge
parent dbe44b453e
commit c335cc9064
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 7 08:18:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.8.8:
* Git issue 508: Regex doesn't build using CPython main
(3.13.0a0)
* Removed usage of _PyBytes_Join and did a little tidying of
the code that makes the result string.
-------------------------------------------------------------------
Thu Sep 7 08:11:04 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.6.3:
* Git issue 498: Conditional negative lookahead inside positive
lookahead fails to match
* Conditional node needed an additional member that points to
the true branch.
-------------------------------------------------------------------
Sun May 14 16:27:30 UTC 2023 - Dirk Müller <dmueller@suse.com>