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 2025-01-12 11:10:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-WebTest (Old) and /work/SRC/openSUSE:Factory/.python-WebTest.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-WebTest" Sun Jan 12 11:10:16 2025 rev:37 rq:1236169 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-WebTest/python-WebTest.changes 2024-11-08 11:58:19.790834788 +0100 +++ /work/SRC/openSUSE:Factory/.python-WebTest.new.1881/python-WebTest.changes 2025-01-12 11:10:49.838223355 +0100 @@ -1,0 +2,7 @@ +Thu Jan 9 09:30:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 3.0.2 + * Bump waitress min version to 3.0.2 +- Update BuildRequires from setup.py + +------------------------------------------------------------------- Old: ---- webtest-3.0.1.tar.gz New: ---- webtest-3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-WebTest.spec ++++++ --- /var/tmp/diff_new_pack.z6zkE1/_old 2025-01-12 11:10:50.330243601 +0100 +++ /var/tmp/diff_new_pack.z6zkE1/_new 2025-01-12 11:10:50.334243766 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-WebTest # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-WebTest -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Helper to test WSGI applications License: MIT @@ -34,7 +34,7 @@ BuildRequires: %{python_module pyquery} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module waitress >= 0.8.5} +BuildRequires: %{python_module waitress >= 3.0.2} BuildRequires: fdupes BuildRequires: python-rpm-macros # Documentation build requirements: ++++++ webtest-3.0.1.tar.gz -> webtest-3.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/CHANGELOG.rst new/webtest-3.0.2/CHANGELOG.rst --- old/webtest-3.0.1/CHANGELOG.rst 2024-08-30 10:15:19.000000000 +0200 +++ new/webtest-3.0.2/CHANGELOG.rst 2024-11-27 11:33:58.000000000 +0100 @@ -1,6 +1,12 @@ News ==== +3.0.2 (2024-11-27) +------------------ + +- Bump waitress min version to 3.0.2 + + 3.0.1 (2024-08-30) ------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/PKG-INFO new/webtest-3.0.2/PKG-INFO --- old/webtest-3.0.1/PKG-INFO 2024-08-30 10:15:20.567501500 +0200 +++ new/webtest-3.0.2/PKG-INFO 2024-11-27 11:33:59.798873400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: WebTest -Version: 3.0.1 +Version: 3.0.2 Summary: Helper to test WSGI applications Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/ Author: Ian Bicking @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >=3.7 Requires-Dist: WebOb>=1.2 -Requires-Dist: waitress>=0.8.5 +Requires-Dist: waitress>=3.0.2 Requires-Dist: beautifulsoup4 Provides-Extra: tests Requires-Dist: coverage; extra == "tests" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/WebTest.egg-info/PKG-INFO new/webtest-3.0.2/WebTest.egg-info/PKG-INFO --- old/webtest-3.0.1/WebTest.egg-info/PKG-INFO 2024-08-30 10:15:20.000000000 +0200 +++ new/webtest-3.0.2/WebTest.egg-info/PKG-INFO 2024-11-27 11:33:59.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: WebTest -Version: 3.0.1 +Version: 3.0.2 Summary: Helper to test WSGI applications Home-page: https://docs.pylonsproject.org/projects/webtest/en/latest/ Author: Ian Bicking @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >=3.7 Requires-Dist: WebOb>=1.2 -Requires-Dist: waitress>=0.8.5 +Requires-Dist: waitress>=3.0.2 Requires-Dist: beautifulsoup4 Provides-Extra: tests Requires-Dist: coverage; extra == "tests" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/WebTest.egg-info/requires.txt new/webtest-3.0.2/WebTest.egg-info/requires.txt --- old/webtest-3.0.1/WebTest.egg-info/requires.txt 2024-08-30 10:15:20.000000000 +0200 +++ new/webtest-3.0.2/WebTest.egg-info/requires.txt 2024-11-27 11:33:59.000000000 +0100 @@ -1,5 +1,5 @@ WebOb>=1.2 -waitress>=0.8.5 +waitress>=3.0.2 beautifulsoup4 [docs] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/docs/changelog.rst new/webtest-3.0.2/docs/changelog.rst --- old/webtest-3.0.1/docs/changelog.rst 2024-08-30 10:15:19.000000000 +0200 +++ new/webtest-3.0.2/docs/changelog.rst 2024-11-27 11:33:58.000000000 +0100 @@ -1,6 +1,12 @@ News ==== +3.0.2 (2024-11-27) +------------------ + +- Bump waitress min version to 3.0.2 + + 3.0.1 (2024-08-30) ------------------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/webtest-3.0.1/setup.py new/webtest-3.0.2/setup.py --- old/webtest-3.0.1/setup.py 2024-08-30 10:15:19.000000000 +0200 +++ new/webtest-3.0.2/setup.py 2024-11-27 11:33:58.000000000 +0100 @@ -3,11 +3,11 @@ from setuptools import setup from setuptools import find_packages -version = '3.0.1' +version = '3.0.2' install_requires = [ 'WebOb>=1.2', - 'waitress>=0.8.5', + 'waitress>=3.0.2', 'beautifulsoup4', ]