Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-biopython"

Fri May  9 18:49:32 2025 rev:16 rq:1275964 version:1.85

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-biopython/python-biopython.changes        
2025-03-13 16:18:14.811392977 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-biopython.new.30101/python-biopython.changes 
    2025-05-09 18:52:25.799753924 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri May  9 04:40:54 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+

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

Other differences:
------------------
++++++ python-biopython.spec ++++++
--- /var/tmp/diff_new_pack.pyWQys/_old  2025-05-09 18:52:27.499824642 +0200
+++ /var/tmp/diff_new_pack.pyWQys/_new  2025-05-09 18:52:27.499824642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-biopython
 #
-# 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
@@ -29,7 +29,9 @@
 Source100:      python-biopython-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -58,11 +60,11 @@
 
 %build
 export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %if %{with test}
@@ -77,5 +79,5 @@
 %license LICENSE.rst
 %{python_sitearch}/Bio/
 %{python_sitearch}/BioSQL/
-%{python_sitearch}/biopython-%{version}-py*.egg-info
+%{python_sitearch}/biopython-%{version}.dist-info
 

Reply via email to