Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Paste for openSUSE:Factory checked in at 2024-07-31 13:28:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Paste (Old) and /work/SRC/openSUSE:Factory/.python-Paste.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-Paste" Wed Jul 31 13:28:23 2024 rev:41 rq:1190304 version:3.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes 2024-04-16 20:03:16.375190063 +0200 +++ /work/SRC/openSUSE:Factory/.python-Paste.new.7232/python-Paste.changes 2024-07-31 13:28:28.925803074 +0200 @@ -1,0 +2,11 @@ +Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Update to 3.10.1 + * Correct packaging and testing when not in a clean virtualenv +- from version 3.10.0 + * Move development to https://github.com/pasteorg/paste + * Vendor cgi.FieldStorage and cgitb.Hook + * More cleaning of Python 2 style code. +- Adjust upstream source name in spec file + +------------------------------------------------------------------- Old: ---- Paste-3.9.0.tar.gz New: ---- paste-3.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Paste.spec ++++++ --- /var/tmp/diff_new_pack.iczuev/_old 2024-07-31 13:28:29.605831003 +0200 +++ /var/tmp/diff_new_pack.iczuev/_new 2024-07-31 13:28:29.605831003 +0200 @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-Paste -Version: 3.9.0 +Version: 3.10.1 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT URL: https://github.com/cdent/paste -Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/paste/paste-%{version}.tar.gz Patch0: test_modified-fixup.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -46,7 +46,7 @@ interfaces. %prep -%autosetup -p1 -n Paste-%{version} +%autosetup -p1 -n paste-%{version} sed -i '/pytest-runner/d' setup.py # remove test requiring internet access rm tests/test_proxy.py