Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-bokcolmaps"

Fri May  9 18:49:34 2025 rev:6 rq:1275965 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bokcolmaps/python-bokcolmaps.changes      
2021-04-06 17:31:40.315252046 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-bokcolmaps.new.30101/python-bokcolmaps.changes
   2025-05-09 18:52:28.199853761 +0200
@@ -1,0 +2,5 @@
+Fri May  9 04:41:00 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bokcolmaps.spec ++++++
--- /var/tmp/diff_new_pack.JPB8y2/_old  2025-05-09 18:52:30.107933132 +0200
+++ /var/tmp/diff_new_pack.JPB8y2/_new  2025-05-09 18:52:30.111933299 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bokcolmaps
 #
-# 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,9 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define         skip_python2 1
-%define         skip_python36 1
 Name:           python-bokcolmaps
 Version:        2.0.1
 Release:        0
@@ -28,7 +25,9 @@
 Source:         
https://files.pythonhosted.org/packages/source/b/bokcolmaps/bokcolmaps-%{version}.tar.gz
 # Will hopefully be included in next release, see 
https://bitbucket.org/sea_dev/bokcolmaps/pull-requests/1/include-license-in-sdists/diff
 Source10:       
https://bitbucket.org/sea_dev/bokcolmaps/raw/0a6f3852821bc033779a8f9392d984ea304f3ef7/LICENSE.txt
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-bokeh >= 2.1
@@ -48,10 +47,10 @@
 cp %{SOURCE10} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand chmod a-x %{buildroot}%{$python_sitelib}/bokcolmaps/jet.txt
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -62,5 +61,5 @@
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/bokcolmaps
-%{python_sitelib}/bokcolmaps-%{version}*-info
+%{python_sitelib}/bokcolmaps-%{version}.dist-info
 

Reply via email to