From b893154452bcbb912872be99d44e6a057844f51089a002f6992961a8e1cf356e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 30 Jul 2024 12:42:18 +0000 Subject: [PATCH] Accepting request 1190285 from home:glaubitz:branches:devel:languages:python - Update to 1.26.1 * Fix Surface.set_mime_data() with Python 3.13 :pr:`366` This also fixes the test suite with Python 3.13b2. * Update vendored Windows wheel dependencies :pr:`370` OBS-URL: https://build.opensuse.org/request/show/1190285 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=30 --- pycairo-1.26.0.tar.gz | 3 --- pycairo-1.26.1.tar.gz | 3 +++ python-pycairo.changes | 8 ++++++++ python-pycairo.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 pycairo-1.26.0.tar.gz create mode 100644 pycairo-1.26.1.tar.gz diff --git a/pycairo-1.26.0.tar.gz b/pycairo-1.26.0.tar.gz deleted file mode 100644 index 05c5f52..0000000 --- a/pycairo-1.26.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb -size 346850 diff --git a/pycairo-1.26.1.tar.gz b/pycairo-1.26.1.tar.gz new file mode 100644 index 0000000..6d8d2b0 --- /dev/null +++ b/pycairo-1.26.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430 +size 346882 diff --git a/python-pycairo.changes b/python-pycairo.changes index b466a4f..4e852f7 100644 --- a/python-pycairo.changes +++ b/python-pycairo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 29 14:49:40 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 1.26.1 + * Fix Surface.set_mime_data() with Python 3.13 :pr:`366` + This also fixes the test suite with Python 3.13b2. + * Update vendored Windows wheel dependencies :pr:`370` + ------------------------------------------------------------------- Fri Mar 22 20:59:59 UTC 2024 - Dirk Müller diff --git a/python-pycairo.spec b/python-pycairo.spec index f906ae9..bf139f2 100644 --- a/python-pycairo.spec +++ b/python-pycairo.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %define oldpython python Name: python-pycairo -Version: 1.26.0 +Version: 1.26.1 Release: 0 Summary: Python Bindings for Cairo License: LGPL-2.1-or-later OR MPL-1.1