Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flake8-bugbear for
openSUSE:Factory checked in at 2025-05-27 18:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-bugbear (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-bugbear"
Tue May 27 18:43:24 2025 rev:20 rq:1280538 version:24.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-bugbear/python-flake8-bugbear.changes
2024-03-26 19:29:53.862756954 +0100
+++
/work/SRC/openSUSE:Factory/.python-flake8-bugbear.new.2732/python-flake8-bugbear.changes
2025-05-27 18:43:34.944066188 +0200
@@ -1,0 +2,5 @@
+Tue May 27 11:51:05 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-bugbear.spec ++++++
--- /var/tmp/diff_new_pack.ebcBMW/_old 2025-05-27 18:43:35.916107090 +0200
+++ /var/tmp/diff_new_pack.ebcBMW/_new 2025-05-27 18:43:35.920107259 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-bugbear
#
-# 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
@@ -30,8 +30,10 @@
BuildRequires: %{python_module flake8 >= 6.0.0}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module hypothesmith}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 19.2.0
@@ -48,10 +50,10 @@
%setup -q -n flake8-bugbear-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,5 +63,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/bugbear.py
+%{python_sitelib}/flake8[-_]bugbear-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/bugbear*