Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2015-05-15 07:43:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and      /work/SRC/openSUSE:Factory/.python-Paste.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Paste"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes        
2013-10-25 11:25:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2015-05-15 07:44:19.000000000 +0200
@@ -1,0 +2,26 @@
+Fri May  8 09:10:53 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  Paste-1.7.5.1.tar.gz

New:
----
  Paste-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Paste.spec ++++++
--- /var/tmp/diff_new_pack.nLungI/_old  2015-05-15 07:44:20.000000000 +0200
+++ /var/tmp/diff_new_pack.nLungI/_new  2015-05-15 07:44:20.000000000 +0200
@@ -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 @@
 # 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 @@
 
 %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 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python setup.py test
+%check
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)

++++++ Paste-1.7.5.1.tar.gz -> Paste-2.0.1.tar.gz ++++++
++++ 35819 lines of diff (skipped)


Reply via email to