From 23b028738d8b21032f06497e3d413c65fa50a2a7bc91cba8a83ecd2c1b80299f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 17 Jul 2021 07:01:29 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-pycairo?expand=0&rev=12 --- pycairo-1.20.0.tar.gz | 3 --- pycairo-1.20.1.tar.gz | 3 +++ python-pycairo.changes | 13 +++++++++++++ python-pycairo.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 pycairo-1.20.0.tar.gz create mode 100644 pycairo-1.20.1.tar.gz diff --git a/pycairo-1.20.0.tar.gz b/pycairo-1.20.0.tar.gz deleted file mode 100644 index afe2606..0000000 --- a/pycairo-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5695a10cb7f9ae0d01f665b56602a845b0a8cb17e2123bfece10c2e58552468c -size 344370 diff --git a/pycairo-1.20.1.tar.gz b/pycairo-1.20.1.tar.gz new file mode 100644 index 0000000..dc79c79 --- /dev/null +++ b/pycairo-1.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b +size 344639 diff --git a/python-pycairo.changes b/python-pycairo.changes index 38eb42a..936f2d1 100644 --- a/python-pycairo.changes +++ b/python-pycairo.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 17 07:00:12 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-pycairo.spec b/python-pycairo.spec index 154add0..fd7858e 100644 --- a/python-pycairo.spec +++ b/python-pycairo.spec @@ -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