Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-flask for
openSUSE:Factory checked in at 2025-05-07 19:19:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flask (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-flask.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-flask"
Wed May 7 19:19:23 2025 rev:6 rq:1275099 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-flask/python-pytest-flask.changes
2023-11-08 22:18:16.800390123 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-flask.new.30101/python-pytest-flask.changes
2025-05-07 19:19:26.838612683 +0200
@@ -1,0 +2,6 @@
+Wed May 7 06:49:47 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-flask.spec ++++++
--- /var/tmp/diff_new_pack.Cv0aHu/_old 2025-05-07 19:19:27.306632197 +0200
+++ /var/tmp/diff_new_pack.Cv0aHu/_new 2025-05-07 19:19:27.306632197 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-flask
#
-# Copyright (c) 2023 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
@@ -27,9 +27,11 @@
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module Werkzeug >= 0.7}
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 5.2}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Flask
@@ -46,10 +48,10 @@
%setup -q -n pytest-flask-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,5 +60,6 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pytest_flask
+%{python_sitelib}/pytest_flask-%{version}.dist-info