From a64f479cff3863d39595f3c236881a67ed89b689e8aecbe34056c2165cbd83ea Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 25 Jul 2023 18:30:53 +0000 Subject: [PATCH] - update to 1.24.0: * Dropped Python 3.7 support * Bumped meson version requirement from 0.53.0 to 0.56.0 * Various cairo dependency updates for the Windows wheel build * Various code cleanups :pr:`306` * Added Python 3.12 Windows wheels OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycairo?expand=0&rev=24 --- pycairo-1.23.0.tar.gz | 3 --- pycairo-1.24.0.tar.gz | 3 +++ python-pycairo.changes | 10 ++++++++++ python-pycairo.spec | 3 +-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pycairo-1.23.0.tar.gz create mode 100644 pycairo-1.24.0.tar.gz diff --git a/pycairo-1.23.0.tar.gz b/pycairo-1.23.0.tar.gz deleted file mode 100644 index 0ebf1ad..0000000 --- a/pycairo-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c -size 344623 diff --git a/pycairo-1.24.0.tar.gz b/pycairo-1.24.0.tar.gz new file mode 100644 index 0000000..fba2009 --- /dev/null +++ b/pycairo-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1444d52f1bb4cc79a4a0c0fe2ccec4bd78ff885ab01ebe1c0f637d8392bcafb6 +size 344850 diff --git a/python-pycairo.changes b/python-pycairo.changes index 0c2aa6f..1c5db06 100644 --- a/python-pycairo.changes +++ b/python-pycairo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 25 18:29:50 UTC 2023 - Dirk Müller + +- update to 1.24.0: + * Dropped Python 3.7 support + * Bumped meson version requirement from 0.53.0 to 0.56.0 + * Various cairo dependency updates for the Windows wheel build + * Various code cleanups :pr:`306` + * Added Python 3.12 Windows wheels + ------------------------------------------------------------------- Tue Apr 25 12:00:14 UTC 2023 - Matej Cepl diff --git a/python-pycairo.spec b/python-pycairo.spec index 49ee4cc..6cfaf45 100644 --- a/python-pycairo.spec +++ b/python-pycairo.spec @@ -16,11 +16,10 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} %define oldpython python Name: python-pycairo -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Python Bindings for Cairo License: LGPL-2.1-or-later OR MPL-1.1