Accepting request 906780 from devel:languages:python

- update to 1.20.1
  * setup.py: Respect the PKG_CONFIG environment variable
  * Make import_cairo inline in addition to static
  * docs: Fix example in Pattern.set_filter() docs _pr_`221`
  * docs: Fix build with newer sphinx
  * docs: Fix NumPy width, height-conventions in examples
  * docs: Last parameter of rel_curve_to should be dy3, not dy4
  * mypy: Fixes for mypy 0.800+
  * mypy: Don't run mypy via pytest

OBS-URL: https://build.opensuse.org/request/show/906780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycairo?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-07-21 17:05:31 +00:00 committed by Git OBS Bridge
commit 7f48a8a8ed
4 changed files with 18 additions and 5 deletions

View File

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

3
pycairo-1.20.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 17 07:00:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.20.1
* setup.py: Respect the PKG_CONFIG environment variable
* Make import_cairo inline in addition to static
* docs: Fix example in Pattern.set_filter() docs _pr_`221`
* docs: Fix build with newer sphinx
* docs: Fix NumPy width, height-conventions in examples
* docs: Last parameter of rel_curve_to should be dy3, not dy4
* mypy: Fixes for mypy 0.800+
* mypy: Don't run mypy via pytest
-------------------------------------------------------------------
Thu Dec 3 10:46:14 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pycairo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define skip_python2 1
%define oldpython python
Name: python-pycairo
Version: 1.20.0
Version: 1.20.1
Release: 0
Summary: Python Bindings for Cairo
License: LGPL-2.1-or-later OR MPL-1.1