Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-instafail for
openSUSE:Factory checked in at 2025-05-07 19:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-instafail (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-instafail.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-instafail"
Wed May 7 19:19:26 2025 rev:10 rq:1275104 version:0.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-instafail/python-pytest-instafail.changes
2023-05-05 15:58:52.092629327 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-instafail.new.30101/python-pytest-instafail.changes
2025-05-07 19:19:28.794694240 +0200
@@ -1,0 +2,6 @@
+Wed May 7 06:53:34 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-instafail.spec ++++++
--- /var/tmp/diff_new_pack.TxBWtr/_old 2025-05-07 19:19:29.370718256 +0200
+++ /var/tmp/diff_new_pack.TxBWtr/_new 2025-05-07 19:19:29.370718256 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-instafail
#
-# 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
@@ -24,7 +24,9 @@
License: BSD-2-Clause
URL: https://github.com/jpvanhal/pytest-instafail
Source:
https://files.pythonhosted.org/packages/source/p/pytest-instafail/pytest-instafail-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 2.6
@@ -43,18 +45,19 @@
%setup -q -n pytest-instafail-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-export PYTHONDONTWRITEBYTECODE=1
%pytest
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_instafail.py
+%pycache_only %{python_sitelib}/__pycache__/pytest_instafail*.pyc
+%{python_sitelib}/pytest_instafail-%{version}.dist-info