Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cairocffi for
openSUSE:Factory checked in at 2022-10-01 17:42:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cairocffi (Old)
and /work/SRC/openSUSE:Factory/.python-cairocffi.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cairocffi"
Sat Oct 1 17:42:32 2022 rev:23 rq:1007230 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cairocffi/python-cairocffi.changes
2022-09-21 14:40:17.809399589 +0200
+++
/work/SRC/openSUSE:Factory/.python-cairocffi.new.2275/python-cairocffi.changes
2022-10-01 17:42:34.569606731 +0200
@@ -1,0 +2,19 @@
+Fri Sep 30 09:27:55 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- Avoid pulling in python-pikepdf in the stagings
+
+-------------------------------------------------------------------
+Thu Sep 29 08:06:36 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Drop outdated python36_ignore
+
+-------------------------------------------------------------------
+Tue Sep 27 17:04:28 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- Update to 1.4.0
+ * #205: Use pikepdf to parse generated PDF
+ * #171: Don???t use deprecated pytest-runner anymore
+- Drop no longer needed python-cairocffi-xfail.patch and
+ python-cairocffi-disable-linters.patch
+
+-------------------------------------------------------------------
Old:
----
cairocffi-1.3.0.tar.gz
python-cairocffi-disable-linters.patch
python-cairocffi-xfail.patch
New:
----
LICENSE
cairocffi-1.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cairocffi.spec ++++++
--- /var/tmp/diff_new_pack.Bu075p/_old 2022-10-01 17:42:35.041607592 +0200
+++ /var/tmp/diff_new_pack.Bu075p/_new 2022-10-01 17:42:35.045607599 +0200
@@ -17,20 +17,19 @@
Name: python-cairocffi
-Version: 1.3.0
+Version: 1.4.0
Release: 0
Summary: Python cairo bindings based on cffi
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/Kozea/cairocffi
Source:
https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM python-cairocffi-xfail.patch -- Xfail some tests failing
with cairo 1.17.6
-Patch: python-cairocffi-xfail.patch
-# PATCH-FIX-OPENSUSE python-cairocffi-disable-linters.patch -- Disable linters
tests
-Patch2: python-cairocffi-disable-linters.patch
-
+# https://github.com/Kozea/cairocffi/issues/208
+Source1:
https://raw.githubusercontent.com/Kozea/cairocffi/master/LICENSE
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module cffi >= 1.1.0}
+# we don't want pikepdf in Ring1 stagings
+#BuildRequires: %{python_module pikepdf}
BuildRequires: %{python_module setuptools >= 39.2.0}
BuildRequires: %{python_module xcffib >= 0.3.2}
BuildRequires: cairo
@@ -71,6 +70,7 @@
%prep
%autosetup -n cairocffi-%{version} -p1
+cp %{SOURCE1} .
# disable development tools for unit tests. Remove deprecated pytest-runner
sed -i -e 's/pytest-runner$/pytest/' \
-e '/pytest-flake8$/ d' \
@@ -92,10 +92,10 @@
%check
cd tests/
-# Don't test with NumPy in the python36 flavor, because python36-numpy is not
in TW anymore
-# Switch off test_xcb tests gh#Kozea/cairocffi#203
-python36_ignore="--ignore test_numpy.py --ignore test_xcb.py"
-%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run
--server-args="-screen 0 1280x1024x16" $python -m pytest ${$python_ignore}
+# test_cairo.py needs pikepdf, remove it
+rm test_cairo.py
+# Switch off test_xcb_window (gh#Kozea/cairocffi#203)
+%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run
--server-args="-screen 0 1280x1024x16" $python -m pytest -k "not
test_xcb_window" *.py
%files %{python_files}
%license LICENSE
++++++ LICENSE ++++++
BSD 3-Clause License
Copyright (c) 2013-2019, Simon Sapin and contributors.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++++++ cairocffi-1.3.0.tar.gz -> cairocffi-1.4.0.tar.gz ++++++
++++ 2480 lines of diff (skipped)