14
0

- 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
This commit is contained in:
2023-07-25 18:30:53 +00:00
committed by Git OBS Bridge
parent 2ff381450f
commit a64f479cff
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 25 18:29:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>