Package Release Info

python-repoze.who-2.3-bp152.5.3

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-repoze.who
python3-repoze.who

Change Logs

* Mon Apr 06 2020 Tomá? Chvátal <tchvatal@suse.com>
- Skip failing test as it the zope.interface now raises different
  assert
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 2.3-bp150.1.3
* Fri Feb 09 2018 tbechtold@suse.com
- Add missing BuildRequires for doc build
* Mon Jul 10 2017 okurz@suse.com
- Convert to singlespec
* Tue Oct 06 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 01 2012 saschpe@suse.de
- Initial version