Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Wand for openSUSE:Factory checked in at 2023-01-28 18:43:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Wand (Old) and /work/SRC/openSUSE:Factory/.python-Wand.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Wand" Sat Jan 28 18:43:57 2023 rev:5 rq:1061526 version:0.6.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Wand/python-Wand.changes 2022-08-30 14:50:47.676321686 +0200 +++ /work/SRC/openSUSE:Factory/.python-Wand.new.32243/python-Wand.changes 2023-01-28 19:00:14.163691971 +0100 @@ -1,0 +2,17 @@ +Fri Jan 27 09:20:08 UTC 2023 - Daniel Garcia <[email protected]> + +- Disable broken test in i586, test_histogram +- Update to 0.6.11 + * Fixed format issue when calling Image.convert(), and Image.make_blob() + methods. [#594] + * Fixed storage type size for âlongâ & âquantumâ values in + Image.export_pixels() and Image.import_pixels() methods. [#596] + * Added filter parameter to Image.distort() method. + * [TEST] Added Python 3.11 to regression tests for github actions. + * [TEST] Replaced py.path fixtures with pythlib. [!607 & #608 by Louis + Sautier] + * [TEST] Retired Python2 support from regression testing. + * [TEST] Upgraded Travis CI <https://travis-ci.org/github/emcconville/wand> + build environments. + +------------------------------------------------------------------- Old: ---- Wand-0.6.10.tar.gz New: ---- Wand-0.6.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Wand.spec ++++++ --- /var/tmp/diff_new_pack.tVdSOc/_old 2023-01-28 19:00:14.723695142 +0100 +++ /var/tmp/diff_new_pack.tVdSOc/_new 2023-01-28 19:00:14.731695188 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Wand # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Wand -Version: 0.6.10 +Version: 0.6.11 Release: 0 Summary: Ctypes-based simple MagickWand API binding for Python License: MIT @@ -34,7 +33,7 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module psutil >= 1.0.1} -BuildRequires: %{python_module pytest >= 2.3.0} +BuildRequires: %{python_module pytest >= 7.2.0} BuildRequires: %{python_module numpy if (%python-base without python36-base)} # /SECTION %python_subpackages @@ -59,11 +58,12 @@ # Three tests failing with # wand.exceptions.PolicyError: attempt to perform an operation not allowed by the security policy `PDF' # due to https://build.opensuse.org/package/view_file/graphics/ImageMagick/ImageMagick-configuration-SUSE.patch -%pytest -rs -k 'not (test_resolution_set_03 or test_resolution_set_04 or test_read_with_colorspace)' +%pytest -rs -k 'not (test_resolution_set_03 or test_resolution_set_04 or test_read_with_colorspace or test_histogram)' %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/wand +%{python_sitelib}/Wand-%{version}*-info %changelog ++++++ Wand-0.6.10.tar.gz -> Wand-0.6.11.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-Wand/Wand-0.6.10.tar.gz /work/SRC/openSUSE:Factory/.python-Wand.new.32243/Wand-0.6.11.tar.gz differ: char 5, line 1
