15
0

Accepting request 734975 from home:mcalabkova:branches:devel:languages:python

- update to 7.0.0
  * Refactored “open URL” behavior in webtest to rely on retry_call.
  * backports.functools_lru_cache is only required on Python 3.2 and earlier.
  * Fix race condition in threadpool shrink code.

OBS-URL: https://build.opensuse.org/request/show/734975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cheroot?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-10-04 11:43:04 +00:00
committed by Git OBS Bridge
parent 07f55c4c81
commit 2620961588
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 4 11:09:50 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 7.0.0
* Refactored “open URL” behavior in webtest to rely on retry_call.
* backports.functools_lru_cache is only required on Python 3.2 and earlier.
* Fix race condition in threadpool shrink code.
-------------------------------------------------------------------
Fri Sep 13 04:50:22 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>