commit python-Paste for openSUSE:Factory

2020-10-25 Thread root
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 
+
+- 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-INFO2020-07-22 17:17:29.0 +0200
+++ new/Paste-3.4.6/PKG-INFO2020-09-25 16:34:45.0 +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.0 
+0200
+++ new/Paste-3.4.6/Paste.egg-info/PKG-INFO 2020-09-25 16:34:44.0 
+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.0 
+0200
+++ new/Paste-3.4.6/Paste.egg-info/requires.txt 2020-09-25 16:34:44.0 
+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.0 +0200
+++ new/Paste-3.4.6/docs/news.txt   2020-09-25 16:33:03.0 +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.py2020-01-26 16:30:37.0 +0100
+++ new/Paste-3.4.6/paste/fixture.py2020-09-24 17:58:29.0 +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_

commit python-Paste for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-08-06 17:31:38

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.3399 (New)


Package is "python-Paste"

Thu Aug  6 17:31:38 2020 rev:29 rq:824325 version:3.4.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2020-07-21 15:40:09.451508141 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.3399/python-Paste.changes  
2020-08-06 17:32:23.797098263 +0200
@@ -1,0 +2,6 @@
+Tue Aug  4 12:08:43 UTC 2020 - Dirk Mueller 
+
+- update to 3.4.3:
+  * Patch auth ticket to be python3 compatible.
+
+---

Old:

  Paste-3.4.2.tar.gz

New:

  Paste-3.4.3.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.mCxhKg/_old  2020-08-06 17:32:24.769098491 +0200
+++ /var/tmp/diff_new_pack.mCxhKg/_new  2020-08-06 17:32:24.773098492 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.4.2.tar.gz -> Paste-3.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.2/PKG-INFO new/Paste-3.4.3/PKG-INFO
--- old/Paste-3.4.2/PKG-INFO2020-07-14 12:27:55.0 +0200
+++ new/Paste-3.4.3/PKG-INFO2020-07-22 17:17:29.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.2
+Version: 3.4.3
 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.2/Paste.egg-info/PKG-INFO 
new/Paste-3.4.3/Paste.egg-info/PKG-INFO
--- old/Paste-3.4.2/Paste.egg-info/PKG-INFO 2020-07-14 12:27:55.0 
+0200
+++ new/Paste-3.4.3/Paste.egg-info/PKG-INFO 2020-07-22 17:17:29.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.2
+Version: 3.4.3
 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.2/docs/news.txt 
new/Paste-3.4.3/docs/news.txt
--- old/Paste-3.4.2/docs/news.txt   2020-07-14 12:26:19.0 +0200
+++ new/Paste-3.4.3/docs/news.txt   2020-07-22 17:15:51.0 +0200
@@ -3,6 +3,13 @@
 
 .. contents::
 
+3.4.3
+-
+
+* Patch auth ticket to be python3 compatible.
+
+Thanks to TilmanSchaefer for the patch.
+
 3.4.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.2/paste/auth/auth_tkt.py 
new/Paste-3.4.3/paste/auth/auth_tkt.py
--- old/Paste-3.4.2/paste/auth/auth_tkt.py  2020-01-26 16:30:37.0 
+0100
+++ new/Paste-3.4.3/paste/auth/auth_tkt.py  2020-07-22 17:14:09.0 
+0200
@@ -168,22 +168,22 @@
 # correct specification of digest from hashlib or fail
 digest_algo = getattr(hashlib, digest_algo)
 digest_hexa_size = digest_algo().digest_size * 2
-ticket = ticket.strip('"')
+ticket = ticket.strip(b'"')
 digest = ticket[:digest_hexa_size]
 try:
 timestamp = int(ticket[digest_hexa_size:digest_hexa_size + 8], 16)
 except ValueError as e:
 raise BadTicket('Timestamp is not a hex integer: %s' % e)
 try:
-userid, data = ticket[digest_hexa_size + 8:].split('!', 1)
+userid, data = ticket[digest_hexa_size + 8:].split(b'!', 1)
 except ValueError:
 raise BadTicket('userid is not followed by !')
-userid = url_unquote(userid)
-if '!' in data:
-tokens, user_data = data.split('!', 1)
+userid = url_unquote(userid.decode())
+if b'!' in data:
+tokens, user_data = data.split(b'!', 1)
 else:
 # @@: Is this the right order?
-tokens = ''
+tokens = b''
 user_data = data
 
 expected = calculate_digest(ip, timestamp, secret,
@@ -194,7 +194,7 @@
 raise BadTicket('Digest signature is not correct',
 expected=(expected, digest))
 
-tokens = tokens.split(',')
+tokens = tokens.split(b',')
 
 return (timestamp, userid, tokens, user_data)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.2/setup.py new/Paste-3.4.3/setup.py
---

commit python-Paste for openSUSE:Factory

2020-07-21 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-07-21 15:39:53

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.3592 (New)


Package is "python-Paste"

Tue Jul 21 15:39:53 2020 rev:28 rq:821422 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2020-03-29 14:25:05.246084141 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.3592/python-Paste.changes  
2020-07-21 15:40:09.451508141 +0200
@@ -1,0 +2,7 @@
+Fri Jul 17 07:20:06 UTC 2020 - Dirk Mueller 
+
+- update to 3.4.2:
+  * Correct sorting of items() in EvalHTMLFormatter.
+  * Fix next in iterators in wsgilib.py.
+
+---

Old:

  Paste-3.4.0.tar.gz

New:

  Paste-3.4.2.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.5kmDwc/_old  2020-07-21 15:40:10.415509412 +0200
+++ /var/tmp/diff_new_pack.5kmDwc/_new  2020-07-21 15:40:10.419509417 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.4.0
+Version:3.4.2
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.4.0.tar.gz -> Paste-3.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.0/PKG-INFO new/Paste-3.4.2/PKG-INFO
--- old/Paste-3.4.0/PKG-INFO2020-02-12 11:51:00.0 +0100
+++ new/Paste-3.4.2/PKG-INFO2020-07-14 12:27:55.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.0
+Version: 3.4.2
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -16,7 +16,7 @@
 interface, and should be compatible with other middleware based on 
those
 interfaces.
 
-.. _PEP 333: http://www.python.org/dev/peps/pep-0333.html
+.. _PEP 333: http://www.python.org/dev/peps/pep-0333/
 
 * `Paste project at GitHub (source code, bug tracker)
   `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.0/Paste.egg-info/PKG-INFO 
new/Paste-3.4.2/Paste.egg-info/PKG-INFO
--- old/Paste-3.4.0/Paste.egg-info/PKG-INFO 2020-02-12 11:51:00.0 
+0100
+++ new/Paste-3.4.2/Paste.egg-info/PKG-INFO 2020-07-14 12:27:55.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.4.0
+Version: 3.4.2
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -16,7 +16,7 @@
 interface, and should be compatible with other middleware based on 
those
 interfaces.
 
-.. _PEP 333: http://www.python.org/dev/peps/pep-0333.html
+.. _PEP 333: http://www.python.org/dev/peps/pep-0333/
 
 * `Paste project at GitHub (source code, bug tracker)
   `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.0/README.rst new/Paste-3.4.2/README.rst
--- old/Paste-3.4.0/README.rst  2020-01-26 16:30:37.0 +0100
+++ new/Paste-3.4.2/README.rst  2020-06-04 13:56:09.0 +0200
@@ -8,7 +8,7 @@
 interface, and should be compatible with other middleware based on those
 interfaces.
 
-.. _PEP 333: http://www.python.org/dev/peps/pep-0333.html
+.. _PEP 333: http://www.python.org/dev/peps/pep-0333/
 
 * `Paste project at GitHub (source code, bug tracker)
   `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.0/docs/news.txt 
new/Paste-3.4.2/docs/news.txt
--- old/Paste-3.4.0/docs/news.txt   2020-02-12 11:48:58.0 +0100
+++ new/Paste-3.4.2/docs/news.txt   2020-07-14 12:26:19.0 +0200
@@ -3,6 +3,18 @@
 
 .. contents::
 
+3.4.2
+-
+
+* Correct sorting of items() in EvalHTMLFormatter.
+
+Thanks to amitmarkel for the patch.
+
+3.4.1
+-
+
+* Fix next in iterators in wsgilib.py.
+
 3.4.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.4.0/paste/evalexception/middleware.py 
new/Paste-3.4.2/paste/evalexception/middleware.py
--- old/Paste-3.4.0/paste/evalexception/middleware.py   2020-01-26 
16:30:37.0 +0100
+++ new/Paste-3.4.2/paste/evalexception/middleware.py   2020-07-14 
12:23:30.0 +020

commit python-Paste for openSUSE:Factory

2020-03-29 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-03-29 14:25:03

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.3160 (New)


Package is "python-Paste"

Sun Mar 29 14:25:03 2020 rev:27 rq:788612 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2020-01-16 18:16:01.120797574 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.3160/python-Paste.changes  
2020-03-29 14:25:05.246084141 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 16:10:35 UTC 2020 - Marketa Calabkova 
+
+- update to 3.4.0
+  * Python 3 updates for use of StringIO and auth_tkt.py.
+  * Use six.BytesIO when reading wsgi.input.
+  * Allow binding IPv6 address when starting a server.
+
+---

Old:

  Paste-3.2.6.tar.gz

New:

  Paste-3.4.0.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.6SV2XX/_old  2020-03-29 14:25:06.074084320 +0200
+++ /var/tmp/diff_new_pack.6SV2XX/_new  2020-03-29 14:25:06.082084322 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.2.6
+Version:3.4.0
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.2.6.tar.gz -> Paste-3.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.6/PKG-INFO new/Paste-3.4.0/PKG-INFO
--- old/Paste-3.2.6/PKG-INFO2020-01-13 13:49:12.0 +0100
+++ new/Paste-3.4.0/PKG-INFO2020-02-12 11:51:00.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.6
+Version: 3.4.0
 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.2.6/Paste.egg-info/PKG-INFO 
new/Paste-3.4.0/Paste.egg-info/PKG-INFO
--- old/Paste-3.2.6/Paste.egg-info/PKG-INFO 2020-01-13 13:49:12.0 
+0100
+++ new/Paste-3.4.0/Paste.egg-info/PKG-INFO 2020-02-12 11:51:00.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.6
+Version: 3.4.0
 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.2.6/Paste.egg-info/SOURCES.txt 
new/Paste-3.4.0/Paste.egg-info/SOURCES.txt
--- old/Paste-3.2.6/Paste.egg-info/SOURCES.txt  2020-01-13 13:49:12.0 
+0100
+++ new/Paste-3.4.0/Paste.egg-info/SOURCES.txt  2020-02-12 11:51:00.0 
+0100
@@ -204,6 +204,7 @@
 tests/test_auth/__init__.py
 tests/test_auth/test_auth_cookie.py
 tests/test_auth/test_auth_digest.py
+tests/test_auth/test_auth_tkt.py
 tests/test_exceptions/__init__.py
 tests/test_exceptions/test_error_middleware.py
 tests/test_exceptions/test_formatter.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.6/docs/news.txt 
new/Paste-3.4.0/docs/news.txt
--- old/Paste-3.2.6/docs/news.txt   2020-01-13 13:47:14.0 +0100
+++ new/Paste-3.4.0/docs/news.txt   2020-02-12 11:48:58.0 +0100
@@ -3,6 +3,24 @@
 
 .. contents::
 
+3.4.0
+-
+
+* Allow binding IPv6 address when starting a server.
+
+Thanks to Lekinho for this patch.
+
+3.3.0
+-
+
+* Use six.BytesIO when reading wsgi.input.
+* Remove use of pytest-runner.
+
+3.2.7
+-
+
+* Python 3 updates for use of StringIO and auth_tkt.py.
+
 3.2.6
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.6/paste/auth/auth_tkt.py 
new/Paste-3.4.0/paste/auth/auth_tkt.py
--- old/Paste-3.2.6/paste/auth/auth_tkt.py  2018-10-24 15:03:13.0 
+0200
+++ new/Paste-3.4.0/paste/auth/auth_tkt.py  2020-01-26 16:30:37.0 
+0100
@@ -36,7 +36,7 @@
 makes it possible to use the same authentication process with
 non-Python code run under Apache.
 """
-
+import six
 import time as time_mod
 try:
 import hashlib
@@ -49,8 +49,13 @@
 # Python 2
 from Cookie import SimpleCookie
 from paste import request
-from urllib import quote as url_quote
-from urllib import unquote as url_unquote
+
+try:
+from urllib import quote as url_quote # Python 2.X
+from urllib import unquote as url_unquote
+except ImportError:
+from urllib.parse import quote as url_quote  # Python 3+
+from urllib.parse imp

commit python-Paste for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-01-16 18:15:42

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.26092 (New)


Package is "python-Paste"

Thu Jan 16 18:15:42 2020 rev:26 rq:764619 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2020-01-01 14:58:26.885935794 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.26092/python-Paste.changes 
2020-01-16 18:16:01.120797574 +0100
@@ -1,0 +2,9 @@
+Wed Jan 15 10:54:10 UTC 2020 - Marketa Calabkova 
+
+- update to 3.2.6
+  * Correctly handle HEAD requests (to send empty body) when gzip encoding 
requested.
+  * Use is_alive instead of isAlive for Python 3.9 compatibility.
+  * Use encodebytes instead of deprecated encodestring.
+  * Fix Python 2 and 3 compatibility for base64.
+
+---

Old:

  Paste-3.2.3.tar.gz

New:

  Paste-3.2.6.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.PIsd7n/_old  2020-01-16 18:16:02.716798478 +0100
+++ /var/tmp/diff_new_pack.PIsd7n/_new  2020-01-16 18:16:02.720798479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.2.3.tar.gz -> Paste-3.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.3/PKG-INFO new/Paste-3.2.6/PKG-INFO
--- old/Paste-3.2.3/PKG-INFO2019-11-25 22:07:03.0 +0100
+++ new/Paste-3.2.6/PKG-INFO2020-01-13 13:49:12.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.3
+Version: 3.2.6
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
-Provides-Extra: Flup
-Provides-Extra: hotshot
 Provides-Extra: subprocess
+Provides-Extra: hotshot
+Provides-Extra: Flup
 Provides-Extra: Paste
 Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.3/Paste.egg-info/PKG-INFO 
new/Paste-3.2.6/Paste.egg-info/PKG-INFO
--- old/Paste-3.2.3/Paste.egg-info/PKG-INFO 2019-11-25 22:07:02.0 
+0100
+++ new/Paste-3.2.6/Paste.egg-info/PKG-INFO 2020-01-13 13:49:12.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.3
+Version: 3.2.6
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
-Provides-Extra: Flup
-Provides-Extra: hotshot
 Provides-Extra: subprocess
+Provides-Extra: hotshot
+Provides-Extra: Flup
 Provides-Extra: Paste
 Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.3/docs/news.txt 
new/Paste-3.2.6/docs/news.txt
--- old/Paste-3.2.3/docs/news.txt   2019-11-25 22:05:12.0 +0100
+++ new/Paste-3.2.6/docs/news.txt   2020-01-13 13:47:14.0 +0100
@@ -3,6 +3,21 @@
 
 .. contents::
 
+3.2.6
+-
+
+* Correctly handle HEAD requests (to send empty body) when gzip
+  encoding requested.
+
+3.2.4
+-
+
+* Use is_alive instead of isAlive for Python 3.9 compatibility.
+* Use encodebytes instead of deprecated encodestring.
+* Fix Python 2 and 3 compatibility for base64.
+
+Thanks to tirkarthi for these fixes.
+
 3.2.3
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.3/paste/auth/cookie.py 
new/Paste-3.2.6/paste/auth/cookie.py
--- old/Paste-3.2.3/paste/auth/cookie.py2018-10-24 15:03:13.0 
+0200
+++ new/Paste-3.2.6/paste/auth/cookie.py2020-01-05 14:55:49.0 
+0100
@@ -144,10 +144,17 @@
 if six.PY3:
 content = content.encode('utf8')
 

commit python-Paste for openSUSE:Factory

2020-01-01 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2020-01-01 14:58:03

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.6675 (New)


Package is "python-Paste"

Wed Jan  1 14:58:03 2020 rev:25 rq:758637 version:3.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-11-04 17:04:31.980141043 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.6675/python-Paste.changes  
2020-01-01 14:58:26.885935794 +0100
@@ -1,0 +2,7 @@
+Fri Dec 20 19:27:02 UTC 2019 - Dirk Mueller 
+
+- update to 3.2.3:
+  * Correct ``100 Continue`` in Python 3
+  * Avoid some reference cycles through tracebacks in httpserver.py
+
+---

Old:

  Paste-3.2.1.tar.gz

New:

  Paste-3.2.3.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.NWaE2b/_old  2020-01-01 14:58:27.301936012 +0100
+++ /var/tmp/diff_new_pack.NWaE2b/_new  2020-01-01 14:58:27.301936012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.2.1
+Version:3.2.3
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.2.1.tar.gz -> Paste-3.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.1/PKG-INFO new/Paste-3.2.3/PKG-INFO
--- old/Paste-3.2.1/PKG-INFO2019-09-25 14:32:20.0 +0200
+++ new/Paste-3.2.3/PKG-INFO2019-11-25 22:07:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.1
+Version: 3.2.3
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
+Provides-Extra: Flup
 Provides-Extra: hotshot
 Provides-Extra: subprocess
-Provides-Extra: openid
 Provides-Extra: Paste
-Provides-Extra: Flup
+Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.1/Paste.egg-info/PKG-INFO 
new/Paste-3.2.3/Paste.egg-info/PKG-INFO
--- old/Paste-3.2.1/Paste.egg-info/PKG-INFO 2019-09-25 14:32:19.0 
+0200
+++ new/Paste-3.2.3/Paste.egg-info/PKG-INFO 2019-11-25 22:07:02.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.1
+Version: 3.2.3
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
+Provides-Extra: Flup
 Provides-Extra: hotshot
 Provides-Extra: subprocess
-Provides-Extra: openid
 Provides-Extra: Paste
-Provides-Extra: Flup
+Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.1/docs/news.txt 
new/Paste-3.2.3/docs/news.txt
--- old/Paste-3.2.1/docs/news.txt   2019-09-25 14:29:52.0 +0200
+++ new/Paste-3.2.3/docs/news.txt   2019-11-25 22:05:12.0 +0100
@@ -3,6 +3,16 @@
 
 .. contents::
 
+3.2.3
+-
+
+* Correct ``100 Continue`` in Python 3
+
+3.2.2
+-
+
+* Avoid some reference cycles through tracebacks in httpserver.py
+
 3.2.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.1/paste/httpserver.py 
new/Paste-3.2.3/paste/httpserver.py
--- old/Paste-3.2.1/paste/httpserver.py 2019-09-25 14:27:36.0 +0200
+++ new/Paste-3.2.3/paste/httpserver.py 2019-11-25 22:04:00.0 +0100
@@ -82,7 +82,7 @@
 setattr(self, attr, getattr(self, '_ContinueFile_' + attr))
 
 def _ContinueFile_send(self):
-self._ContinueFile_write("HTTP/1.1 100 Continue\r\n\r\n")
+self._ContinueFile_write("HTTP/1.1 100 
Continue\r\n\r\n".encode('utf-8'))
 rfile = self._ContinueFile_rfile
 for attr in ('read', 'readline', 'readlines'):
 if hasattr(rfile, attr):
@@ -1077,8 +10

commit python-Paste for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-11-04 17:04:30

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.2990 (New)


Package is "python-Paste"

Mon Nov  4 17:04:30 2019 rev:24 rq:735885 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-09-30 15:55:06.709901178 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.2990/python-Paste.changes  
2019-11-04 17:04:31.980141043 +0100
@@ -1,0 +2,6 @@
+Mon Oct  7 14:54:45 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.2.1:
+  * no changelog
+
+---

Old:

  Paste-3.2.0.tar.gz

New:

  Paste-3.2.1.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.4OC0C1/_old  2019-11-04 17:04:32.700141813 +0100
+++ /var/tmp/diff_new_pack.4OC0C1/_new  2019-11-04 17:04:32.704141817 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.2.0.tar.gz -> Paste-3.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.0/PKG-INFO new/Paste-3.2.1/PKG-INFO
--- old/Paste-3.2.0/PKG-INFO2019-09-05 12:31:04.0 +0200
+++ new/Paste-3.2.1/PKG-INFO2019-09-25 14:32:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.0
+Version: 3.2.1
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
-Provides-Extra: openid
-Provides-Extra: Flup
 Provides-Extra: hotshot
 Provides-Extra: subprocess
+Provides-Extra: openid
 Provides-Extra: Paste
+Provides-Extra: Flup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.0/Paste.egg-info/PKG-INFO 
new/Paste-3.2.1/Paste.egg-info/PKG-INFO
--- old/Paste-3.2.0/Paste.egg-info/PKG-INFO 2019-09-05 12:31:04.0 
+0200
+++ new/Paste-3.2.1/Paste.egg-info/PKG-INFO 2019-09-25 14:32:19.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.2.0
+Version: 3.2.1
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
-Provides-Extra: openid
-Provides-Extra: Flup
 Provides-Extra: hotshot
 Provides-Extra: subprocess
+Provides-Extra: openid
 Provides-Extra: Paste
+Provides-Extra: Flup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.0/docs/news.txt 
new/Paste-3.2.1/docs/news.txt
--- old/Paste-3.2.0/docs/news.txt   2019-09-05 12:27:36.0 +0200
+++ new/Paste-3.2.1/docs/news.txt   2019-09-25 14:29:52.0 +0200
@@ -3,6 +3,11 @@
 
 .. contents::
 
+3.2.1
+-
+
+* Handle io.UnsupportedOperation from socket.tell()
+
 3.2.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.0/paste/httpserver.py 
new/Paste-3.2.1/paste/httpserver.py
--- old/Paste-3.2.0/paste/httpserver.py 2019-09-05 12:21:52.0 +0200
+++ new/Paste-3.2.1/paste/httpserver.py 2019-09-25 14:27:36.0 +0200
@@ -20,6 +20,7 @@
 from __future__ import print_function
 import atexit
 import traceback
+import io
 import socket, sys, threading
 import posixpath
 import six
@@ -523,9 +524,11 @@
 
 def tell(self):
 if hasattr(self.file, 'tell'):
-return self.file.tell()
-else:
-return self._consumed
+try:
+return self.file.tell()
+except io.UnsupportedOperation:
+pass
+return self._consumed
 
 class ThreadPool(object):
 """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.2.0/paste/request.py 
new/Paste-3.2.1/paste/request.py
--- old/Paste-3.2.0/paste/request.py2019-09-05 12:21:52.0 +0200
+++ new/Paste-3.2.1/paste/request.py2019-09-25 14:27:36.0 +0200
@@ -161,51 +161,40 @@
 return parsed
 # @@: Sho

commit python-Paste for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-09-30 15:55:02

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.2352 (New)


Package is "python-Paste"

Mon Sep 30 15:55:02 2019 rev:23 rq:732889 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-08-06 15:07:53.263870920 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.2352/python-Paste.changes  
2019-09-30 15:55:06.709901178 +0200
@@ -1,0 +2,8 @@
+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.
+
+---

Old:

  Paste-3.1.0.tar.gz

New:

  Paste-3.2.0.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.ruP1GV/_old  2019-09-30 15:55:07.709898516 +0200
+++ /var/tmp/diff_new_pack.ruP1GV/_new  2019-09-30 15:55:07.709898516 +0200
@@ -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:  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 @@
 %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

++ Paste-3.1.0.tar.gz -> Paste-3.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.1.0/PKG-INFO new/Paste-3.2.0/PKG-INFO
--- old/Paste-3.1.0/PKG-INFO2019-07-24 12:54:34.0 +0200
+++ new/Paste-3.2.0/PKG-INFO2019-09-05 12:31:04.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.1.0
+Version: 3.2.0
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
+Provides-Extra: openid
 Provides-Extra: Flup
+Provides-Extra: hotshot
 Provides-Extra: subprocess
 Provides-Extra: Paste
-Provides-Extra: hotshot
-Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.1.0/Paste.egg-info/PKG-INFO 
new/Paste-3.2.0/Paste.egg-info/PKG-INFO
--- old/Paste-3.1.0/Paste.egg-info/PKG-INFO 2019-07-24 12:54:34.0 
+0200
+++ new/Paste-3.2.0/Paste.egg-info/PKG-INFO 2019-09-05 12:31:04.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.1.0
+Version: 3.2.0
 Summary: Tools for using a Web Server Gateway Interface stack
 Home-page: https://pythonpaste.readthedocs.io/
 Author: Chris Dent
@@ -130,8 +130,8 @@
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
 Classifier: Framework :: Paste
+Provides-Extra: openid
 Provides-Extra: Flup
+Provides-Extra: hotshot
 Provides-Extra: subprocess
 Provides-Extra: Paste
-Provides-Extra: hotshot
-Provides-Extra: openid
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.1.0/docs/news.txt 
new/Paste-3.2.0/docs/news.txt
--- old/Paste-3.1.0/docs/news.txt   2019-07-24 12:51:47.0 +0200
+++ new/Paste-3.2.0/docs/news.txt   2019-09-05 12:27:36.0 +0200
@@ -3,6 +3,21 @@
 
 .. contents::
 
+3.2.0
+-
+
+* Ensure unicode URLs work in TestApp.
+* Make LimitedLengthFile file return empty bytes.
+* Protect against accidental close in FieldStorage.
+
+Thanks to benjaminp for many recent contributions.
+
+
+3.1.1
+-
+
+* TestApp.encode_multipart handles bytes filenames and params.
+
 3.1.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.1.0/paste/fixture.py 
new/Paste-3.2.0/paste/fixture.py
--- old/Paste-3.

commit python-Paste for openSUSE:Factory

2019-08-06 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-08-06 15:07:51

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.4126 (New)


Package is "python-Paste"

Tue Aug  6 15:07:51 2019 rev:22 rq:719517 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-03-12 09:45:40.343630663 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.4126/python-Paste.changes  
2019-08-06 15:07:53.263870920 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 07:45:13 UTC 2019 - pgaj...@suse.com
+
+- version update to 3.1.0
+  * Allow anything that can read() for a file-like response, not just
+a ``file`` instance.
+
+---

Old:

  Paste-3.0.8.tar.gz

New:

  Paste-3.1.0.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.HmXkBW/_old  2019-08-06 15:07:53.783870574 +0200
+++ /var/tmp/diff_new_pack.HmXkBW/_new  2019-08-06 15:07:53.787870571 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.0.8
+Version:3.1.0
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT

++ Paste-3.0.8.tar.gz -> Paste-3.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.8/PKG-INFO new/Paste-3.1.0/PKG-INFO
--- old/Paste-3.0.8/PKG-INFO2019-03-07 11:59:41.0 +0100
+++ new/Paste-3.1.0/PKG-INFO2019-07-24 12:54:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.8
+Version: 3.1.0
 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.0.8/Paste.egg-info/PKG-INFO 
new/Paste-3.1.0/Paste.egg-info/PKG-INFO
--- old/Paste-3.0.8/Paste.egg-info/PKG-INFO 2019-03-07 11:59:41.0 
+0100
+++ new/Paste-3.1.0/Paste.egg-info/PKG-INFO 2019-07-24 12:54:34.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.8
+Version: 3.1.0
 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.0.8/docs/news.txt 
new/Paste-3.1.0/docs/news.txt
--- old/Paste-3.0.8/docs/news.txt   2019-03-07 11:54:28.0 +0100
+++ new/Paste-3.1.0/docs/news.txt   2019-07-24 12:51:47.0 +0200
@@ -3,6 +3,12 @@
 
 .. contents::
 
+3.1.0
+-
+
+* Allow anything that can read() for a file-like response, not just
+  a ``file`` instance.
+
 3.0.8
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.8/paste/request.py 
new/Paste-3.1.0/paste/request.py
--- old/Paste-3.0.8/paste/request.py2019-02-28 16:09:41.0 +0100
+++ new/Paste-3.1.0/paste/request.py2019-07-24 12:46:25.0 +0200
@@ -30,7 +30,7 @@
 try:
 from UserDict import DictMixin
 except ImportError:
-from collections import MutableMapping as DictMixin
+from collections.abc import MutableMapping as DictMixin
 import six
 
 from paste.util.multidict import MultiDict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.8/paste/urlmap.py 
new/Paste-3.1.0/paste/urlmap.py
--- old/Paste-3.0.8/paste/urlmap.py 2019-02-28 16:09:41.0 +0100
+++ new/Paste-3.1.0/paste/urlmap.py 2019-07-24 12:46:25.0 +0200
@@ -9,7 +9,7 @@
 from paste.util import html
 try:
 # Python 3
-from collections import MutableMapping as DictMixin
+from collections.abc import MutableMapping as DictMixin
 except ImportError:
 # Python 2
 from UserDict import DictMixin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.8/paste/util/multidict.py 
new/Paste-3.1.0/paste/util/multidict.py
--- old/Paste-3.0.8/paste/util/multidict.py 2019-02-28 16:09:41.0 
+0100
+++ new/Paste-3.1.0/paste/util/multidict.py 2019-07-24 12:46:25.0 
+0200
@@ -7,7 +7,7 @@
 
 try:
 # Python 3
-from collections import MutableMapping as DictMixin
+from collections.abc import MutableMapping as DictMixin
 except ImportError:
 # Python 2
 from UserDict import DictMixin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclud

commit python-Paste for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-03-12 09:45:38

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.28833 (New)


Package is "python-Paste"

Tue Mar 12 09:45:38 2019 rev:21 rq:682768 version:3.0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-03-08 11:00:52.996545764 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.28833/python-Paste.changes 
2019-03-12 09:45:40.343630663 +0100
@@ -1,0 +2,8 @@
+Fri Mar  8 09:27:42 UTC 2019 - John Vandenberg 
+
+- Add test_modified-fixup.patch to re-enable the test
+- Remove build dependency on pytest-runner
+- Update to v3.0.8
+  * Fix quoting of bytestrings
+
+---

Old:

  Paste-3.0.7.tar.gz

New:

  Paste-3.0.8.tar.gz
  test_modified-fixup.patch



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.fiplfG/_old  2019-03-12 09:45:42.115630309 +0100
+++ /var/tmp/diff_new_pack.fiplfG/_new  2019-03-12 09:45:42.143630303 +0100
@@ -19,14 +19,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.0.7
+Version:3.0.8
 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
-BuildRequires:  %{python_module pytest-runner}
+Patch0: test_modified-fixup.patch
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six > 1.4.0}
@@ -53,6 +53,8 @@
 
 %prep
 %setup -q -n Paste-%{version}
+%patch0 -p1
+sed -i '/pytest-runner/d' setup.py
 # remove test requiring internet access
 rm tests/test_proxy.py
 
@@ -64,7 +66,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v -k 'not test_modified'
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %license docs/license.txt

++ Paste-3.0.7.tar.gz -> Paste-3.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.7/PKG-INFO new/Paste-3.0.8/PKG-INFO
--- old/Paste-3.0.7/PKG-INFO2019-02-28 17:00:46.0 +0100
+++ new/Paste-3.0.8/PKG-INFO2019-03-07 11:59:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.7
+Version: 3.0.8
 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.0.7/Paste.egg-info/PKG-INFO 
new/Paste-3.0.8/Paste.egg-info/PKG-INFO
--- old/Paste-3.0.7/Paste.egg-info/PKG-INFO 2019-02-28 17:00:45.0 
+0100
+++ new/Paste-3.0.8/Paste.egg-info/PKG-INFO 2019-03-07 11:59:41.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.7
+Version: 3.0.8
 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.0.7/docs/news.txt 
new/Paste-3.0.8/docs/news.txt
--- old/Paste-3.0.7/docs/news.txt   2019-02-28 16:46:14.0 +0100
+++ new/Paste-3.0.8/docs/news.txt   2019-03-07 11:54:28.0 +0100
@@ -3,6 +3,11 @@
 
 .. contents::
 
+3.0.8
+-
+
+* Fix quoting of bytestrings (#23, via jelmer).
+
 3.0.7
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.7/paste/util/quoting.py 
new/Paste-3.0.8/paste/util/quoting.py
--- old/Paste-3.0.7/paste/util/quoting.py   2019-02-28 16:09:41.0 
+0100
+++ new/Paste-3.0.8/paste/util/quoting.py   2019-03-07 11:51:36.0 
+0100
@@ -23,7 +23,10 @@
 if v is None:
 return ''
 elif isinstance(v, six.binary_type):
-return html.escape(v, 1)
+if six.PY3:
+return html.escape(v.decode(encoding), 1).encode(encoding)
+else:
+return html.escape(v, 1)
 elif isinstance(v, six.text_type):
 if six.PY3:
 return html.escape(v, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.7/setup.py new/

commit python-Paste for openSUSE:Factory

2019-03-08 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-03-08 11:00:51

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.28833 (New)


Package is "python-Paste"

Fri Mar  8 11:00:51 2019 rev:20 rq:681893 version:3.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2019-01-03 18:09:31.851985298 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.28833/python-Paste.changes 
2019-03-08 11:00:52.996545764 +0100
@@ -1,0 +2,12 @@
+Tue Mar  5 19:12:58 UTC 2019 - Tomáš Chvátal 
+
+- Do not bother with sphinx docu, it is online anyway
+
+---
+Tue Mar  5 17:00:52 UTC 2019 - Tomáš Chvátal 
+
+- Update to 3.0.7:
+  * Write bytestrings when calling wsgi_write_chunk
+  * Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL
+
+---

Old:

  Paste-3.0.5.tar.gz

New:

  Paste-3.0.7.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.Ac03jf/_old  2019-03-08 11:00:53.524545679 +0100
+++ /var/tmp/diff_new_pack.Ac03jf/_new  2019-03-08 11:00:53.528545679 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:3.0.5
+Version:3.0.7
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
@@ -32,8 +32,6 @@
 BuildRequires:  %{python_module six > 1.4.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# Documentation build requirements:
-BuildRequires:  python3-Sphinx
 Requires:   python-six > 1.4.0
 BuildArch:  noarch
 Suggests:   python-flup
@@ -60,7 +58,6 @@
 
 %build
 %python_build
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
@@ -71,7 +68,7 @@
 
 %files %{python_files}
 %license docs/license.txt
-%doc build/sphinx/html/
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ Paste-3.0.5.tar.gz -> Paste-3.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.5/PKG-INFO new/Paste-3.0.7/PKG-INFO
--- old/Paste-3.0.5/PKG-INFO2018-11-29 12:24:28.0 +0100
+++ new/Paste-3.0.7/PKG-INFO2019-02-28 17:00:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.5
+Version: 3.0.7
 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.0.5/Paste.egg-info/PKG-INFO 
new/Paste-3.0.7/Paste.egg-info/PKG-INFO
--- old/Paste-3.0.5/Paste.egg-info/PKG-INFO 2018-11-29 12:24:27.0 
+0100
+++ new/Paste-3.0.7/Paste.egg-info/PKG-INFO 2019-02-28 17:00:45.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: Paste
-Version: 3.0.5
+Version: 3.0.7
 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.0.5/docs/news.txt 
new/Paste-3.0.7/docs/news.txt
--- old/Paste-3.0.5/docs/news.txt   2018-11-29 12:23:10.0 +0100
+++ new/Paste-3.0.7/docs/news.txt   2019-02-28 16:46:14.0 +0100
@@ -3,6 +3,17 @@
 
 .. contents::
 
+3.0.7
+-
+
+* Send bytestrings when writing chunks from ``paste/httpserver.py``.
+
+3.0.6
+-
+
+* Revert the changes in the 3.0.5, which introduced unexpected errors in
+  ``paste/httpserver.py`` when using SSL.
+
 3.0.5
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Paste-3.0.5/paste/httpserver.py 
new/Paste-3.0.7/paste/httpserver.py
--- old/Paste-3.0.5/paste/httpserver.py 2018-11-29 12:19:34.0 +0100
+++ new/Paste-3.0.7/paste/httpserver.py 2019-02-28 16:40:34.0 +0100
@@ -306,7 +306,7 @@
 for chunk in result:
 self.wsgi_write_chunk(chunk)
 if not self.wsgi_headers_sent:
-self.wsgi_write_chunk('')
+self.wsgi_write_chunk(b'')
 finally:
 if hasattr(result,'close'):
 result.close()
@@ -321,7 +321,7 @@
 '500 Internal Server Error',
 [('Content-type', 'text/plain'),
  ('Content-length', str(len(error_msg)))])
-self.wsgi_write_chunk("Internal S

commit python-Paste for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2019-01-03 18:09:30

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.28833 (New)


Package is "python-Paste"

Thu Jan  3 18:09:30 2019 rev:19 rq:662605 version:3.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2018-12-19 13:50:57.183156957 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.28833/python-Paste.changes 
2019-01-03 18:09:31.851985298 +0100
@@ -1,0 +2,8 @@
+Thu Jan  3 07:17:00 UTC 2019 - Tomáš Chvátal 
+
+- Disable test_modified as it fails on non 64b arches due to
+  slightly different reported string
+- Drop nose dep, not needed
+- Fix URL to point to current homepage
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.2CK93Z/_old  2019-01-03 18:09:32.355984785 +0100
+++ /var/tmp/diff_new_pack.2CK93Z/_new  2019-01-03 18:09:32.359984781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -24,10 +24,8 @@
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
 Group:  Development/Languages/Python
-URL:http://pythonpaste.org
+URL:https://github.com/cdent/paste
 Source: 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
-# Test build requirements:
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -69,7 +67,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py -q test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v -k 'not test_modified'
 
 %files %{python_files}
 %license docs/license.txt




commit python-Paste for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2018-12-19 13:50:49

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new.28833 (New)


Package is "python-Paste"

Wed Dec 19 13:50:49 2018 rev:18 rq:658977 version:3.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2018-10-25 08:14:19.516122780 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new.28833/python-Paste.changes 
2018-12-19 13:50:57.183156957 +0100
@@ -1,0 +2,38 @@
+Mon Dec 17 21:04:26 UTC 2018 - Thomas Bechtold 
+
+- update to 3.0.5:
+  * make tests pass after 2031
+  * Use correct variable when building message for exception
+  * Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)
+  * Fix error on httpserver shutdown
+  * Add support for limited testing with travis-ci
+  * Merged in hroncok/paste/py37 (pull request #41)
+  * Don't raise StopIteration from generator, return instead
+  * Fix up testing after switch to pytest
+  * Make iterators Python3-compatible
+  * Remove use of future
+  * Don't raise StopIteration inside a generator
+  * add link to read the docs to README
+  * Release 3.0.2
+  * Release 3.0.5
+  * Prepare docs for publishing to RTFD
+  * Run tox with Python 3.6 and 3.7
+  * Prepare a 3.0.0 release
+  * release 3.0.1
+  * py3 fixes for form handling in paste.fixture (#8)
+  * release 3.0.3
+  * Special case py37
+  * release 3.0.4
+  * Switch from nose to pytest
+  * Pytest fixes (#9)
+  * paste.fixture: fix form offset handling (#12)
+  * Add a simple .gitignore
+  * Don't delete dict item while iterating over same dict (#14)
+  * Depend on pytest instead of nose (#13)
+  * Fix proxy test
+  * Enable coverage reporting via codecov (#10)
+  * Update README and setup.py for new location
+  * Added tag 2.0.3 for changeset 768835f3c1b7
+- Drop python37.patch. No longer needed
+
+---

Old:

  Paste-2.0.3.tar.gz
  python37.patch

New:

  Paste-3.0.5.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.rFxT6S/_old  2018-12-19 13:50:58.151155617 +0100
+++ /var/tmp/diff_new_pack.rFxT6S/_new  2018-12-19 13:50:58.155155611 +0100
@@ -19,16 +19,17 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
-Version:2.0.3
+Version:3.0.5
 Release:0
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
 Group:  Development/Languages/Python
 URL:http://pythonpaste.org
 Source: 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
-Patch0: python37.patch
 # Test build requirements:
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six > 1.4.0}
 BuildRequires:  fdupes
@@ -58,11 +59,6 @@
 %setup -q -n Paste-%{version}
 # remove test requiring internet access
 rm tests/test_proxy.py
-# remove .orig files (see 
https://bitbucket.org/ianb/paste/issues/11/pypi-tarball-of-version-202-contains-orig)
-rm paste/urlmap.py.orig
-rm paste/httpserver.py.orig
-rm paste/util/template.py.orig
-%patch0 -p1
 
 %build
 %python_build

++ Paste-2.0.3.tar.gz -> Paste-3.0.5.tar.gz ++
 5736 lines of diff (skipped)




commit python-Paste for openSUSE:Factory

2018-10-24 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2018-10-25 08:13:39

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is "python-Paste"

Thu Oct 25 08:13:39 2018 rev:17 rq:642830 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2018-03-22 12:10:34.561933538 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2018-10-25 08:14:19.516122780 +0200
@@ -1,0 +2,6 @@
+Thu Oct 18 09:19:55 UTC 2018 - Tomáš Chvátal 
+
+- Fix build on python 3.7:
+  * python37.patch
+
+---

New:

  python37.patch



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.wTkhjV/_old  2018-10-25 08:14:20.340122427 +0200
+++ /var/tmp/diff_new_pack.wTkhjV/_new  2018-10-25 08:14:20.344122425 +0200
@@ -12,49 +12,40 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Paste
 Version:2.0.3
 Release:0
-Url:http://pythonpaste.org
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
 Group:  Development/Languages/Python
+URL:http://pythonpaste.org
 Source: 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
+Patch0: python37.patch
+# Test build requirements:
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six > 1.4.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx
-# Test build requirements:
-BuildRequires:  %{python_module nose}
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
-Suggests:   python-flup
-%endif
 Requires:   python-six > 1.4.0
+BuildArch:  noarch
+Suggests:   python-flup
 %ifpython2
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
-Suggests:   python-python-openid
-%endif
 Provides:   %{oldpython}-paste = %{version}
 Obsoletes:  %{oldpython}-paste < %{version}
+Suggests:   python-python-openid
 %endif
 %ifpython3
-%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   python3-python3-openid
 %endif
-%endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -71,23 +62,21 @@
 rm paste/urlmap.py.orig
 rm paste/httpserver.py.orig
 rm paste/util/template.py.orig
+%patch0 -p1
 
 %build
 %python_build
-%{__python3} setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 %python_exec setup.py -q test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc docs/license.txt
+%license docs/license.txt
 %doc build/sphinx/html/
 %{python_sitelib}/*
 

++ python37.patch ++
# HG changeset patch
# User Miro Hrončok 
# Date 1528476582 -7200
#  Fri Jun 08 18:49:42 2018 +0200
# Branch py37
# Node ID c5a2c7e3191cdcebf3fa5f0e52f55910ed2120b9
# Parent  0e5a48796ab969d874c6b772c5c33561ac2d1b0d
Don't raise StopIteration from generator, return instead

See https://www.python.org/dev/peps/pep-0479/

diff -r 0e5a48796ab9 -r c5a2c7e3191c paste/auth/digest.py
--- a/paste/auth/digest.py  Tue Mar 08 16:29:31 2016 -0800
+++ b/paste/auth/digest.py  Fri Jun 08 18:49:42 2018 +0200
@@ -57,7 +57,7 @@
 prev = item
 
 yield prev.strip()
-raise StopIteration
+return
 
 def _auth_to_kv_pairs(auth_string):
 """ split a digest auth string into key, value pairs """



commit python-Paste for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2018-03-22 12:04:51

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is "python-Paste"

Thu Mar 22 12:04:51 2018 rev:16 rq:589231 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2017-08-13 14:57:40.353567981 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2018-03-22 12:10:34.561933538 +0100
@@ -1,0 +2,11 @@
+Tue Mar  6 17:00:13 UTC 2018 - apla...@suse.com
+
+- Allows Recommends and Suggest in Fedora
+
+---
+Tue Feb 27 13:47:03 UTC 2018 - apla...@suse.com
+
+- Suggest only for SUSE
+- Use %{__python3} macro 
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.chMETm/_old  2018-03-22 12:10:35.377904291 +0100
+++ /var/tmp/diff_new_pack.chMETm/_new  2018-03-22 12:10:35.385904004 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -38,16 +38,22 @@
 BuildRequires:  python3-Sphinx
 # Test build requirements:
 BuildRequires:  %{python_module nose}
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   python-flup
+%endif
 Requires:   python-six > 1.4.0
 %ifpython2
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   python-python-openid
+%endif
 Provides:   %{oldpython}-paste = %{version}
 Obsoletes:  %{oldpython}-paste < %{version}
 %endif
 %ifpython3
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
 Suggests:   python3-python3-openid
 %endif
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -68,7 +74,7 @@
 
 %build
 %python_build
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+%{__python3} setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 %python_install




commit python-Paste for openSUSE:Factory

2017-08-13 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2017-08-13 14:57:39

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is "python-Paste"

Sun Aug 13 14:57:39 2017 rev:15 rq:515841 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2017-05-17 10:51:02.798745110 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2017-08-13 14:57:40.353567981 +0200
@@ -1,0 +2,6 @@
+Wed Aug  9 16:21:38 UTC 2017 - tbecht...@suse.com
+
+- Remove unused BuildRequires
+- Use Suggests for openid and flup. Both are optional deps
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.K5IYMN/_old  2017-08-13 14:57:41.441415319 +0200
+++ /var/tmp/diff_new_pack.K5IYMN/_new  2017-08-13 14:57:41.445414757 +0200
@@ -29,27 +29,24 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module flup}
-BuildRequires:  python-python-openid
-BuildRequires:  python3-python3-openid
 BuildRequires:  %{python_module six > 1.4.0}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # Documentation build requirements:
 BuildRequires:  python3-Sphinx
 # Test build requirements:
 BuildRequires:  %{python_module nose}
-Requires:   python-flup
+Suggests:   python-flup
 Requires:   python-six > 1.4.0
 %ifpython2
-Requires:   python-python-openid
+Suggests:   python-python-openid
 Provides:   %{oldpython}-paste = %{version}
 Obsoletes:  %{oldpython}-paste < %{version}
 %endif
 %ifpython3
-Requires:   python3-python3-openid
+Suggests:   python3-python3-openid
 %endif
 BuildArch:  noarch
 %python_subpackages




commit python-Paste for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2017-05-17 10:50:59

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is "python-Paste"

Wed May 17 10:50:59 2017 rev:14 rq:493094 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2016-06-07 23:49:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2017-05-17 10:51:02.798745110 +0200
@@ -1,0 +2,10 @@
+Fri May  5 21:59:21 UTC 2017 - toddrme2...@gmail.com
+
+- Fix Provides/Obsoletes.
+
+---
+Wed Apr 19 02:23:02 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.oIomSY/_old  2017-05-17 10:51:03.418657903 +0200
+++ /var/tmp/diff_new_pack.oIomSY/_new  2017-05-17 10:51:03.422657340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,6 +16,10 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-Paste
 Version:2.0.3
 Release:0
@@ -23,27 +27,32 @@
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
 Group:  Development/Languages/Python
-Source: https://pypi.io/packages/source/P/Paste/Paste-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module flup}
+BuildRequires:  python-python-openid
+BuildRequires:  python3-python3-openid
+BuildRequires:  %{python_module six > 1.4.0}
 # Documentation build requirements:
-BuildRequires:  python-Sphinx
+BuildRequires:  python3-Sphinx
 # Test build requirements:
-BuildRequires:  python-flup
-BuildRequires:  python-nose
-BuildRequires:  python-python-openid
-BuildRequires:  python-six
+BuildRequires:  %{python_module nose}
 Requires:   python-flup
-Requires:   python-python-openid
 Requires:   python-six > 1.4.0
-Provides:   python-paste = %{version}
-Obsoletes:  python-paste < %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+%ifpython2
+Requires:   python-python-openid
+Provides:   %{oldpython}-paste = %{version}
+Obsoletes:  %{oldpython}-paste < %{version}
+%endif
+%ifpython3
+Requires:   python3-python3-openid
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 These provide several pieces of "middleware" (or filters) that can be nested
@@ -61,18 +70,22 @@
 rm paste/util/template.py.orig
 
 %build
-python setup.py build
-python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+%python_build
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-python setup.py -q test
+%python_exec setup.py -q test
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc build/sphinx/html docs/license.txt
+%doc docs/license.txt
+%doc build/sphinx/html/
 %{python_sitelib}/*
 
 %changelog




commit python-Paste for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2016-06-07 23:49:36

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
2016-03-17 16:47:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2016-06-07 23:49:38.0 +0200
@@ -1,0 +2,44 @@
+Fri Jun  3 15:31:42 UTC 2016 - tbecht...@suse.com
+
+- update to 2.0.3:
+  * prepare release 2.0.1
+  * Added tag 2.0.1 for changeset a0ef0e57e057
+  * set version to 2.0.2
+  * Add tests/test_httpserver.py
+  * Fix improper commas in request headers in wsgi_environ
+  * tests/test_httpserver.py: Use `email` module instead of `mimetools`
+  * tests/test_httpserver.py: Add test_environ_with_multiple_values
+  * Make get all values of a header work on both Python 2 and 3
+  * Make get_headers default to Python 3; fallback to Python 2
+  * Make utility function private: _get_headers
+  * Fix Python 3 issue in paste/fixture.py
+  * test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1
+  * Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_sql
+  * replace ``has_key`` method to ``in`` operator #9
+  * Don't display invalid error message when socket in use
+  * Update docs/news.txt for 2.0.2
+  * Added tag 2.0.2 for changeset 53f5c2cd7f50
+  * Python 3: App must always return binary type.
+  * Python 3: Always encode params if passed as text types
+  * Python 3: Don't mangle strangely encoded input
+  * Python 3: Use the same python interpreter for CGI scripts.
+  * Python 3: add workarounds for cgi.FieldStorage
+  * Python 3: avoid spurious warnings
+  * Python 3: dict.items() doesn't return a list anymore
+  * Python 3: ignore exception details in doctests
+  * Python 3: let html_quote() and url() always return the same type
+  * Python 3: use compatible print syntax in example text
+  * Change six requirement to >=1.4.0
+  * tox.ini: Add py35 to envlist
+  * Enable testing with pypy
+  * tox.ini: Measure test coverage
+  * paste.wsgilib.add_close: Add __next__ method
+  * Add tests for `add_close` class
+  * Uncomment/cleanup paste.wsgilib.app_close.__next__
+  * Check paste.wsgilib.add_close._closed
+  * Make add_close.next() leverage add_close.__next__()
+  * Bump version to 2.0.3
+  * Close branch 2.0.3
+- Remove .orig files
+
+---

Old:

  Paste-2.0.1.tar.gz

New:

  Paste-2.0.3.tar.gz



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.swdMMK/_old  2016-06-07 23:49:39.0 +0200
+++ /var/tmp/diff_new_pack.swdMMK/_new  2016-06-07 23:49:39.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-Paste
-Version:2.0.1
+Version:2.0.3
 Release:0
 Url:http://pythonpaste.org
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
+Source: https://pypi.io/packages/source/P/Paste/Paste-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -36,7 +36,7 @@
 BuildRequires:  python-six
 Requires:   python-flup
 Requires:   python-python-openid
-Requires:   python-six
+Requires:   python-six > 1.4.0
 Provides:   python-paste = %{version}
 Obsoletes:  python-paste < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -55,6 +55,10 @@
 %setup -q -n Paste-%{version}
 # remove test requiring internet access
 rm tests/test_proxy.py
+# remove .orig files (see 
https://bitbucket.org/ianb/paste/issues/11/pypi-tarball-of-version-202-contains-orig)
+rm paste/urlmap.py.orig
+rm paste/httpserver.py.orig
+rm paste/util/template.py.orig
 
 %build
 python setup.py build

++ Paste-2.0.1.tar.gz -> Paste-2.0.3.tar.gz ++
 4056 lines of diff (skipped)




commit python-Paste for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2016-03-17 16:34:27

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
2015-05-15 07:44:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2016-03-17 16:47:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:57:49 UTC 2016 - dmuel...@suse.com
+
+- add license.txt
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.UtkzZm/_old  2016-03-17 16:47:52.0 +0100
+++ /var/tmp/diff_new_pack.UtkzZm/_new  2016-03-17 16:47:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -68,7 +68,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc build/sphinx/html
+%doc build/sphinx/html docs/license.txt
 %{python_sitelib}/*
 
 %changelog




commit python-Paste for openSUSE:Factory

2015-05-14 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2015-05-15 07:44:19.0 +0200
@@ -1,0 +2,26 @@
+Fri May  8 09:10:53 UTC 2015 - benoit.mo...@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
+
+---

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.0 +0200
+++ /var/tmp/diff_new_pack.nLungI/_new  2015-05-15 07:44:20.0 +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)




commit python-Paste for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2013-10-25 11:25:14

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
2012-11-25 13:51:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2013-10-25 11:25:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:09:46 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.rdyzSs/_old  2013-10-25 11:25:27.0 +0200
+++ /var/tmp/diff_new_pack.rdyzSs/_new  2013-10-25 11:25:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 # Documentation build requirements:
 BuildRequires:  python-Sphinx
 # Test build requirements:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Paste for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2012-11-25 13:51:36

Comparing /work/SRC/openSUSE:Factory/python-Paste (Old)
 and  /work/SRC/openSUSE:Factory/.python-Paste.new (New)


Package is "python-Paste", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2011-09-23 12:42:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2012-11-25 13:51:37.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 22 15:35:29 UTC 2012 - sasc...@suse.de
+
+- Require python-python-openid instead of non-existing python-openid
+- Build HTML documentation
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.3mdjnv/_old  2012-11-25 13:51:37.0 +0100
+++ /var/tmp/diff_new_pack.3mdjnv/_new  2012-11-25 13:51:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   python-Paste
 Version:1.7.5.1
-Release:1
+Release:0
 Url:http://pythonpaste.org
 Summary:Tools for using a Web Server Gateway Interface stack
 License:MIT
@@ -28,18 +27,19 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+# Documentation build requirements:
+BuildRequires:  python-Sphinx
+# Test build requirements:
+#BuildRequires:  python-nose
 Requires:   python-flup
-Requires:   python-openid
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+Requires:   python-python-openid
 Provides:   python-paste = %{version}
 Obsoletes:  python-paste < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 These provide several pieces of "middleware" (or filters) that can be nested
@@ -49,21 +49,20 @@
 
 %prep
 %setup -q -n Paste-%{version}
-mv docs/_build docs/html
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
+python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
+#%%check
+#python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc docs/*
+%doc build/sphinx/html
 %{python_sitelib}/*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-Paste for openSUSE:Factory

2011-08-04 Thread h_root

Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory
checked in at Thu Aug 4 14:59:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-Paste/python-Paste.changes   2011-06-22 11:59:45.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Jun 22 09:48:40 UTC 2011 - sasc...@suse.de
+
+- Initial version, obsoletes 'python-paste'
+

calling whatdependson for head-i586


New:

  Paste-1.7.5.1.tar.gz
  python-Paste.changes
  python-Paste.spec



Other differences:
--
++ python-Paste.spec ++
#
# spec file for package python-Paste
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   python-Paste
Version:1.7.5.1
Release:1
Url:http://pythonpaste.org
Summary:Tools for using a Web Server Gateway Interface stack
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/Paste/Paste-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:   python-flup
Requires:   python-openid
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Provides:   python-paste = %{version}
Obsoletes:  python-paste < %{version}

%description
These provide several pieces of "middleware" (or filters) that can be nested
to build web applications.  Each piece of middleware uses the WSGI (PEP 333)
interface, and should be compatible with other middleware based on those
interfaces.

%prep
%setup -q -n Paste-%{version}
mv docs/_build docs/html

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org