Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-railroad-diagrams for
openSUSE:Factory checked in at 2025-06-11 18:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-railroad-diagrams (Old)
and /work/SRC/openSUSE:Factory/.python-railroad-diagrams.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-railroad-diagrams"
Wed Jun 11 18:34:33 2025 rev:4 rq:1284795 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-railroad-diagrams/python-railroad-diagrams.changes
2023-05-13 17:17:11.886228124 +0200
+++
/work/SRC/openSUSE:Factory/.python-railroad-diagrams.new.19631/python-railroad-diagrams.changes
2025-06-11 18:35:02.200388574 +0200
@@ -1,0 +2,5 @@
+Wed Jun 11 11:25:58 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-railroad-diagrams.spec ++++++
--- /var/tmp/diff_new_pack.vRiJGv/_old 2025-06-11 18:35:03.012422134 +0200
+++ /var/tmp/diff_new_pack.vRiJGv/_new 2025-06-11 18:35:03.012422134 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-railroad-diagrams
#
-# Copyright (c) 2023 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,7 +16,6 @@
#
-%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-railroad-diagrams
Version: 3.0.1
@@ -25,8 +24,10 @@
License: CC0-1.0
URL: https://github.com/tabatkins/railroad-diagrams
Source0:
https://files.pythonhosted.org/packages/source/r/railroad-diagrams/railroad-diagrams-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -45,10 +46,10 @@
%setup -q -n railroad-diagrams-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}