forked from pool/python-CherryPy
- 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:
committed by
Git OBS Bridge
parent
a039ff30bc
commit
118c202f01
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user