Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Pweave for openSUSE:Factory 
checked in at 2025-05-06 16:43:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pweave (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pweave.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pweave"

Tue May  6 16:43:44 2025 rev:10 rq:1274882 version:0.30.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pweave/python-Pweave.changes      
2024-03-13 22:22:08.876169481 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pweave.new.30101/python-Pweave.changes   
2025-05-06 16:43:58.926688907 +0200
@@ -1,0 +2,5 @@
+Tue May  6 09:45:31 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Pweave.spec ++++++
--- /var/tmp/diff_new_pack.gESvWS/_old  2025-05-06 16:44:00.730766681 +0200
+++ /var/tmp/diff_new_pack.gESvWS/_new  2025-05-06 16:44:00.750767543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pweave
 #
-# 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
@@ -17,8 +17,6 @@
 
 
 %{?sle15_python_module_pythons}
-# missing jupyter_ikernel
-%global skip_python39 1
 Name:           python-Pweave
 Version:        0.30.3
 Release:        0
@@ -28,7 +26,9 @@
 Source:         
https://files.pythonhosted.org/packages/source/P/Pweave/Pweave-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM https://github.com/mpastell/Pweave/pull/167 Adjust for 
API changes in Python-Markdown 3.0
 Patch0:         markdown.patch
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Markdown
@@ -75,10 +75,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/pweave
 %python_clone -a %{buildroot}%{_bindir}/ptangle
@@ -110,5 +110,6 @@
 %python_alternative %{_bindir}/ptangle
 %python_alternative %{_bindir}/pypublish
 %python_alternative %{_bindir}/pweave-convert
-%{python_sitelib}/*
+%{python_sitelib}/pweave
+%{python_sitelib}/[Pp]weave-%{version}*info
 

Reply via email to