1
0

Accepting request 824110 from home:mcalabkova:branches:devel:languages:python

- update to 2.4
  * Add support for Python 3.6, 3.7, and 3.8.
  * Drop support for Python 3.3.
  * Fix travis configuration.
  * Add ``samesite`` option to AuthTktCookiePlugin constructor.
    If this is passed, it should be a string, and it will be used
    to compose the Set-Cookie header's "SameSite" value, e.g.
    if you pass ``samesite="Strict"`` into the constructor,
    the cookie value for the auth tkt cooke will contain
    ``SameSite=Strict``.

OBS-URL: https://build.opensuse.org/request/show/824110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=14
This commit is contained in:
2020-08-03 15:23:29 +00:00
committed by Git OBS Bridge
parent 901f2d858d
commit 7b9e1585d0
4 changed files with 19 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 3 11:09:47 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 2.4
* Add support for Python 3.6, 3.7, and 3.8.
* Drop support for Python 3.3.
* Fix travis configuration.
* Add ``samesite`` option to AuthTktCookiePlugin constructor.
If this is passed, it should be a string, and it will be used
to compose the Set-Cookie header's "SameSite" value, e.g.
if you pass ``samesite="Strict"`` into the constructor,
the cookie value for the auth tkt cooke will contain
``SameSite=Strict``.
-------------------------------------------------------------------
Mon Apr 6 07:12:52 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>