2023-12-08 14:41:34 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 8 13:40:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 3.0.0:
|
|
|
|
|
* Add support for Python 3.9, 3.10 and 3.11.
|
|
|
|
|
* Drop support for Python 2.7, 3.4, 3.5, and 3.6.
|
|
|
|
|
* Add Github Actions workflow to exercise unit tests /
|
|
|
|
|
coverage.
|
|
|
|
|
|
2023-06-11 22:14:53 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jun 11 13:24:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2022-12-03 08:32:55 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 3 00:21:39 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
2023-12-08 14:41:34 +01:00
|
|
|
|
- Update to v2.4.1
|
2022-12-03 08:32:55 +01:00
|
|
|
|
* Disallow separators in AuthTicket component values. Closes #37.
|
|
|
|
|
* Handle bytes / string correctly in ‘repoze.who.plugins.htpasswd.sha1_check’. Closes #28.
|
|
|
|
|
* Switch to use pytest as the testrunner. Closes #34.
|
|
|
|
|
|
2020-08-03 17:23:29 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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``.
|
|
|
|
|
|
2020-04-06 09:13:32 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2018-12-04 14:59:18 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:53:41 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2017-07-10 10:09:36 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2018-02-09 06:29:01 +01:00
|
|
|
|
Fri Feb 9 05:28:37 UTC 2018 - tbechtold@suse.com
|
|
|
|
|
|
|
|
|
|
- Add missing BuildRequires for doc build
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-07-10 10:09:36 +02:00
|
|
|
|
Mon Jul 10 07:55:45 UTC 2017 - okurz@suse.com
|
|
|
|
|
|
|
|
|
|
- Convert to singlespec
|
|
|
|
|
|
2015-10-06 19:39:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2012-02-01 15:31:49 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 1 14:27:43 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
|