14
0

- Add patch to work with pytest5, from upstream:

* pytest5.patch

- Update to 18.1.2:
  * Fixed :issue:`1377` via :pr:`1785`: Restore a native WSGI-less HTTP server support.
  * :pr:`1769`: Reduce log level for non-error events in win32.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=30
This commit is contained in:
Tomáš Chvátal
2019-07-19 12:15:20 +00:00
committed by Git OBS Bridge
parent fb5de9d29d
commit a039ff30bc
5 changed files with 82 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jul 19 12:13:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to work with pytest5, from upstream:
* pytest5.patch
-------------------------------------------------------------------
Fri Jul 19 12:06:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 18.1.2:
* Fixed :issue:`1377` via :pr:`1785`: Restore a native WSGI-less HTTP server support.
* :pr:`1769`: Reduce log level for non-error events in win32.py
-------------------------------------------------------------------
Fri May 31 15:32:40 CEST 2019 - Matej Cepl <mcepl@suse.com>