Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pygaljs for openSUSE:Factory 
checked in at 2025-06-06 22:35:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygaljs (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygaljs.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygaljs"

Fri Jun  6 22:35:14 2025 rev:5 rq:1282688 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygaljs/python-pygaljs.changes    
2023-04-22 21:58:39.924572541 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygaljs.new.19631/python-pygaljs.changes 
2025-06-06 22:35:19.713606282 +0200
@@ -1,0 +2,5 @@
+Wed Jun  4 10:17:45 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pygaljs.spec ++++++
--- /var/tmp/diff_new_pack.6RzKF2/_old  2025-06-06 22:35:20.113622777 +0200
+++ /var/tmp/diff_new_pack.6RzKF2/_new  2025-06-06 22:35:20.113622777 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygaljs
 #
-# Copyright (c) 2023 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-%{**}}
 %{?sle15_python_module_pythons}
 Name:           python-pygaljs
 Version:        1.0.2
@@ -26,8 +25,10 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/ionelmc/python-pygaljs
 Source:         
https://files.pythonhosted.org/packages/source/p/pygaljs/pygaljs-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -41,10 +42,10 @@
 sed -i -e 's/\[pytest\]/\[tools:pytest\]/g' setup.cfg
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -53,5 +54,6 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGELOG.rst README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pygaljs
+%{python_sitelib}/pygaljs-%{version}*-info
 

Reply via email to