14
0
forked from pool/python-regex

- update to 2021.4.4:

* Wheels for arm64 mac os
  * Fix fuzzy matching with wrong distance
  * Fix regex fails with a quantified backreference

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=27
This commit is contained in:
2021-05-09 14:43:01 +00:00
committed by Git OBS Bridge
parent 445d5ec747
commit 5eb378a104
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 9 14:40:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2021.4.4:
* Wheels for arm64 mac os
* Fix fuzzy matching with wrong distance
* Fix regex fails with a quantified backreference
-------------------------------------------------------------------
Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller <dmueller@suse.com>