diff --git a/python-repoze.who.changes b/python-repoze.who.changes index 4909d59..bbf8270 100644 --- a/python-repoze.who.changes +++ b/python-repoze.who.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 diff --git a/python-repoze.who.spec b/python-repoze.who.spec index 1765b31..4722c08 100644 --- a/python-repoze.who.spec +++ b/python-repoze.who.spec @@ -1,7 +1,7 @@ # # spec file for package python-repoze.who # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,24 +11,26 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-repoze.who -Version: 2.0 +Version: 2.2 Release: 0 Url: http://www.repoze.org Summary: Identification and authentication framework for WSGI -License: BSD-4-Clause +License: SUSE-Repoze Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/r/repoze.who/repoze.who-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel BuildRequires: python-Paste BuildRequires: python-Sphinx +BuildRequires: python-devel BuildRequires: python-zope.interface Requires: python-Paste +Requires: python-WebOb Requires: python-zope.interface Provides: python-repoze-who = %{version} Obsoletes: python-repoze-who < %{version} diff --git a/repoze.who-2.0.tar.gz b/repoze.who-2.0.tar.gz deleted file mode 100644 index 4022f76..0000000 --- a/repoze.who-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef73fba7b6c4b8354e69828381eaed59d420a4dd393a6378df47daf08887ee4 -size 294183 diff --git a/repoze.who-2.2.tar.gz b/repoze.who-2.2.tar.gz new file mode 100644 index 0000000..453012e --- /dev/null +++ b/repoze.who-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b +size 308593