Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cloud-init-seed for
openSUSE:Factory checked in at 2025-05-20 09:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cloud-init-seed (Old)
and /work/SRC/openSUSE:Factory/.python-cloud-init-seed.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cloud-init-seed"
Tue May 20 09:35:33 2025 rev:3 rq:1278065 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cloud-init-seed/python-cloud-init-seed.changes
2020-05-28 09:19:53.893272436 +0200
+++
/work/SRC/openSUSE:Factory/.python-cloud-init-seed.new.30101/python-cloud-init-seed.changes
2025-05-20 09:37:45.460481057 +0200
@@ -1,0 +2,5 @@
+Fri May 16 09:16:42 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cloud-init-seed.spec ++++++
--- /var/tmp/diff_new_pack.w1KbR3/_old 2025-05-20 09:37:46.036506196 +0200
+++ /var/tmp/diff_new_pack.w1KbR3/_new 2025-05-20 09:37:46.036506196 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cloud-init-seed
#
-# Copyright (c) 2020 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-cloud-init-seed
Version: 0.3.0
Release: 0
@@ -28,12 +26,14 @@
Source:
https://files.pythonhosted.org/packages/source/c/cloud-init-seed/cloud-init-seed-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: mkisofs
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(post): alts
+Requires(postun): alts
BuildArch: noarch
%python_subpackages
@@ -44,10 +44,10 @@
%setup -q -n cloud-init-seed-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/cloud-init-seed
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -61,5 +61,6 @@
%doc AUTHORS ChangeLog README.rst
%license LICENSE
%python_alternative %{_bindir}/cloud-init-seed
-%{python_sitelib}/*
+%{python_sitelib}/cloud[-_]init[-_]seed
+%{python_sitelib}/cloud[-_]init[-_]seed-%{version}*-info