diff --git a/cairocffi-1.1.0.tar.gz b/cairocffi-1.1.0.tar.gz deleted file mode 100644 index 22b848b..0000000 --- a/cairocffi-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1c0c5878f74ac9ccb5d48b2601fcc75390c881ce476e79f4cfedd288b1b05db -size 68744 diff --git a/cairocffi-1.2.0.tar.gz b/cairocffi-1.2.0.tar.gz new file mode 100644 index 0000000..e5efefa --- /dev/null +++ b/cairocffi-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a979b500c64c8179fec286f337e8fe644eca2f2cd05860ce0b62d25f22ea140 +size 70393 diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 29033ae..c08fe44 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 30 06:20:59 UTC 2020 - Michael Vetter + +- 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 + ------------------------------------------------------------------- Mon Sep 9 07:41:31 UTC 2019 - mvetter@suse.com diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 48aa388..b6d7469 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -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}