15
0
forked from pool/python-Beaker

Accepting request 732760 from home:pgajdos

- version update to 1.11.0
  * Fixed cookie path option not being properly set (`self._path`
    was removed, only `self.path` exists)
  * Documented `SameSite` option
  * Fixed cookie expiration being localised when it shouldn't.

OBS-URL: https://build.opensuse.org/request/show/732760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal
2019-09-23 17:43:21 +00:00
committed by Git OBS Bridge
parent 4be96b7cbd
commit dd47824840
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 23 14:43:25 UTC 2019 - pgajdos@suse.com
- version update to 1.11.0
* Fixed cookie path option not being properly set (`self._path`
was removed, only `self.path` exists)
* Documented `SameSite` option
* Fixed cookie expiration being localised when it shouldn't.
-------------------------------------------------------------------
Thu Apr 18 14:26:01 CEST 2019 - Matej Cepl <mcepl@suse.com>