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 2021-08-30 13:55:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyqtgraph (Old) and /work/SRC/openSUSE:Factory/.python-pyqtgraph.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyqtgraph" Mon Aug 30 13:55:25 2021 rev:5 rq:914977 version:0.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyqtgraph/python-pyqtgraph.changes 2021-02-15 23:18:29.595592328 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyqtgraph.new.1899/python-pyqtgraph.changes 2021-08-30 13:55:46.385865899 +0200 @@ -1,0 +2,17 @@ +Mon Aug 30 07:48:41 UTC 2021 - Fusion Future <qydwhotm...@gmail.com> + +- Update to 0.12.2: + * Qt6 6.0 support has been removed in favor of Qt6 6.1+ + * More numba utilization, specifically for makeARGB + * Substantial ImageItem performance improvements have been made + * Significant performance improvements made to ScatterPlotItem + and LinePlots + * More ColorMap features/support +- Changes since 0.12.0: + * Qt < 5.12, Python < 3.7, and NumPy < 1.17 are no longer + supported. + * For full changelog (huge) since 0.12.0 see + https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG +- Update test data version to 8. + +------------------------------------------------------------------- Old: ---- pyqtgraph-0.11.1.tar.gz test-data-7.tar.gz New: ---- pyqtgraph-0.12.2.tar.gz test-data-8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyqtgraph.spec ++++++ --- /var/tmp/diff_new_pack.HxZSjC/_old 2021-08-30 13:55:46.849866494 +0200 +++ /var/tmp/diff_new_pack.HxZSjC/_new 2021-08-30 13:55:46.853866500 +0200 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test -# Declares to Follow NEP 29 in the next release and depends on NumPy which dropped Python 3.6 +%define skip_python2 1 %define skip_python36 1 # check pyqtgraph/tests/image_testing.py for the current tag -%define testdatatag test-data-7 +%define testdatatag test-data-8 Name: python-pyqtgraph -Version: 0.11.1 +Version: 0.12.2 Release: 0 Summary: Scientific Graphics and GUI Library for Python License: MIT @@ -31,8 +31,8 @@ URL: http://www.pyqtgraph.org/ Source: https://files.pythonhosted.org/packages/source/p/pyqtgraph/pyqtgraph-%{version}.tar.gz Source1: https://github.com/pyqtgraph/test-data/archive/%{testdatatag}.tar.gz -BuildRequires: %{python_module numpy >= 1.8} -BuildRequires: %{python_module qt5} +BuildRequires: %{python_module numpy >= 1.17} +BuildRequires: %{python_module qt5 >= 5.12} BuildRequires: %{python_module setuptools} BuildRequires: dos2unix BuildRequires: fdupes @@ -49,12 +49,12 @@ BuildRequires: %{python_module scipy} BuildRequires: git-core %endif -Requires: python-numpy >= 1.8 -Requires: python-qt5 -# Next release: -#Recommends: python-colorcet -#Recommends: python-cupy +Requires: python-numpy >= 1.17 +Requires: python-qt5 >= 5.12 +Recommends: python-colorcet +Recommends: python-cupy Recommends: python-h5py +Recommends: python-numba Recommends: python-opengl Recommends: python-scipy BuildArch: noarch ++++++ pyqtgraph-0.11.1.tar.gz -> pyqtgraph-0.12.2.tar.gz ++++++ ++++ 54779 lines of diff (skipped) ++++++ test-data-7.tar.gz -> test-data-8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/test-data-test-data-7/LICENSE new/test-data-test-data-8/LICENSE --- old/test-data-test-data-7/LICENSE 1970-01-01 01:00:00.000000000 +0100 +++ new/test-data-test-data-8/LICENSE 2020-06-13 21:41:20.000000000 +0200 @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Luke Campagnola + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. Binary files old/test-data-test-data-7/nonuniform_image/colormap-3x3.png and new/test-data-test-data-8/nonuniform_image/colormap-3x3.png differ Binary files old/test-data-test-data-7/nonuniform_image/lut-3x3.png and new/test-data-test-data-8/nonuniform_image/lut-3x3.png differ