diff --git a/python-regex.changes b/python-regex.changes index 27ae007..5e6801d 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 17 08:17:55 UTC 2022 - Dirk Müller + +- update to 2022.7.9: + * Fix Emoji classified as letter + * Revisit compilation flag to prevent adding a single explicitly compiled regex to cache + * Fix Scoped inline flags 'a', 'u', and 'L' affecting global flags + ------------------------------------------------------------------- Tue Jun 14 22:03:41 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-regex.spec b/python-regex.spec index e61f549..50b33f9 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-regex -Version: 2022.6.2 +Version: 2022.7.9 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 Group: Development/Languages/Python -URL: https://bitbucket.org/mrabarnett/mrab-regex +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 pytest} diff --git a/regex-2022.6.2.tar.gz b/regex-2022.6.2.tar.gz deleted file mode 100644 index cab0e9e..0000000 --- a/regex-2022.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b43acb2c46fb2cd506965b2d9cf4c5e64c9c612bac26c1187933c7296bf08c -size 383342 diff --git a/regex-2022.7.9.tar.gz b/regex-2022.7.9.tar.gz new file mode 100644 index 0000000..193f3c3 --- /dev/null +++ b/regex-2022.7.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91 +size 383431