Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-emcee"

Fri May  9 18:49:49 2025 rev:9 rq:1275980 version:3.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-emcee/python-emcee.changes        
2024-04-21 20:28:49.081305303 +0200
+++ /work/SRC/openSUSE:Factory/.python-emcee.new.30101/python-emcee.changes     
2025-05-09 18:52:38.428279236 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:09:03 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-emcee.spec ++++++
--- /var/tmp/diff_new_pack.XH3faK/_old  2025-05-09 18:52:38.868297540 +0200
+++ /var/tmp/diff_new_pack.XH3faK/_new  2025-05-09 18:52:38.868297540 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-emcee
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # NEP 29: python36-numpy and -scipy are no longer available in TW
 %define         skip_python36 1
 Name:           python-emcee
@@ -24,7 +23,6 @@
 Release:        0
 Summary:        Python affine-invariant ensemble MCMC sampling
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/dfm/emcee
 Source:         
https://files.pythonhosted.org/packages/source/e/emcee/emcee-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
@@ -55,10 +53,10 @@
 %setup -q -n emcee-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -68,5 +66,5 @@
 %license LICENSE
 %doc AUTHORS.rst README.rst
 %{python_sitelib}/emcee
-%{python_sitelib}/emcee-%{version}-py*.egg-info
+%{python_sitelib}/emcee-%{version}.dist-info
 

Reply via email to