Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Compress for openSUSE:Factory checked in at 2025-05-06 16:42:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Compress (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Compress.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Compress" Tue May 6 16:42:30 2025 rev:13 rq:1274780 version:1.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Compress/python-Flask-Compress.changes 2024-01-21 23:09:24.467805217 +0100 +++ /work/SRC/openSUSE:Factory/.python-Flask-Compress.new.30101/python-Flask-Compress.changes 2025-05-06 16:42:41.239355872 +0200 @@ -1,0 +2,6 @@ +Tue May 6 06:00:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- Support both uppercased and normalized metadata directory names. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Compress.spec ++++++ --- /var/tmp/diff_new_pack.Ysi6ws/_old 2025-05-06 16:42:41.907383980 +0200 +++ /var/tmp/diff_new_pack.Ysi6ws/_new 2025-05-06 16:42:41.931384989 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Compress # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2016, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -23,14 +23,15 @@ Release: 0 Summary: Compress responses in Flask apps with gzip License: MIT -Group: Development/Languages/Python URL: https://github.com/colour-science/flask-compress Source: https://files.pythonhosted.org/packages/source/F/Flask-Compress/Flask-Compress-%{version}.tar.gz BuildRequires: %{python_module Brotli} BuildRequires: %{python_module importlib-metadata} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Brotli @@ -53,10 +54,10 @@ %setup -q -n Flask-Compress-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -66,6 +67,6 @@ %doc README.md %license LICENSE.txt %{python_sitelib}/flask_compress -%{python_sitelib}/Flask_Compress-%{version}-py*.egg-info +%{python_sitelib}/[Ff]lask[_-][Cc]ompress-%{version}.dist-info %pycache_only %{python_sitelib}/flask_compress/__pycache__