Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-linetable for
openSUSE:Factory checked in at 2025-06-02 22:00:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-linetable (Old)
and /work/SRC/openSUSE:Factory/.python-linetable.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-linetable"
Mon Jun 2 22:00:23 2025 rev:2 rq:1281775 version:0.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-linetable/python-linetable.changes
2023-03-08 14:53:51.563096472 +0100
+++
/work/SRC/openSUSE:Factory/.python-linetable.new.16005/python-linetable.changes
2025-06-02 22:00:44.629677173 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 07:52:16 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-linetable.spec ++++++
--- /var/tmp/diff_new_pack.Lk7GTc/_old 2025-06-02 22:00:46.581758132 +0200
+++ /var/tmp/diff_new_pack.Lk7GTc/_new 2025-06-02 22:00:46.609759294 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-linetable
#
-# 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 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
Name: python-linetable
Version: 0.0.3
Release: 0
@@ -24,7 +23,9 @@
License: MIT
URL: https://github.com/amol-/linetable
Source:
https://files.pythonhosted.org/packages/source/l/linetable/linetable-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -37,13 +38,14 @@
%setup -q -n linetable-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/linetable
+%{python_sitelib}/linetable-%{version}*-info