From 852c700bd7a1750feb269dab9557d6db3062e90555e77e8e8b62af63f0c84767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Sep 2019 09:25:46 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-Paste?expand=0&rev=36 --- Paste-3.1.0.tar.gz | 3 --- Paste-3.2.0.tar.gz | 3 +++ python-Paste.changes | 8 ++++++++ python-Paste.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 Paste-3.1.0.tar.gz create mode 100644 Paste-3.2.0.tar.gz diff --git a/Paste-3.1.0.tar.gz b/Paste-3.1.0.tar.gz deleted file mode 100644 index fa0221f..0000000 --- a/Paste-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18323f22df5ab6998fdf4c5aa5a9f41d33ff949a87ad7b2ca48e72fbf50fa3e4 -size 631637 diff --git a/Paste-3.2.0.tar.gz b/Paste-3.2.0.tar.gz new file mode 100644 index 0000000..7208d30 --- /dev/null +++ b/Paste-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2153da2f1b09a69bce7633d7e3f9aaa802572e85f9ac1ed09ad93ef8599d31b6 +size 632066 diff --git a/python-Paste.changes b/python-Paste.changes index fb6fa04..885c795 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 24 09:25:15 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Paste.spec b/python-Paste.spec index e6f01bd..3ae505c 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -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