2019-10-04 11:43:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2019-09-13 04:55:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 13 04:50:22 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 6.5.8:
|
|
|
|
|
- Fix socket.SO_PEERCRED constant fallback value under PowerPC.
|
|
|
|
|
- Fix race condition when toggling stats counting in the middle
|
|
|
|
|
of request processing.
|
|
|
|
|
- Improve post Python 3.9 compatibility checks.
|
|
|
|
|
- Fix support of abstract namespace sockets
|
|
|
|
|
- Fix HTTP parser to return 400 on invalid major-only HTTP version
|
|
|
|
|
in Request-Line.
|
|
|
|
|
- Drop cheroot_fix_so_peercred_ppc.patch . Applied upstream.
|
|
|
|
|
|
2019-09-06 06:25:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 5 09:09:44 UTC 2019 - Michel Normand <normand@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
|
|
- Add cheroot_fix_so_peercred_ppc.patch
|
|
|
|
|
to solve python 2.7 tests failures for PowerPC, boo#1147151
|
|
|
|
|
|
2019-09-03 05:35:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 2 18:49:49 UTC 2019 - Dan Čermák <dcermak@suse.com>
|
|
|
|
|
|
|
|
|
|
- Drop dependency on backports.functools_lru_cache for the python3 subpackage
|
|
|
|
|
This fixes bsc#1149124
|
|
|
|
|
|
2019-06-03 08:03:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 2 21:15:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
|
|
- Ensure neutrality of description.
|
|
|
|
|
|
2019-05-14 14:41:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 14 11:57:52 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
2019-07-24 13:17:35 +00:00
|
|
|
- Update to 6.5.5 bsc#1142582:
|
2019-05-14 14:41:50 +00:00
|
|
|
- Sockets now collect statistics (bytes read and written) on
|
|
|
|
|
Python 3 same as Python 2.
|
|
|
|
|
- Ignore OpenSSL's 1.1+ Error 0 under any Python while wrapping
|
|
|
|
|
a socket.
|
|
|
|
|
- Switch off failing tests to avoid gh#cherrypy/cheroot#200
|
|
|
|
|
|
2019-03-05 12:51:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 5 12:26:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 6.5.4:
|
|
|
|
|
* too many changes to enumerate see CHANGES.rst
|
|
|
|
|
- Make sure to execute testsuite
|
|
|
|
|
|
2017-04-06 15:51:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 31 13:39:53 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
|
|
- initial commit
|