2c0dfb1426
- 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. OBS-URL: https://build.opensuse.org/request/show/336810 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-repoze.who?expand=0&rev=2
22 lines
911 B
Plaintext
22 lines
911 B
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|