Accepting request 1003049 from devel:languages:python
- update to 2022.9.11: * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix segmentation fault when using conditional pattern (issue 479) * use \v for vertical spacing OBS-URL: https://build.opensuse.org/request/show/1003049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-regex?expand=0&rev=17
This commit is contained in:
commit
6a40cf24c5
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 12 20:17:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2022.9.11:
|
||||||
|
* fix issue 474: regex has no equivalent to re.Match.groups() for captures
|
||||||
|
* fix segmentation fault when using conditional pattern (issue 479)
|
||||||
|
* use \v for vertical spacing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 17 08:17:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sun Jul 17 08:17:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2022.7.9
|
Version: 2022.9.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Alternative regular expression module for Python
|
Summary: Alternative regular expression module for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:601c99ac775b6c89699a48976f3dbb000b47d3ca59362c8abc9582e6d0780d91
|
|
||||||
size 383431
|
|
3
regex-2022.9.11.tar.gz
Normal file
3
regex-2022.9.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:36dc03da451c2aef9a3ea521a453faa43474fc6c1d8b46706aee6c31a57d3552
|
||||||
|
size 385879
|
Loading…
x
Reference in New Issue
Block a user