Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-10-25 18:10:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and      /work/SRC/openSUSE:Factory/.python-Paste.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Paste"

Sun Oct 25 18:10:03 2020 rev:30 rq:840343 version:3.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes        
2020-08-06 17:32:23.797098263 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.3463/python-Paste.changes      
2020-10-25 18:10:14.523550958 +0100
@@ -1,0 +2,8 @@
+Fri Oct  9 04:10:19 UTC 2020 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 3.4.6:
+  * Explicit pkg_resource dependency to easy packaging.
+  * Remove deprecated dependencies paste/fixture.py.
+  * Update setup.py to work with setuptools 50.1.0+ 
+
+-------------------------------------------------------------------

Old:
----
  Paste-3.4.3.tar.gz

New:
----
  Paste-3.4.6.tar.gz

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

Other differences:
------------------
++++++ python-Paste.spec ++++++
--- /var/tmp/diff_new_pack.I05kTe/_old  2020-10-25 18:10:15.203551601 +0100
+++ /var/tmp/diff_new_pack.I05kTe/_new  2020-10-25 18:10:15.207551606 +0100
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-Paste
-Version:        3.4.3
+Version:        3.4.6
 Release:        0
 Summary:        Tools for using a Web Server Gateway Interface stack
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/cdent/paste
 Source:         
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
 Patch0:         test_modified-fixup.patch

++++++ Paste-3.4.3.tar.gz -> Paste-3.4.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/PKG-INFO new/Paste-3.4.6/PKG-INFO
--- old/Paste-3.4.3/PKG-INFO    2020-07-22 17:17:29.000000000 +0200
+++ new/Paste-3.4.6/PKG-INFO    2020-09-25 16:34:45.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.3
+Version: 3.4.6
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/Paste.egg-info/PKG-INFO 
new/Paste-3.4.6/Paste.egg-info/PKG-INFO
--- old/Paste-3.4.3/Paste.egg-info/PKG-INFO     2020-07-22 17:17:29.000000000 
+0200
+++ new/Paste-3.4.6/Paste.egg-info/PKG-INFO     2020-09-25 16:34:44.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.3
+Version: 3.4.6
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/Paste.egg-info/requires.txt 
new/Paste-3.4.6/Paste.egg-info/requires.txt
--- old/Paste-3.4.3/Paste.egg-info/requires.txt 2020-07-22 17:17:29.000000000 
+0200
+++ new/Paste-3.4.6/Paste.egg-info/requires.txt 2020-09-25 16:34:44.000000000 
+0200
@@ -1,3 +1,4 @@
+setuptools
 six>=1.4.0
 
 [Flup]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/docs/news.txt 
new/Paste-3.4.6/docs/news.txt
--- old/Paste-3.4.3/docs/news.txt       2020-07-22 17:15:51.000000000 +0200
+++ new/Paste-3.4.6/docs/news.txt       2020-09-25 16:33:03.000000000 +0200
@@ -3,6 +3,27 @@
 
 .. contents::
 
+3.4.6
+-----
+
+* Explicit pkg_resource dependency to easy packaging.
+
+Thanks to mgorny.
+
+3.4.5
+-----
+
+* Remove deprecated dependencies paste/fixture.py.
+
+Thanks to jhance.
+
+3.4.4
+-----
+
+* Update setup.py to work with setuptools 50.1.0+
+
+Thanks to hrnciar for the patch.
+
 3.4.3
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/paste/fixture.py 
new/Paste-3.4.6/paste/fixture.py
--- old/Paste-3.4.3/paste/fixture.py    2020-01-26 16:30:37.000000000 +0100
+++ new/Paste-3.4.6/paste/fixture.py    2020-09-24 17:58:29.000000000 +0200
@@ -25,14 +25,7 @@
 from six.moves import cStringIO as StringIO
 from six.moves.urllib.parse import urlencode
 from six.moves.urllib import parse as urlparse
-try:
-    # Python 3
-    from http.cookies import BaseCookie
-    from urllib.parse import splittype, splithost
-except ImportError:
-    # Python 2
-    from Cookie import BaseCookie
-    from urllib import splittype, splithost
+from six.moves.http_cookies import BaseCookie
 
 from paste import wsgilib
 from paste import lint
@@ -629,8 +622,6 @@
             "You can only follow redirect responses (not %s)"
             % self.full_status)
         location = self.header('location')
-        type, rest = splittype(location)
-        host, path = splithost(rest)
         # @@: We should test that it's not a remote redirect
         return self.test_app.get(location, **kw)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.3/setup.py new/Paste-3.4.6/setup.py
--- old/Paste-3.4.3/setup.py    2020-07-22 17:15:58.000000000 +0200
+++ new/Paste-3.4.6/setup.py    2020-09-25 16:32:31.000000000 +0200
@@ -12,11 +12,11 @@
 # - git push
 # - python setup.py sdist bdist_wheel upload --sign
 
-__version__ = '3.4.3'
+__version__ = '3.4.6'
 
 from setuptools import setup, find_packages
 import sys, os
-sys.path.insert(0, os.path.join(os.path.dirname(__file__),
+sys.path.append(os.path.join(os.path.dirname(__file__),
                                 'paste', 'util'))
 import finddata
 
@@ -52,7 +52,10 @@
           exclude_directories=finddata.standard_exclude_directories + 
('tests',)),
       namespace_packages=['paste'],
       zip_safe=False,
-      install_requires=['six>=1.4.0'],
+      install_requires=[
+        'setuptools',  # pkg_resources
+        'six>=1.4.0',
+        ],
       extras_require={
         'subprocess': [],
         'hotshot': [],


Reply via email to