Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-intervals for
openSUSE:Factory checked in at 2025-05-09 18:50:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-intervals (Old)
and /work/SRC/openSUSE:Factory/.python-intervals.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-intervals"
Fri May 9 18:50:03 2025 rev:8 rq:1275991 version:0.9.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-intervals/python-intervals.changes
2024-02-22 21:01:27.461616248 +0100
+++
/work/SRC/openSUSE:Factory/.python-intervals.new.30101/python-intervals.changes
2025-05-09 18:52:45.472572260 +0200
@@ -1,0 +2,6 @@
+Fri May 9 05:10:44 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-intervals.spec ++++++
--- /var/tmp/diff_new_pack.nmrs3q/_old 2025-05-09 18:52:45.940591728 +0200
+++ /var/tmp/diff_new_pack.nmrs3q/_new 2025-05-09 18:52:45.944591894 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-intervals
#
-# 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
@@ -26,8 +26,10 @@
Source:
https://files.pythonhosted.org/packages/source/i/intervals/intervals-%{version}.tar.gz
BuildRequires: %{python_module infinity >= 0.1.3}
BuildRequires: %{python_module isort >= 4.2.2}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-infinity >= 0.1.3
@@ -41,10 +43,10 @@
%setup -q -n intervals-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -53,5 +55,6 @@
%files %{python_files}
%doc CHANGES.rst README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/intervals
+%{python_sitelib}/intervals-%{version}.dist-info