Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-python-ternary"

Fri May  9 18:50:31 2025 rev:4 rq:1276015 version:1.0.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-ternary/python-python-ternary.changes  
    2021-05-02 18:39:09.108171653 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-ternary.new.30101/python-python-ternary.changes
   2025-05-09 18:53:03.261312223 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:15:11 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-ternary.spec ++++++
--- /var/tmp/diff_new_pack.ZkOfHZ/_old  2025-05-09 18:53:04.785375620 +0200
+++ /var/tmp/diff_new_pack.ZkOfHZ/_new  2025-05-09 18:53:04.797376119 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-ternary
 #
-# Copyright (c) 2021 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,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 %define skip_python36 1
 Name:           python-python-ternary
 Version:        1.0.8
@@ -26,7 +24,9 @@
 License:        MIT
 URL:            https://github.com/marcharper/python-ternary
 Source:         
https://github.com/marcharper/python-ternary/archive/%{version}.tar.gz#/python-ternary-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-matplotlib >= 1.4
@@ -47,10 +47,10 @@
 %setup -q -n python-ternary-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -59,6 +59,6 @@
 %files %{python_files}
 %doc README.md README.txt CITATION.md citations.md
 %license LICENSE
-%{python_sitelib}/python_ternary-%{version}*-info
+%{python_sitelib}/python_ternary-%{version}.dist-info
 %{python_sitelib}/ternary
 

Reply via email to