Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Assets for openSUSE:Factory checked in at 2025-05-06 16:42:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Assets (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Assets.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Assets" Tue May 6 16:42:26 2025 rev:3 rq:1274777 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Assets/python-Flask-Assets.changes 2024-10-01 17:19:48.941733915 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-Assets.new.30101/python-Flask-Assets.changes 2025-05-06 16:42:38.235229475 +0200 @@ -1,0 +2,6 @@ +Tue May 6 05:51:01 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Support both uppercased and normalized metadata directory names. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Assets.spec ++++++ --- /var/tmp/diff_new_pack.n8fP9M/_old 2025-05-06 16:42:38.731250346 +0200 +++ /var/tmp/diff_new_pack.n8fP9M/_new 2025-05-06 16:42:38.735250514 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Assets # -# 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 @@ -22,7 +22,6 @@ Release: 0 Summary: Asset management for Flask, to compress and merge CSS and Javascript files License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/miracle2k/flask-assets Source: https://files.pythonhosted.org/packages/source/F/Flask-Assets/Flask-Assets-%{version}.tar.gz # PATCH-FIX-UPSTREAM denose.patch gh#miracle2k/flask-assets#169 mc...@suse.com @@ -31,9 +30,11 @@ BuildRequires: %{python_module Flask} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module webassets} +BuildRequires: %{python_module wheel} BuildRequires: fdupes Requires: python-Flask Requires: python-webassets @@ -47,7 +48,6 @@ %package -n %{name}-doc Summary: Documentation for Flask-Assets -Group: Documentation/HTML Provides: %{python_module Flask-Assets-doc = %{version}} %description -n %{name}-doc @@ -60,13 +60,13 @@ sed -i "s/html_theme = 'flask_small'//" docs/conf.py %build -%python_build +%pyproject_wheel cd docs %make_build html rm _build/html/.buildinfo %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -76,7 +76,7 @@ %license LICENSE %{python_sitelib}/flask_assets.py %pycache_only %{python_sitelib}/__pycache__/flask_assets*.pyc -%{python_sitelib}/Flask_Assets-%{version}*-info +%{python_sitelib}/[Ff]lask[_-][Aa]ssets-%{version}.dist-info %files -n %{name}-doc %doc CHANGES README.rst docs/_build/html