Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyqtgraph for
openSUSE:Factory checked in at 2025-05-09 18:50:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyqtgraph (Old)
and /work/SRC/openSUSE:Factory/.python-pyqtgraph.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqtgraph"
Fri May 9 18:50:27 2025 rev:12 rq:1276011 version:0.13.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyqtgraph/python-pyqtgraph.changes
2024-09-15 12:40:17.270265829 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyqtgraph.new.30101/python-pyqtgraph.changes
2025-05-09 18:52:57.689080434 +0200
@@ -1,0 +2,5 @@
+Fri May 9 05:14:30 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyqtgraph.spec ++++++
--- /var/tmp/diff_new_pack.bOkDqM/_old 2025-05-09 18:52:58.117098239 +0200
+++ /var/tmp/diff_new_pack.bOkDqM/_new 2025-05-09 18:52:58.121098404 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyqtgraph
#
-# 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
@@ -22,7 +22,6 @@
Release: 0
Summary: Scientific Graphics and GUI Library for Python
License: MIT
-Group: Development/Languages/Python
URL: https://www.pyqtgraph.org/
# test data is only in the GitHub archive
Source:
https://github.com/pyqtgraph/pyqtgraph/archive/refs/tags/pyqtgraph-%{version}.tar.gz
@@ -31,9 +30,11 @@
Patch1: no-sphinx-qt-doc.patch
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module numpy >= 1.17}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydata-sphinx-theme}
BuildRequires: %{python_module qt5 >= 5.12}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210628
BuildRequires: python3-Sphinx
@@ -78,7 +79,6 @@
%package -n %{name}-doc
Summary: Documentation for %{name}
-Group: Development/Languages/Python
Provides: %{python_module %{name} = %{version}}
%description -n %{name}-doc
@@ -97,10 +97,10 @@
chmod -x pyqtgraph/examples/verlet_chain/make
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
pushd doc
make html
@@ -142,7 +142,7 @@
%exclude %{_docdir}/%{name}/examples/
%exclude %{_docdir}/%{name}/html/
%{python_sitelib}/pyqtgraph/
-%{python_sitelib}/pyqtgraph-%{version}*-info
+%{python_sitelib}/pyqtgraph-%{version}.dist-info
%files -n %{name}-doc
%license LICENSE.txt