14
0

- Update to 18.2.0:

* File-based sessions no longer attempt to remove the lock files
    when releasing locks, instead deferring to the default behavior
    of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
  * Add native support for 308 Permanent Redirect usable via raise
    cherrypy.HTTPRedirect('/new_uri', 308).
- Drop merged patch pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=32
This commit is contained in:
Tomáš Chvátal
2019-09-24 08:57:44 +00:00
committed by Git OBS Bridge
parent a039ff30bc
commit 118c202f01
5 changed files with 17 additions and 71 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 24 08:49:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 18.2.0:
* File-based sessions no longer attempt to remove the lock files
when releasing locks, instead deferring to the default behavior
of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
* Add native support for 308 Permanent Redirect usable via raise
cherrypy.HTTPRedirect('/new_uri', 308).
- Drop merged patch pytest5.patch
-------------------------------------------------------------------
Fri Jul 19 12:13:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>