14
0
forked from pool/python-web.py

Accepting request 847352 from home:stroeder:branches:devel:languages:python

version update to 0.62

OBS-URL: https://build.opensuse.org/request/show/847352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=24
This commit is contained in:
Michael Ströder
2020-11-09 21:07:34 +00:00
committed by Git OBS Bridge
parent 557393b748
commit a490011b11
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 9 21:01:36 UTC 2020 - Michael Ströder <michael@stroeder.com>
- version update to 0.62:
* Fixed: application.load() assumes ctx.path will be a latin1 string #687
* Fixed: can not reset session data to same value as initialized. #683
* Fixed: can not set session expire time. #655
* Fixed: not export session store `MemoryStore`.
-------------------------------------------------------------------
Sun Aug 9 09:37:14 UTC 2020 - Michael Ströder <michael@stroeder.com>