Changelog for
python311-repoze.who-3.0.0-1.3.noarch.rpm :
* Fri Dec 08 2023 Dirk Müller
- 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.
* Sun Jun 11 2023 ecsos - Add %{?sle15_python_module_pythons}
* Sat Dec 03 2022 Yogalakshmi Arunachalam - Update to v2.4.1
* 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.
* Mon Aug 03 2020 Marketa Calabkova - 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 06 2020 Tomáš Chvátal - Skip failing test as it the zope.interface now raises different assert
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Fri Feb 09 2018 tbechtoldAATTsuse.com- Add missing BuildRequires for doc build
* Mon Jul 10 2017 okurzAATTsuse.com- Convert to singlespec
* Tue Oct 06 2015 dmuellerAATTsuse.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 01 2012 saschpeAATTsuse.de- Initial version