Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-flakes for
openSUSE:Factory checked in at 2025-05-07 19:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flakes (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-flakes.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-flakes"
Wed May 7 19:19:22 2025 rev:6 rq:1275098 version:4.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-flakes/python-pytest-flakes.changes
2022-01-10 23:54:41.312861411 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-flakes.new.30101/python-pytest-flakes.changes
2025-05-07 19:19:26.174584998 +0200
@@ -1,0 +2,5 @@
+Wed May 7 06:49:38 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-flakes.spec ++++++
--- /var/tmp/diff_new_pack.OzsXnu/_old 2025-05-07 19:19:26.694606679 +0200
+++ /var/tmp/diff_new_pack.OzsXnu/_new 2025-05-07 19:19:26.694606679 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-flakes
#
-# Copyright (c) 2022 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
@@ -16,16 +16,16 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-flakes
Version: 4.0.5
Release: 0
Summary: Pytest plugin to check source code with pyflakes
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/asmeurer/pytest-flakes
Source:
https://files.pythonhosted.org/packages/source/p/pytest-flakes/pytest-flakes-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# Test requirements
BuildRequires: %{python_module pyflakes}
@@ -45,10 +45,10 @@
%setup -q -n pytest-flakes-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,7 +57,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/pytest_flakes.py*
-%pycache_only %{python_sitelib}/__pycache__/pytest_flakes.*
-%{python_sitelib}/pytest_flakes-%{version}-py*.egg-info
+%{python_sitelib}/pytest_flakes.py
+%pycache_only %{python_sitelib}/__pycache__/pytest_flakes.*pyc
+%{python_sitelib}/pytest_flakes-%{version}.dist-info