Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-drms for openSUSE:Factory 
checked in at 2025-05-09 18:49:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-drms (Old)
 and      /work/SRC/openSUSE:Factory/.python-drms.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-drms"

Fri May  9 18:49:46 2025 rev:9 rq:1275976 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-drms/python-drms.changes  2024-09-01 
19:23:02.819995259 +0200
+++ /work/SRC/openSUSE:Factory/.python-drms.new.30101/python-drms.changes       
2025-05-09 18:52:36.700207353 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:08:48 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-drms.spec ++++++
--- /var/tmp/diff_new_pack.IzV28d/_old  2025-05-09 18:52:37.176227154 +0200
+++ /var/tmp/diff_new_pack.IzV28d/_new  2025-05-09 18:52:37.176227154 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-drms
 #
-# 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
@@ -25,8 +25,10 @@
 URL:            https://github.com/sunpy/drms
 Source:         
https://files.pythonhosted.org/packages/source/d/drms/drms-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.9}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy
@@ -52,10 +54,10 @@
 %setup -q -n drms-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/drms
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -73,5 +75,5 @@
 %license LICENSE.rst
 %python_alternative %{_bindir}/drms
 %{python_sitelib}/drms
-%{python_sitelib}/drms-%{version}*-info
+%{python_sitelib}/drms-%{version}.dist-info
 

Reply via email to