Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Paste for openSUSE:Factory checked in at 2022-09-15 22:57:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Paste (Old) and /work/SRC/openSUSE:Factory/.python-Paste.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Paste" Thu Sep 15 22:57:29 2022 rev:34 rq:1002727 version:3.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes 2022-08-04 13:23:15.324463244 +0200 +++ /work/SRC/openSUSE:Factory/.python-Paste.new.2083/python-Paste.changes 2022-09-15 22:57:30.852931445 +0200 @@ -1,0 +2,10 @@ +Fri Sep 9 11:24:27 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- update to 3.5.2: + * Fix py3 compatibility in paste.wsgilib.catch_errors (#70) + * A Python 3 application might only define `__next__`, not `next`. Use + `six.next` instead. + * This is very similar to https://github.com/cdent/paste/pull/53, and was + apparently missed there. + +------------------------------------------------------------------- Old: ---- Paste-3.5.1.tar.gz New: ---- Paste-3.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Paste.spec ++++++ --- /var/tmp/diff_new_pack.adjXHu/_old 2022-09-15 22:57:31.328932789 +0200 +++ /var/tmp/diff_new_pack.adjXHu/_new 2022-09-15 22:57:31.340932823 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Paste -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT ++++++ Paste-3.5.1.tar.gz -> Paste-3.5.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/PKG-INFO new/Paste-3.5.2/PKG-INFO --- old/Paste-3.5.1/PKG-INFO 2022-06-22 12:22:38.272450400 +0200 +++ new/Paste-3.5.2/PKG-INFO 2022-08-18 22:37:49.158880700 +0200 @@ -1,13 +1,12 @@ Metadata-Version: 2.1 Name: Paste -Version: 3.5.1 +Version: 3.5.2 Summary: Tools for using a Web Server Gateway Interface stack Home-page: https://pythonpaste.readthedocs.io/ Author: Chris Dent Author-email: chris.d...@gmail.com License: MIT Keywords: web application server wsgi -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License @@ -135,5 +134,3 @@ HTML code, in ``paste.url`` The official development repo is at https://github.com/cdent/paste. - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/Paste.egg-info/PKG-INFO new/Paste-3.5.2/Paste.egg-info/PKG-INFO --- old/Paste-3.5.1/Paste.egg-info/PKG-INFO 2022-06-22 12:22:37.000000000 +0200 +++ new/Paste-3.5.2/Paste.egg-info/PKG-INFO 2022-08-18 22:37:48.000000000 +0200 @@ -1,13 +1,12 @@ Metadata-Version: 2.1 Name: Paste -Version: 3.5.1 +Version: 3.5.2 Summary: Tools for using a Web Server Gateway Interface stack Home-page: https://pythonpaste.readthedocs.io/ Author: Chris Dent Author-email: chris.d...@gmail.com License: MIT Keywords: web application server wsgi -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License @@ -135,5 +134,3 @@ HTML code, in ``paste.url`` The official development repo is at https://github.com/cdent/paste. - - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/Paste.egg-info/entry_points.txt new/Paste-3.5.2/Paste.egg-info/entry_points.txt --- old/Paste-3.5.1/Paste.egg-info/entry_points.txt 2022-06-22 12:22:37.000000000 +0200 +++ new/Paste-3.5.2/Paste.egg-info/entry_points.txt 2022-08-18 22:37:48.000000000 +0200 @@ -1,47 +1,44 @@ +[paste.app_factory] +cgi = paste.cgiapp:make_cgi_application [subprocess] +pkg_resources = paste.urlparser:make_pkg_resources +proxy = paste.proxy:make_proxy +static = paste.urlparser:make_static +test = paste.debug.debugapp:make_test_app +test_slow = paste.debug.debugapp:make_slow_app +transparent_proxy = paste.proxy:make_transparent_proxy +urlparser = paste.urlparser:make_url_parser +watch_threads = paste.debug.watchthreads:make_watch_threads - [paste.app_factory] - cgi = paste.cgiapp:make_cgi_application [subprocess] - static = paste.urlparser:make_static - pkg_resources = paste.urlparser:make_pkg_resources - urlparser = paste.urlparser:make_url_parser - proxy = paste.proxy:make_proxy - test = paste.debug.debugapp:make_test_app - test_slow = paste.debug.debugapp:make_slow_app - transparent_proxy = paste.proxy:make_transparent_proxy - watch_threads = paste.debug.watchthreads:make_watch_threads +[paste.composite_factory] +cascade = paste.cascade:make_cascade +urlmap = paste.urlmap:urlmap_factory - [paste.composite_factory] - urlmap = paste.urlmap:urlmap_factory - cascade = paste.cascade:make_cascade +[paste.filter_app_factory] +auth_basic = paste.auth.basic:make_basic +auth_cookie = paste.auth.cookie:make_auth_cookie +auth_digest = paste.auth.digest:make_digest +auth_form = paste.auth.form:make_form +auth_tkt = paste.auth.auth_tkt:make_auth_tkt_middleware +cgitb = paste.cgitb_catcher:make_cgitb_middleware +config = paste.config:make_config_filter +cowbell = paste.cowbell:make_cowbell +error_catcher = paste.exceptions.errormiddleware:make_error_middleware +errordocument = paste.errordocument:make_errordocument +evalerror = paste.evalexception.middleware:make_eval_exception +flup_session = paste.flup_session:make_session_middleware [Flup] +grantip = paste.auth.grantip:make_grantip +gzip = paste.gzipper:make_gzip_middleware +httpexceptions = paste.httpexceptions:make_middleware +lint = paste.lint:make_middleware +openid = paste.auth.open_id:make_open_id_middleware [openid] +paste_session = paste.session:make_session_middleware +pony = paste.pony:make_pony +printdebug = paste.debug.prints:PrintDebugMiddleware +profile = paste.debug.profile:make_profile_middleware [hotshot] +recursive = paste.recursive:make_recursive_middleware +registry = paste.registry:make_registry_manager +translogger = paste.translogger:make_filter +wdg_validate = paste.debug.wdg_validate:make_wdg_validate_middleware [subprocess] - [paste.filter_app_factory] - error_catcher = paste.exceptions.errormiddleware:make_error_middleware - cgitb = paste.cgitb_catcher:make_cgitb_middleware - flup_session = paste.flup_session:make_session_middleware [Flup] - gzip = paste.gzipper:make_gzip_middleware - httpexceptions = paste.httpexceptions:make_middleware - lint = paste.lint:make_middleware - printdebug = paste.debug.prints:PrintDebugMiddleware - profile = paste.debug.profile:make_profile_middleware [hotshot] - recursive = paste.recursive:make_recursive_middleware - # This isn't good enough to deserve the name egg:Paste#session: - paste_session = paste.session:make_session_middleware - wdg_validate = paste.debug.wdg_validate:make_wdg_validate_middleware [subprocess] - evalerror = paste.evalexception.middleware:make_eval_exception - auth_tkt = paste.auth.auth_tkt:make_auth_tkt_middleware - auth_basic = paste.auth.basic:make_basic - auth_digest = paste.auth.digest:make_digest - auth_form = paste.auth.form:make_form - grantip = paste.auth.grantip:make_grantip - openid = paste.auth.open_id:make_open_id_middleware [openid] - pony = paste.pony:make_pony - cowbell = paste.cowbell:make_cowbell - errordocument = paste.errordocument:make_errordocument - auth_cookie = paste.auth.cookie:make_auth_cookie - translogger = paste.translogger:make_filter - config = paste.config:make_config_filter - registry = paste.registry:make_registry_manager - - [paste.server_runner] - http = paste.httpserver:server_runner - \ No newline at end of file +[paste.server_runner] +http = paste.httpserver:server_runner diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/docs/news.txt new/Paste-3.5.2/docs/news.txt --- old/Paste-3.5.1/docs/news.txt 2022-06-22 12:18:46.000000000 +0200 +++ new/Paste-3.5.2/docs/news.txt 2022-08-18 22:34:45.000000000 +0200 @@ -3,6 +3,13 @@ .. contents:: +3.5.2 +----- + +* Additional fixes to next in iterators. + +Thanks to cjwatson. + 3.5.1 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/paste/wsgilib.py new/Paste-3.5.2/paste/wsgilib.py --- old/Paste-3.5.1/paste/wsgilib.py 2020-10-12 14:27:11.000000000 +0200 +++ new/Paste-3.5.2/paste/wsgilib.py 2022-08-18 22:32:03.000000000 +0200 @@ -209,7 +209,7 @@ def next(self): try: - return self.app_iter.next() + return six.next(self.app_iter) except StopIteration: if self.ok_callback: self.ok_callback() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Paste-3.5.1/setup.py new/Paste-3.5.2/setup.py --- old/Paste-3.5.1/setup.py 2022-06-22 12:19:41.000000000 +0200 +++ new/Paste-3.5.2/setup.py 2022-08-18 22:33:28.000000000 +0200 @@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.5.1' +__version__ = '3.5.2' from setuptools import setup, find_packages import sys, os