Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flake8-quotes for
openSUSE:Factory checked in at 2025-05-27 18:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flake8-quotes (Old)
and /work/SRC/openSUSE:Factory/.python-flake8-quotes.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flake8-quotes"
Tue May 27 18:43:27 2025 rev:11 rq:1280545 version:3.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-flake8-quotes/python-flake8-quotes.changes
2024-03-26 19:30:04.083133024 +0100
+++
/work/SRC/openSUSE:Factory/.python-flake8-quotes.new.2732/python-flake8-quotes.changes
2025-05-27 18:43:39.456256057 +0200
@@ -1,0 +2,5 @@
+Tue May 27 12:07:51 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flake8-quotes.spec ++++++
--- /var/tmp/diff_new_pack.wEn0PJ/_old 2025-05-27 18:43:40.136284672 +0200
+++ /var/tmp/diff_new_pack.wEn0PJ/_new 2025-05-27 18:43:40.140284841 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-flake8-quotes
#
-# 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
@@ -16,8 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global skip_python2 1
Name: python-flake8-quotes
Version: 3.4.0
Release: 0
@@ -27,8 +25,10 @@
URL: https://github.com/zheller/flake8-quotes/
Source:
https://files.pythonhosted.org/packages/source/f/flake8-quotes/flake8-quotes-%{version}.tar.gz
BuildRequires: %{python_module flake8 >= 3.5.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-flake8 >= 3.3.0
@@ -42,10 +42,10 @@
%setup -q -n flake8-quotes-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,6 +57,6 @@
%license LICENSE
%dir %{python_sitelib}/flake8_quotes
%{python_sitelib}/flake8_quotes/*
-%dir %{python_sitelib}/flake8_quotes-%{version}-py*.egg-info
-%{python_sitelib}/flake8_quotes-%{version}-py*.egg-info
+%dir %{python_sitelib}/flake8_quotes-%{version}*-info
+%{python_sitelib}/flake8_quotes-%{version}*-info