python-repoze.who/python-repoze.who.changes
Matej Cepl 7b9e1585d0 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
2020-08-03 15:23:29 +00:00

57 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
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>
- Skip failing test as it the zope.interface now raises different
assert
-------------------------------------------------------------------
Tue Dec 4 12:53:41 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Feb 9 05:28:37 UTC 2018 - tbechtold@suse.com
- Add missing BuildRequires for doc build
-------------------------------------------------------------------
Mon Jul 10 07:55:45 UTC 2017 - okurz@suse.com
- Convert to singlespec
-------------------------------------------------------------------
Tue Oct 6 16:27:59 UTC 2015 - dmueller@suse.com
- fix license (SUSE-Repoze)
- update to 2.2:
Parse INI-file configuration using ``SafeConfigParser``: allows
escaping the ``'%'`` so that e.g. a query template using for a DB-API
connection using ``pyformat`` preserves the template.
Added support for Python 3.3, PyPy.
- ``_compat`` module: tolerate missing ``CONTENT_TYPE`` key in the WSGI
environment. Thanks to Dag Hoidal for the patch.
- ``htpasswd`` plugin: add a ``sha1_check`` checker function (the ``crypt``
module is not available on Windows). Thanks to Chandrashekar Jayaraman
for the patch.
- Documentation typo fixes from Carlos de la Guardia and Atsushi Odagiri.
-------------------------------------------------------------------
Wed Feb 1 14:27:43 UTC 2012 - saschpe@suse.de
- Initial version