Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-atomicwrites"

Fri Jun 13 18:46:09 2025 rev:11 rq:1285334 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atomicwrites/python-atomicwrites.changes  
2024-11-12 19:21:31.599734015 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-atomicwrites.new.19631/python-atomicwrites.changes
       2025-06-13 18:46:29.129370161 +0200
@@ -1,0 +2,5 @@
+Fri Jun 13 05:35:08 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-atomicwrites.spec ++++++
--- /var/tmp/diff_new_pack.5n86MC/_old  2025-06-13 18:46:29.837399196 +0200
+++ /var/tmp/diff_new_pack.5n86MC/_new  2025-06-13 18:46:29.841399360 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-atomicwrites
 #
-# 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
@@ -34,7 +34,9 @@
 Source:         
https://files.pythonhosted.org/packages/source/a/atomicwrites/atomicwrites-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE sphinx8.patch -- daniel.gar...@suse.com
 Patch0:         sphinx8.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -79,7 +81,7 @@
 
 %build
 %if %{without doc}
-%python_build
+%pyproject_wheel
 %else
 pushd docs
 make html
@@ -89,7 +91,7 @@
 
 %install
 %if %{without doc}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
@@ -103,7 +105,8 @@
 %defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/atomicwrites*
+%{python_sitelib}/atomicwrites
+%{python_sitelib}/atomicwrites-%{version}.dist-info
 
 %else
 

Reply via email to