Accepting request 732889 from devel:languages:python

- Update to 3.2.0:
  * Ensure unicode URLs work in TestApp.
  * Make LimitedLengthFile file return empty bytes.
  * Protect against accidental close in FieldStorage.

OBS-URL: https://build.opensuse.org/request/show/732889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2019-09-30 13:55:02 +00:00 committed by Git OBS Bridge
commit d8e5fefab7
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18323f22df5ab6998fdf4c5aa5a9f41d33ff949a87ad7b2ca48e72fbf50fa3e4
size 631637

3
Paste-3.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2153da2f1b09a69bce7633d7e3f9aaa802572e85f9ac1ed09ad93ef8599d31b6
size 632066

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 24 09:25:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.2.0:
* Ensure unicode URLs work in TestApp.
* Make LimitedLengthFile file return empty bytes.
* Protect against accidental close in FieldStorage.
-------------------------------------------------------------------
Mon Jul 29 07:45:13 UTC 2019 - pgajdos@suse.com

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Paste
Version: 3.1.0
Version: 3.2.0
Release: 0
Summary: Tools for using a Web Server Gateway Interface stack
License: MIT
@ -33,12 +33,12 @@ BuildRequires: %{python_module six > 1.4.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six > 1.4.0
BuildArch: noarch
Suggests: python-flup
BuildArch: noarch
%ifpython2
Suggests: python-python-openid
Provides: %{oldpython}-paste = %{version}
Obsoletes: %{oldpython}-paste < %{version}
Suggests: python-python-openid
%endif
%ifpython3
Suggests: python3-python3-openid
@ -66,7 +66,7 @@ rm tests/test_proxy.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
%pytest
%files %{python_files}
%license docs/license.txt