diff --git a/python-regex.changes b/python-regex.changes index 022b704..87bb938 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Sep 7 08:18:52 UTC 2023 - Johannes Kastl + +- 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 + +- 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 diff --git a/python-regex.spec b/python-regex.spec index 8915d8d..7f50b30 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-regex -Version: 2023.5.5 +Version: 2023.8.8 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 diff --git a/regex-2023.5.5.tar.gz b/regex-2023.5.5.tar.gz deleted file mode 100644 index d23393f..0000000 --- a/regex-2023.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d76a8a1fc9da08296462a18f16620ba73bcbf5909e42383b253ef34d9d5141e -size 392085 diff --git a/regex-2023.8.8.tar.gz b/regex-2023.8.8.tar.gz new file mode 100644 index 0000000..9acaea4 --- /dev/null +++ b/regex-2023.8.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e +size 392505