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 <tbecht...@suse.com> + +- 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)