Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Versioned for openSUSE:Factory checked in at 2025-03-10 18:05:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Versioned (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Versioned.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Versioned" Mon Mar 10 18:05:40 2025 rev:3 rq:1251610 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Versioned/python-Flask-Versioned.changes 2025-01-13 17:50:49.972370650 +0100 +++ /work/SRC/openSUSE:Factory/.python-Flask-Versioned.new.19136/python-Flask-Versioned.changes 2025-03-10 18:06:06.112495669 +0100 @@ -1,0 +2,6 @@ +Mon Mar 10 00:41:21 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Remove timebomb now that Python 3.12 is no longer the first flavor built. +- Add a rudimentary check by importing the module built. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Versioned.spec ++++++ --- /var/tmp/diff_new_pack.yxJy9O/_old 2025-03-10 18:06:06.680519498 +0100 +++ /var/tmp/diff_new_pack.yxJy9O/_new 2025-03-10 18:06:06.680519498 +0100 @@ -16,6 +16,7 @@ # +%define full_version 0.9.4.post20101221 %{?sle15_python_module_pythons} Name: python-Flask-Versioned Version: 0.9.4 @@ -50,17 +51,15 @@ %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -# no checks available upstream +%check +# Can we import the module +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -c "from flaskext.versioned import Versioned" %files %{python_files} -%if 0%{suse_version} >= 1600 -%{python_sitelib}/Flask_Versioned-0.9.4.post20101221-py3.12-nspkg.pth -%else -%{python_sitelib}/Flask_Versioned-0.9.4.post20101221-py3.11-nspkg.pth -%endif +%{python_sitelib}/Flask_Versioned-%{full_version}-py3.11-nspkg.pth %dir %{python_sitelib}/flaskext/ %dir %{python_sitelib}/flaskext/versioned/ %{python_sitelib}/flaskext/versioned/__init__.py %pycache_only %{python_sitelib}/flaskext/versioned/__pycache__/ -%{python_sitelib}/Flask_Versioned-%{version}.*.dist-info +%{python_sitelib}/Flask_Versioned-%{full_version}.dist-info