Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bobo for openSUSE:Factory checked in at 2024-04-21 20:26:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bobo (Old) and /work/SRC/openSUSE:Factory/.python-bobo.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bobo" Sun Apr 21 20:26:10 2024 rev:7 rq:1167827 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bobo/python-bobo.changes 2024-04-14 12:24:49.742019428 +0200 +++ /work/SRC/openSUSE:Factory/.python-bobo.new.26366/python-bobo.changes 2024-04-21 20:27:23.610168874 +0200 @@ -1,0 +2,5 @@ +Mon Apr 15 14:08:03 UTC 2024 - Matej Cepl <[email protected]> + +- Clean up SPEC file. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bobo.spec ++++++ --- /var/tmp/diff_new_pack.y7xklN/_old 2024-04-21 20:27:24.190190157 +0200 +++ /var/tmp/diff_new_pack.y7xklN/_new 2024-04-21 20:27:24.190190157 +0200 @@ -21,11 +21,13 @@ Release: 0 Summary: Web application framework for the impatient License: ZPL-2.1 -URL: http://bobo.readthedocs.io/ +URL: https://bobo.readthedocs.io/ Source: https://files.pythonhosted.org/packages/source/b/bobo/bobo-%{version}.tar.gz #PATCH-FIX-UPSTREAM part of https://github.com/zopefoundation/bobo/pull/23 Drop support for Python 2.7 up to 3.6. -Patch: drop-py27.patch +Patch0: drop-py27.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-WebOb @@ -49,13 +51,16 @@ %autosetup -p1 -n bobo-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/bobo %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# Upstream doesn't have any tests published + %post %python_install_alternative bobo
