1
0

Accepting request 844979 from home:jubalh:branches:devel:languages:python

- Update to 1.2.0:
  * #152: Add NumPy support
  * #143: Make write_to_png function work on hardened systems
  * #156: Use major version name to open shared libraries
  * #165: Don’t list setuptools as required for installation

OBS-URL: https://build.opensuse.org/request/show/844979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=32
This commit is contained in:
2020-10-30 12:50:47 +00:00
committed by Git OBS Bridge
parent fdf5474d44
commit 0cbb33b67a
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db
size 68744

3
cairocffi-1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a979b500c64c8179fec286f337e8fe644eca2f2cd05860ce0b62d25f22ea140
size 70393

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 30 06:20:59 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.2.0:
* #152: Add NumPy support
* #143: Make write_to_png function work on hardened systems
* #156: Use major version name to open shared libraries
* #165: Dont list setuptools as required for installation
-------------------------------------------------------------------
Mon Sep 9 07:41:31 UTC 2019 - mvetter@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cairocffi
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-cairocffi
Version: 1.1.0
Version: 1.2.0
Release: 0
Summary: Python cairo bindings based on cffi
License: BSD-3-Clause
@@ -27,6 +27,7 @@ Group: Development/Languages/Python
URL: https://github.com/Kozea/cairocffi
Source: https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-%{version}.tar.gz
BuildRequires: %{python_module cffi >= 1.1.0}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools >= 39.2.0}
BuildRequires: %{python_module xcffib >= 0.3.2}