Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-apptools for openSUSE:Factory
checked in at 2025-05-09 18:49:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-apptools (Old)
and /work/SRC/openSUSE:Factory/.python-apptools.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apptools"
Fri May 9 18:49:24 2025 rev:8 rq:1275959 version:5.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-apptools/python-apptools.changes
2024-08-30 13:33:31.229325701 +0200
+++
/work/SRC/openSUSE:Factory/.python-apptools.new.30101/python-apptools.changes
2025-05-09 18:52:17.851423295 +0200
@@ -1,0 +2,5 @@
+Fri May 9 04:40:00 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-apptools.spec ++++++
--- /var/tmp/diff_new_pack.UT0lOk/_old 2025-05-09 18:52:18.407446424 +0200
+++ /var/tmp/diff_new_pack.UT0lOk/_new 2025-05-09 18:52:18.411446590 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-apptools
#
-# 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
@@ -33,8 +33,10 @@
URL: https://github.com/enthought/apptools
Source:
https://files.pythonhosted.org/packages/source/a/apptools/apptools-%{version}.tar.gz
BuildRequires: %{python_module configobj}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module traits}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-configobj
@@ -63,12 +65,12 @@
%autosetup -p1 -n apptools-%{version}
%build
-%python_build
+%pyproject_wheel
# Remove duplicates now so we can let rpm install it later
%fdupes examples/
%install
-%python_install
+%pyproject_install
%{python_expand $python -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/apptools/
$python -O -m compileall -d %{$python_sitelib}
%{buildroot}%{$python_sitelib}/apptools/
%fdupes %{buildroot}%{$python_sitelib}
@@ -89,5 +91,5 @@
%doc examples/
%license LICENSE.txt image_LICENSE*.txt
%{python_sitelib}/apptools/
-%{python_sitelib}/apptools-%{version}-py*.egg-info
+%{python_sitelib}/apptools-%{version}.dist-info