Accepting request 336810 from Cloud:OpenStack:Master
- 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
This commit is contained in:
parent
a726b2a03f
commit
2c0dfb1426
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fef73fba7b6c4b8354e69828381eaed59d420a4dd393a6378df47daf08887ee4
|
||||
size 294183
|
3
repoze.who-2.2.tar.gz
Normal file
3
repoze.who-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:322629ec7c779dce4700e8f3ba531002b724d2429178c1cbb0dc169255dc9a8b
|
||||
size 308593
|
Loading…
Reference in New Issue
Block a user