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 2024-09-15 12:36:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyqtgraph (Old) and /work/SRC/openSUSE:Factory/.python-pyqtgraph.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqtgraph" Sun Sep 15 12:36:01 2024 rev:11 rq:1200837 version:0.13.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyqtgraph/python-pyqtgraph.changes 2023-07-27 16:51:59.774216913 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyqtgraph.new.29891/python-pyqtgraph.changes 2024-09-15 12:40:17.270265829 +0200 @@ -1,0 +2,23 @@ +Wed Sep 11 11:07:02 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- update to 0.13.7 + * Optimize clip and downsample + * Drop python 3.8 and numpy 1.20 support + * speed up PColorMeshItem + * NonUniformImage improvements + * Fix 'import pyqtgraph.canvas' crash + * Add LabelItem font family option + * add fastpath for float images with nans + * Add peegee as mkQApp application icon + * Add stubs for Qt modules + * add ColorMapMenu to ColorBarItem + * bdist_wheel needs to grab peegee icons + * test_PolyLineROI now passes on non-AMD64 platforms + * Add note about NaN to int conversion + * remove functions.try_fastpath_argb as it triggered segfaults + * Allow users to specify FillRule for FillBetweenItem +- Drop merged patches: + * py3114.patch + * 2748.patch + +------------------------------------------------------------------- Old: ---- 2748.patch py3114.patch pyqtgraph-0.13.3.tar.gz New: ---- pyqtgraph-0.13.7.tar.gz BETA DEBUG BEGIN: Old: * py3114.patch * 2748.patch Old:- Drop merged patches: * py3114.patch * 2748.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyqtgraph.spec ++++++ --- /var/tmp/diff_new_pack.TqoPNh/_old 2024-09-15 12:40:18.346310656 +0200 +++ /var/tmp/diff_new_pack.TqoPNh/_new 2024-09-15 12:40:18.362311323 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyqtgraph # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %bcond_without test Name: python-pyqtgraph -Version: 0.13.3 +Version: 0.13.7 Release: 0 Summary: Scientific Graphics and GUI Library for Python License: MIT @@ -31,10 +29,6 @@ # PATCH-FIX-OPENSUSE - Borrowed from Fedora - https://src.fedoraproject.org/rpms/python-pyqtgraph/tree/ # Upstream issue: https://github.com/pyqtgraph/pyqtgraph/issues/2644 Patch1: no-sphinx-qt-doc.patch -# https://github.com/pyqtgraph/pyqtgraph/issues/2645 -Patch2: 2748.patch -# https://github.com/pyqtgraph/pyqtgraph/pull/2760 -Patch3: py3114.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module numpy >= 1.17} BuildRequires: %{python_module pydata-sphinx-theme} @@ -43,6 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210628 BuildRequires: python3-Sphinx +BuildRequires: python3-sphinx-autodoc-typehints BuildRequires: python3-sphinx-qt-documentation Requires: python-numpy >= 1.17 Recommends: python-colorcet ++++++ no-sphinx-qt-doc.patch ++++++ --- /var/tmp/diff_new_pack.TqoPNh/_old 2024-09-15 12:40:18.418313656 +0200 +++ /var/tmp/diff_new_pack.TqoPNh/_new 2024-09-15 12:40:18.458315322 +0200 @@ -1,5 +1,7 @@ ---- pyqtgraph-pyqtgraph-0.13.3/doc/source/conf.py.orig 2023-06-20 11:24:26.721006300 +0200 -+++ pyqtgraph-pyqtgraph-0.13.3/doc/source/conf.py 2023-06-20 11:51:34.297913600 +0200 +Index: pyqtgraph-pyqtgraph-0.13.7/doc/source/conf.py +=================================================================== +--- pyqtgraph-pyqtgraph-0.13.7.orig/doc/source/conf.py ++++ pyqtgraph-pyqtgraph-0.13.7/doc/source/conf.py @@ -37,11 +37,6 @@ extensions = [ "sphinx.ext.viewcode", "sphinx.ext.napoleon", @@ -9,7 +11,7 @@ - "sphinx_favicon", - "sphinxext.rediraffe", - "sphinxcontrib.images", + "sphinx_autodoc_typehints" ] - # Add any paths that contain templates here, relative to this directory. ++++++ pyqtgraph-0.13.3.tar.gz -> pyqtgraph-0.13.7.tar.gz ++++++ ++++ 19672 lines of diff (skipped)