Hello community,
here is the log from the commit of package python-cairocffi for
openSUSE:Leap:15.2 checked in at 2020-05-26 18:32:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-cairocffi (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-cairocffi.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cairocffi"
Tue May 26 18:32:17 2020 rev:16 rq:808621 version:0.8.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-cairocffi/python-cairocffi.changes
2020-03-21 16:42:23.513354317 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-cairocffi.new.2738/python-cairocffi.changes
2020-05-26 18:32:23.953578265 +0200
@@ -2,47 +1,0 @@
-Mon Sep 9 07:41:31 UTC 2019 - [email protected]
-
-- Update to 1.1.0:
- * #135, #127, #119: Clean the way external libraries are found
- * #126: Remove const char* elements from cdef
- * Support Cairo features up to 1.17.2
- * Fix documentation generation
-
--------------------------------------------------------------------
-Wed Jul 31 12:12:15 UTC 2019 - [email protected]
-
-- version update to 1.0.2
- #123: Rely on a recent version of setuptools to handle VERSION
- #120: Don't delete _generated modules on ffi_build import
- Drop Python 2.6, 2.7 and 3.4 support
- Test with Python 3.7
- Clean code, tests and packaging
-- do not build for python2
-- run tests
-
--------------------------------------------------------------------
-Fri Jan 25 10:10:32 UTC 2019 - [email protected]
-
-- Update to 0.9.0:
- * Drop Python 3.2 and 3.3 support
- * Test with PyPy and PyPy3
- * Fix test compatibility with Cairo 1.15.12
- * Add cairo library name from PyGObject for Windows
- * Fix pango_example.py
- * Fix crash with xbc tests
- * Clean documentation
- * Support Cairo features up to 1.15.12
-
--------------------------------------------------------------------
-Tue Dec 4 12:46:25 UTC 2018 - Matej Cepl <[email protected]>
-
-- Remove superfluous devel dependency for noarch package
-
--------------------------------------------------------------------
-Fri Jul 13 15:54:02 UTC 2018 - [email protected]
-
-- update to version 0.8.1:
- * Add cairo library name provided by pygobjectwin32
- * Update docstrings to list width and height params
- * Add width and height options to decode_to_image_surface
-
--------------------------------------------------------------------
Old:
----
cairocffi-1.1.0.tar.gz
New:
----
cairocffi-0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cairocffi.spec ++++++
--- /var/tmp/diff_new_pack.Yckgfo/_old 2020-05-26 18:32:24.317579060 +0200
+++ /var/tmp/diff_new_pack.Yckgfo/_new 2020-05-26 18:32:24.325579077 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cairocffi
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
Name: python-cairocffi
-Version: 1.1.0
+Version: 0.8.0
Release: 0
Summary: Python cairo bindings based on cffi
License: BSD-3-Clause
Group: Development/Languages/Python
-URL: https://github.com/Kozea/cairocffi
+Url: https://github.com/SimonSapin/cairocffi
Source:
https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
-BuildRequires: %{python_module cffi >= 1.1.0}
-BuildRequires: %{python_module pytest-runner}
-BuildRequires: %{python_module setuptools >= 39.2.0}
+BuildRequires: %{python_module cffi >= 0.6}
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xcffib >= 0.3.2}
BuildRequires: cairo
-BuildRequires: dejavu-fonts
-BuildRequires: fdupes
BuildRequires: gdk-pixbuf
BuildRequires: python-rpm-macros
Requires: cairo
Requires: python
-Requires: python-cffi >= 1.1.0
+Requires: python-cffi >= 0.6
Requires: python-xcffib >= 0.3.2
BuildArch: noarch
%python_subpackages
@@ -70,16 +67,9 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
-
-%check
-sed -i '/^addopts/d' setup.cfg
-sed -i -e '/pytest-flake8/d' -e '/pytest-isort/d' -e '/pytest-cov/d' setup.cfg
-%python_expand $python setup.py test
%files %{python_files}
-%license LICENSE
-%doc README.rst
+%doc LICENSE CHANGES README.rst
%{python_sitelib}/cairocffi-%{version}-py*.egg-info
%{python_sitelib}/cairocffi/
%exclude %{python_sitelib}/cairocffi/test_pixbuf.py*
++++++ cairocffi-1.1.0.tar.gz -> cairocffi-0.8.0.tar.gz ++++++
++++ 4126 lines of diff (skipped)