Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-curlylint for
openSUSE:Factory checked in at 2025-05-26 18:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-curlylint (Old)
and /work/SRC/openSUSE:Factory/.python-curlylint.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-curlylint"
Mon May 26 18:40:33 2025 rev:4 rq:1280141 version:0.13.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-curlylint/python-curlylint.changes
2022-09-28 17:51:20.263182128 +0200
+++
/work/SRC/openSUSE:Factory/.python-curlylint.new.2732/python-curlylint.changes
2025-05-26 18:41:45.655107273 +0200
@@ -1,0 +2,5 @@
+Mon May 26 10:57:52 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-curlylint.spec ++++++
--- /var/tmp/diff_new_pack.crlMVm/_old 2025-05-26 18:41:46.143127773 +0200
+++ /var/tmp/diff_new_pack.crlMVm/_new 2025-05-26 18:41:46.147127940 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-curlylint
#
-# 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,8 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-curlylint
Version: 0.13.1
Release: 0
@@ -25,7 +23,9 @@
License: MIT
URL: https://github.com/thibaudcolas/curlylint
Source:
https://files.pythonhosted.org/packages/source/c/curlylint/curlylint-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 17.2.0
@@ -51,10 +51,10 @@
%setup -q -n curlylint-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/curlylint
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -71,5 +71,6 @@
%doc README.md
%license LICENSE
%python_alternative %{_bindir}/curlylint
-%{python_sitelib}/*
+%{python_sitelib}/curlylint
+%{python_sitelib}/curlylint-%{version}*-info