From c9b8a97cdd494a0e25b625f91448fa146464fbf106dfc56a53ced752988e1536 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Oct 2021 10:00:14 +0000 Subject: [PATCH] Accepting request 925033 from home:jubalh:branches:devel:languages:python - Update to 1.3.0: * 2cd512d: Drop Python 3.6 support * #196: Fix import constants.py import * #169: Add extra library name "cairo-2.dll" * #178: Workaround for testing date string with cairo 1.17.4 * #186: Fix link in documentation * #195: Fix typo in documentation * #184, a4fc2a7: Clean .gitignore OBS-URL: https://build.opensuse.org/request/show/925033 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cairocffi?expand=0&rev=38 --- cairocffi-1.2.0.tar.gz | 3 --- cairocffi-1.3.0.tar.gz | 3 +++ python-cairocffi.changes | 12 ++++++++++++ python-cairocffi.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 cairocffi-1.2.0.tar.gz create mode 100644 cairocffi-1.3.0.tar.gz diff --git a/cairocffi-1.2.0.tar.gz b/cairocffi-1.2.0.tar.gz deleted file mode 100644 index e5efefa..0000000 --- a/cairocffi-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a979b500c64c8179fec286f337e8fe644eca2f2cd05860ce0b62d25f22ea140 -size 70393 diff --git a/cairocffi-1.3.0.tar.gz b/cairocffi-1.3.0.tar.gz new file mode 100644 index 0000000..1d3121c --- /dev/null +++ b/cairocffi-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108a3a7cb09e203bdd8501d9baad91d786d204561bd71e9364e8b34897c47b91 +size 88784 diff --git a/python-cairocffi.changes b/python-cairocffi.changes index 75fde69..1279b78 100644 --- a/python-cairocffi.changes +++ b/python-cairocffi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 13 08:32:20 UTC 2021 - Michael Vetter + +- Update to 1.3.0: + * 2cd512d: Drop Python 3.6 support + * #196: Fix import constants.py import + * #169: Add extra library name "cairo-2.dll" + * #178: Workaround for testing date string with cairo 1.17.4 + * #186: Fix link in documentation + * #195: Fix typo in documentation + * #184, a4fc2a7: Clean .gitignore + ------------------------------------------------------------------- Sat Feb 13 22:13:03 UTC 2021 - Ben Greiner diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 13e9882..14c0e7e 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-cairocffi -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Python cairo bindings based on cffi License: BSD-3-Clause