Hello community, here is the log from the commit of package python-WebTest for openSUSE:Factory checked in at 2020-05-28 09:04:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old) and /work/SRC/openSUSE:Factory/.python-WebTest.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebTest" Thu May 28 09:04:47 2020 rev:28 rq:802878 version:2.0.35 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes 2020-03-27 00:24:12.668223789 +0100 +++ /work/SRC/openSUSE:Factory/.python-WebTest.new.3606/python-WebTest.changes 2020-05-28 09:04:48.767262322 +0200 @@ -1,0 +2,7 @@ +Tue May 12 08:48:01 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 2.0.35: + - python3.8 compat + - Remove use of deprecated splittype and splithost + +------------------------------------------------------------------- Old: ---- WebTest-2.0.34.tar.gz New: ---- WebTest-2.0.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebTest.spec ++++++ --- /var/tmp/diff_new_pack.aOIruj/_old 2020-05-28 09:04:49.935264961 +0200 +++ /var/tmp/diff_new_pack.aOIruj/_new 2020-05-28 09:04:49.939264970 +0200 @@ -20,7 +20,7 @@ %define oldpython python %bcond_without tests Name: python-WebTest -Version: 2.0.34 +Version: 2.0.35 Release: 0 Summary: Helper to test WSGI applications License: MIT ++++++ WebTest-2.0.34.tar.gz -> WebTest-2.0.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/CHANGELOG.rst new/WebTest-2.0.35/CHANGELOG.rst --- old/WebTest-2.0.34/CHANGELOG.rst 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/CHANGELOG.rst 2020-04-27 16:09:54.000000000 +0200 @@ -1,6 +1,13 @@ News ==== +2.0.35 (2020-04-27) +------------------- + +- python3.8 compat + +- Remove use of deprecated splittype and splithost + 2.0.34 (2020-01-29) ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/PKG-INFO new/WebTest-2.0.35/PKG-INFO --- old/WebTest-2.0.34/PKG-INFO 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/PKG-INFO 2020-04-27 16:09:54.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: WebTest -Version: 2.0.34 +Version: 2.0.35 Summary: Helper to test WSGI applications Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/ Author: Ian Bicking @@ -33,5 +33,6 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Provides-Extra: tests Provides-Extra: docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/WebTest.egg-info/PKG-INFO new/WebTest-2.0.35/WebTest.egg-info/PKG-INFO --- old/WebTest-2.0.34/WebTest.egg-info/PKG-INFO 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/WebTest.egg-info/PKG-INFO 2020-04-27 16:09:54.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: WebTest -Version: 2.0.34 +Version: 2.0.35 Summary: Helper to test WSGI applications Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/ Author: Ian Bicking @@ -33,5 +33,6 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Provides-Extra: tests Provides-Extra: docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/docs/changelog.rst new/WebTest-2.0.35/docs/changelog.rst --- old/WebTest-2.0.34/docs/changelog.rst 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/docs/changelog.rst 2020-04-27 16:09:54.000000000 +0200 @@ -1,6 +1,13 @@ News ==== +2.0.35 (2020-04-27) +------------------- + +- python3.8 compat + +- Remove use of deprecated splittype and splithost + 2.0.34 (2020-01-29) ------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/setup.py new/WebTest-2.0.35/setup.py --- old/WebTest-2.0.34/setup.py 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/setup.py 2020-04-27 16:09:54.000000000 +0200 @@ -3,7 +3,7 @@ from setuptools import setup from setuptools import find_packages -version = '2.0.34' +version = '2.0.35' install_requires = [ 'six', @@ -40,6 +40,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], keywords='wsgi test unit tests web', author='Ian Bicking', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/tox.ini new/WebTest-2.0.35/tox.ini --- old/WebTest-2.0.34/tox.ini 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/tox.ini 2020-04-27 16:09:54.000000000 +0200 @@ -1,6 +1,6 @@ [tox] skip_missing_interpreters=true -envlist=py27,py35,py36,py37,coverage,docs +envlist=py27,py35,py36,py37,py38,coverage,docs [testenv] skip_install=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/webtest/app.py new/WebTest-2.0.35/webtest/app.py --- old/WebTest-2.0.34/webtest/app.py 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/webtest/app.py 2020-04-27 16:09:54.000000000 +0200 @@ -116,7 +116,7 @@ string :param cookiejar: :class:`cookielib.CookieJar` alike API that keeps cookies - across requets. + across requests. :type cookiejar: CookieJar instance diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/webtest/compat.py new/WebTest-2.0.35/webtest/compat.py --- old/WebTest-2.0.34/webtest/compat.py 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/webtest/compat.py 2020-04-27 16:09:54.000000000 +0200 @@ -18,14 +18,10 @@ if PY3: # pragma: no cover from html.entities import name2codepoint from urllib.parse import urlencode - from urllib.parse import splittype - from urllib.parse import splithost import urllib.parse as urlparse from collections.abc import Iterable # noqa else: # pragma: no cover from htmlentitydefs import name2codepoint # noqa - from urllib import splittype # noqa - from urllib import splithost # noqa from urllib import urlencode # noqa import urlparse # noqa from collections import Iterable # noqa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WebTest-2.0.34/webtest/response.py new/WebTest-2.0.35/webtest/response.py --- old/WebTest-2.0.34/webtest/response.py 2020-01-29 09:48:17.000000000 +0100 +++ new/WebTest-2.0.35/webtest/response.py 2020-04-27 16:09:54.000000000 +0200 @@ -5,8 +5,6 @@ from webtest import forms from webtest import utils from webtest.compat import print_stderr -from webtest.compat import splittype -from webtest.compat import splithost from webtest.compat import PY3 from webtest.compat import urlparse from webtest.compat import to_bytes @@ -84,8 +82,6 @@ def _follow(self, **kw): location = self.headers['location'] abslocation = urlparse.urljoin(self.request.url, location) - type_, rest = splittype(abslocation) - host, path = splithost(rest) # @@: We should test that it's not a remote redirect return self.test_app.get(abslocation, **kw)
