Hello community, here is the log from the commit of package python-PasteScript for openSUSE:Factory checked in at 2019-10-08 19:58:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PasteScript (Old) and /work/SRC/openSUSE:Factory/.python-PasteScript.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PasteScript" Tue Oct 8 19:58:21 2019 rev:16 rq:735886 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PasteScript/python-PasteScript.changes 2019-03-12 09:53:24.895538059 +0100 +++ /work/SRC/openSUSE:Factory/.python-PasteScript.new.2352/python-PasteScript.changes 2019-10-08 19:58:22.752116830 +0200 @@ -1,0 +2,6 @@ +Mon Oct 7 14:57:39 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.2.0: + * minor fixes + +------------------------------------------------------------------- Old: ---- PasteScript-3.1.0.tar.gz New: ---- PasteScript-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PasteScript.spec ++++++ --- /var/tmp/diff_new_pack.v4eIcT/_old 2019-10-08 19:58:24.188112529 +0200 +++ /var/tmp/diff_new_pack.v4eIcT/_new 2019-10-08 19:58:24.224112421 +0200 @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PasteScript -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: A pluggable command-line frontend to setup package file layouts License: MIT -Group: Development/Languages/Python URL: https://github.com/cdent/pastescript Source: https://files.pythonhosted.org/packages/source/P/PasteScript/PasteScript-%{version}.tar.gz BuildRequires: %{python_module Paste >= 2.0} @@ -54,9 +53,6 @@ %prep %setup -q -n PasteScript-%{version} -# remove with next release -echo "[nosetests]" >> setup.cfg -echo "tests=tests" >> setup.cfg %build %python_build ++++++ PasteScript-3.1.0.tar.gz -> PasteScript-3.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/PKG-INFO new/PasteScript-3.2.0/PKG-INFO --- old/PasteScript-3.1.0/PKG-INFO 2019-03-05 23:34:01.000000000 +0100 +++ new/PasteScript-3.2.0/PKG-INFO 2019-09-24 15:40:17.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PasteScript -Version: 3.1.0 +Version: 3.2.0 Summary: A pluggable command-line frontend, including commands to setup package file layouts Home-page: http://pythonpaste.org/script/ Author: Ian Bicking @@ -45,7 +45,7 @@ Classifier: Framework :: Paste Provides-Extra: Templating Provides-Extra: Config -Provides-Extra: WSGIUtils Provides-Extra: Flup Provides-Extra: Cheetah Provides-Extra: Paste +Provides-Extra: WSGIUtils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/PasteScript.egg-info/PKG-INFO new/PasteScript-3.2.0/PasteScript.egg-info/PKG-INFO --- old/PasteScript-3.1.0/PasteScript.egg-info/PKG-INFO 2019-03-05 23:34:01.000000000 +0100 +++ new/PasteScript-3.2.0/PasteScript.egg-info/PKG-INFO 2019-09-24 15:40:16.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: PasteScript -Version: 3.1.0 +Version: 3.2.0 Summary: A pluggable command-line frontend, including commands to setup package file layouts Home-page: http://pythonpaste.org/script/ Author: Ian Bicking @@ -45,7 +45,7 @@ Classifier: Framework :: Paste Provides-Extra: Templating Provides-Extra: Config -Provides-Extra: WSGIUtils Provides-Extra: Flup Provides-Extra: Cheetah Provides-Extra: Paste +Provides-Extra: WSGIUtils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/PasteScript.egg-info/requires.txt new/PasteScript-3.2.0/PasteScript.egg-info/requires.txt --- old/PasteScript-3.1.0/PasteScript.egg-info/requires.txt 2019-03-05 23:34:01.000000000 +0100 +++ new/PasteScript-3.2.0/PasteScript.egg-info/requires.txt 2019-09-24 15:40:16.000000000 +0200 @@ -18,4 +18,4 @@ [Templating] [WSGIUtils] -WSGIUtils +WSGIserver diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/docs/news.txt new/PasteScript-3.2.0/docs/news.txt --- old/PasteScript-3.1.0/docs/news.txt 2019-03-05 23:32:29.000000000 +0100 +++ new/PasteScript-3.2.0/docs/news.txt 2019-09-24 15:36:55.000000000 +0200 @@ -3,6 +3,12 @@ .. contents:: +3.2.0 (2019-09-24) +------------------ + +* Use wsgiserver.WSGIServer instead of wsgiutils.wsgiServer.WSGIServer + for Python 3 compatibility. + 3.1.0 (2019-03-04) ----------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/paste/script/wsgiutils_server.py new/PasteScript-3.2.0/paste/script/wsgiutils_server.py --- old/PasteScript-3.1.0/paste/script/wsgiutils_server.py 2018-11-26 13:14:05.000000000 +0100 +++ new/PasteScript-3.2.0/paste/script/wsgiutils_server.py 2019-09-24 15:24:27.000000000 +0200 @@ -5,14 +5,14 @@ def run_server(wsgi_app, global_conf, host='localhost', port=8080): - from wsgiutils import wsgiServer + import wsgiserver + logged_app = TransLogger(wsgi_app) port = int(port) # For some reason this is problematic on this server: ensure_port_cleanup([(host, port)], maxtries=2, sleeptime=0.5) - app_map = {'': logged_app} - server = wsgiServer.WSGIServer((host, port), app_map) + server = wsgiserver.WSGIServer(logged_app, host=host, port=port) logged_app.logger.info('Starting HTTP server on http://%s:%s', host, port) - server.serve_forever() + server.start() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/setup.cfg new/PasteScript-3.2.0/setup.cfg --- old/PasteScript-3.1.0/setup.cfg 2019-03-05 23:34:01.000000000 +0100 +++ new/PasteScript-3.2.0/setup.cfg 2019-09-24 15:40:17.000000000 +0200 @@ -1,6 +1,9 @@ [bdist_wheel] universal = 1 +[nosetests] +tests = tests + [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/setup.py new/PasteScript-3.2.0/setup.py --- old/PasteScript-3.1.0/setup.py 2019-03-05 23:30:04.000000000 +0100 +++ new/PasteScript-3.2.0/setup.py 2019-09-24 15:35:18.000000000 +0200 @@ -16,7 +16,7 @@ import os import re -version = '3.1.0' +version = '3.2.0' news = os.path.join(os.path.dirname(__file__), 'docs', 'news.txt') found_news = '' @@ -79,7 +79,7 @@ 'Templating': [], 'Cheetah': ['Cheetah'], 'Config': ['PasteDeploy'], - 'WSGIUtils': ['WSGIUtils'], + 'WSGIUtils': ['WSGIserver'], 'Flup': ['Flup'], # the Paste feature means the complete set of features; # (other features are truly optional) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/PasteScript-3.1.0/tox.ini new/PasteScript-3.2.0/tox.ini --- old/PasteScript-3.1.0/tox.ini 2019-03-05 23:29:33.000000000 +0100 +++ new/PasteScript-3.2.0/tox.ini 2019-09-24 15:24:27.000000000 +0200 @@ -13,4 +13,4 @@ six nose commands = - nosetests {posargs:-v tests/} + nosetests {posargs:-v}
