From 364bb1fdcfdf83b6238a82f343d3ce9ed1bdc023cd3f7119d063f1e320002556 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Tue, 12 May 2015 21:32:52 +0000
Subject: [PATCH] Accepting request 305908 from
home:benoit_monin:branches:devel:languages:python
- update to version 2.0.1
- add python-six as dependency
- add python-flup, python-nose and python-python-openid as test dependencies
- remove test requiring internet access: test_proxy.py
- reenable the tests
OBS-URL: https://build.opensuse.org/request/show/305908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=8
---
Paste-1.7.5.1.tar.gz | 3 ---
Paste-2.0.1.tar.gz | 3 +++
python-Paste.changes | 26 ++++++++++++++++++++++++++
python-Paste.spec | 16 +++++++++++-----
4 files changed, 40 insertions(+), 8 deletions(-)
delete mode 100644 Paste-1.7.5.1.tar.gz
create mode 100644 Paste-2.0.1.tar.gz
diff --git a/Paste-1.7.5.1.tar.gz b/Paste-1.7.5.1.tar.gz
deleted file mode 100644
index fdda2f3..0000000
--- a/Paste-1.7.5.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
-size 523304
diff --git a/Paste-2.0.1.tar.gz b/Paste-2.0.1.tar.gz
new file mode 100644
index 0000000..f102054
--- /dev/null
+++ b/Paste-2.0.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:28383e843cb46a9375a90da6e2ec5fcd7704ed9f3f3b5e954928beb52b0e5b41
+size 629554
diff --git a/python-Paste.changes b/python-Paste.changes
index e12067d..11ee644 100644
--- a/python-Paste.changes
+++ b/python-Paste.changes
@@ -1,3 +1,29 @@
+-------------------------------------------------------------------
+Fri May 8 09:10:53 UTC 2015 - benoit.monin@gmx.fr
+
+- update to version 2.0.1:
+ * Fix setup.py for six dependency: move the six dependency from
+ extras_require to install_requires
+ * Port paste.proxy to Python 3
+ * Fix paste.exceptions.serial_number_generator.hash_identifier()
+ on Python 3
+ * Fix paste.util.threadedprint.uninstall()
+ * Add README.rst file
+- additional changes from version 2.0:
+ * Experimental Python 3 support
+ * paste now requires the six module
+ * Drop support of Python 2.5 and older
+ * Fixed egg:Paste#cgi
+ * In paste.httpserver: give a 100 Continue response even when the
+ server has been configured as an HTTP/1.0 server
+ * Fixed parsing of paths beginning with multiple forward slashes
+ * Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4
+- add python-six as dependency
+- add python-flup, python-nose and python-python-openid as test
+ dependencies
+- remove test requiring internet access: test_proxy.py
+- reenable the tests
+
-------------------------------------------------------------------
Thu Oct 24 11:09:46 UTC 2013 - speilicke@suse.com
diff --git a/python-Paste.spec b/python-Paste.spec
index 72b73eb..040ab9e 100644
--- a/python-Paste.spec
+++ b/python-Paste.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-Paste
#
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
Name: python-Paste
-Version: 1.7.5.1
+Version: 2.0.1
Release: 0
Url: http://pythonpaste.org
Summary: Tools for using a Web Server Gateway Interface stack
@@ -30,9 +30,13 @@ BuildRequires: python-setuptools
# Documentation build requirements:
BuildRequires: python-Sphinx
# Test build requirements:
-#BuildRequires: python-nose
+BuildRequires: python-flup
+BuildRequires: python-nose
+BuildRequires: python-python-openid
+BuildRequires: python-six
Requires: python-flup
Requires: python-python-openid
+Requires: python-six
Provides: python-paste = %{version}
Obsoletes: python-paste < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -49,6 +53,8 @@ interfaces.
%prep
%setup -q -n Paste-%{version}
+# remove test requiring internet access
+rm tests/test_proxy.py
%build
python setup.py build
@@ -57,8 +63,8 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-#%%check
-#python setup.py test
+%check
+python setup.py -q test
%files
%defattr(-,root,root,-)