Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-WebTest for openSUSE:Factory checked in at 2021-09-07 21:13:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old) and /work/SRC/openSUSE:Factory/.python-WebTest.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebTest" Tue Sep 7 21:13:39 2021 rev:29 rq:916638 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes 2020-05-28 09:04:48.767262322 +0200 +++ /work/SRC/openSUSE:Factory/.python-WebTest.new.1899/python-WebTest.changes 2021-09-07 21:13:42.664743805 +0200 @@ -1,0 +2,10 @@ +Fri Aug 27 11:45:04 UTC 2021 - pgaj...@suse.com + +- version update to 3.0.0 + - Dropped support for Python 2.7 and 3.5. + - Added support for Python 3.9. + - Clean up dependencies and requirements. + - Switch from Travis to GitHub Actions for building and testing. + - Prevent PytestCollectionWarning for TestApp + +------------------------------------------------------------------- Old: ---- WebTest-2.0.35.tar.gz New: ---- WebTest-3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebTest.spec ++++++ --- /var/tmp/diff_new_pack.R16w9I/_old 2021-09-07 21:13:43.260744525 +0200 +++ /var/tmp/diff_new_pack.R16w9I/_new 2021-09-07 21:13:43.264744529 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-WebTest # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python -%bcond_without tests Name: python-WebTest -Version: 2.0.35 +Version: 3.0.0 Release: 0 Summary: Helper to test WSGI applications License: MIT Group: Development/Languages/Python -URL: http://webtest.pythonpaste.org/ +URL: https://webtest.pythonpaste.org/ Source: https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz BuildRequires: %{python_module PasteDeploy} BuildRequires: %{python_module WSGIProxy2} BuildRequires: %{python_module WebOb >= 1.2} BuildRequires: %{python_module beautifulsoup4} +BuildRequires: %{python_module coverage} BuildRequires: %{python_module cssselect} BuildRequires: %{python_module pyquery} BuildRequires: %{python_module setuptools} @@ -42,14 +42,8 @@ BuildRequires: python3-pylons-sphinx-themes Requires: python-WebOb >= 1.2 Requires: python-beautifulsoup4 -Requires: python-six Requires: python-waitress >= 0.8.5 BuildArch: noarch -%if %{with tests} -BuildRequires: %{python_module coverage} -BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} -%endif %ifpython2 Obsoletes: %{oldpython}-webtest < %{version} Provides: %{oldpython}-webtest = %{version} @@ -84,10 +78,8 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with tests} %check -%python_exec setup.py -q test -%endif +%pyunittest -v %files %{python_files} %license license.rst ++++++ WebTest-2.0.35.tar.gz -> WebTest-3.0.0.tar.gz ++++++ ++++ 2068 lines of diff (skipped)