Repoze-who

Latest version: v2.3

Safety actively analyzes 621654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

2.3.1

------------------

- TBD

2.3

----------------

- Add support for Python 3.4, Python 3.5, and PyPy3.

- Drop support for Python 2.6 and 3.2.

- ``middleware``: avoid passing extracted ``identity`` to ``remember``
during egress (the app may have called ``api.forget()``). See 21.

- ``_auth_tkt`` / ``plugins.auth_tkt``: add support for any hash algorithm
supported by the ``hashlib`` module in Python's standard library.
Fixes 22 via 23.

- ``plugins.auth_tkt``: Fix storage of "userdata" to save dict. Fixes
14 via 18.

- middleware: avoid UnboundLocalError when wrapped generater yields no
items. See: http://bugs.repoze.org/issue184

- Make cookie expiration date RFC-2616 compliant (independent of locale,
including 'GMT' zone). See 11.

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.

2.1

----------------

- ``_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.

2.1b1

------------------

- Ported to Py3k using the "compatible subset" mode.
- Dropped support for Python < 2.6.x.
- Dropped dependency on Paste (forking some code from it).
- Added dependency on WebOb instead.
Thanks to Atsushi Odagiri (aodag) for the initial effort.

2.0

----------------

- ``auth_tkt`` plugin: strip any port number from the 'Domain' of generated
cookies. http://bugs.repoze.org/issue66

- Further harden middleware, calling ``close()`` on the iterable even if
raising an exception for a missing challenger.
http://bugs.repoze.org/issue174

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.