14
0
forked from pool/python-regex

- update to 2020.11.13:

* Fix Unexpected behavior in fuzzy matching with limited character set
  * clock() calls for timeout cause slowdown in Docker
  * Update lis of supported Python versions
  * licensing change to Apache-2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=25
This commit is contained in:
2021-03-13 14:16:01 +00:00
committed by Git OBS Bridge
parent 2ad6a0fa59
commit 2b7e905317
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2020.11.13:
* Fix Unexpected behavior in fuzzy matching with limited character set
* clock() calls for timeout cause slowdown in Docker
* Update lis of supported Python versions
* licensing change to Apache-2.0
-------------------------------------------------------------------
Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>