forked from pool/python-cairocffi
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6e4df61a5f | |||
| c20d7e968d | |||
| 069957bae2 | |||
| 071c7af2ab | |||
| 7727106997 | |||
| 6d97b37ad3 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
|
|
||||||
size 87840
|
|
||||||
BIN
cairocffi-1.7.1.tar.gz
LFS
Normal file
BIN
cairocffi-1.7.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 18 09:25:40 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Add missing dependency on some image loader
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 08:12:05 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Readd disabling test_xcb tests. Please, don’t reenable until
|
||||||
|
gh#Kozea/cairocffi#203 is fixed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 07:38:34 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.7.0:
|
||||||
|
* #227: Add get_hairline() and set_hairline() functions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 29 06:52:06 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon Apr 29 06:52:06 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cairocffi
|
# spec file for package python-cairocffi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cairocffi
|
Name: python-cairocffi
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python cairo bindings based on cffi
|
Summary: Python cairo bindings based on cffi
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -34,6 +34,8 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: %{python_module xcffib >= 0.4.0}
|
BuildRequires: %{python_module xcffib >= 0.4.0}
|
||||||
BuildRequires: cairo
|
BuildRequires: cairo
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: cairo
|
Requires: cairo
|
||||||
Requires: python-cffi >= 1.1.0
|
Requires: python-cffi >= 1.1.0
|
||||||
Requires: python-xcffib >= 0.3.2
|
Requires: python-xcffib >= 0.3.2
|
||||||
@@ -42,9 +44,8 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: dejavu-fonts
|
BuildRequires: dejavu-fonts
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: gdk-pixbuf
|
BuildRequires: gdk-pixbuf
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: glycin-loaders
|
||||||
BuildRequires: xvfb-run
|
BuildRequires: xvfb-run
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -81,7 +82,7 @@ This package provides the optional gdk-pixbuf image loader module.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Switch off test_xcb_window (gh#Kozea/cairocffi#203)
|
# 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
|
%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest --ignore cairocffi/test_xcb.py
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user