14
0
forked from pool/python-pyvips

- update to 2.2.3:

* Fix -Wincompatible-function-pointer-types warning on Clang
  * Fix flake8 warnings
  * new_from_source keeps a ref to the source
  * improve generation of enums.py
  * Ensure compatibility with a single shared libvips library

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvips?expand=0&rev=7
This commit is contained in:
2024-06-06 20:12:55 +00:00
committed by Git OBS Bridge
parent c3ac474a9a
commit 17e081643e
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 6 20:11:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.2.3:
* Fix -Wincompatible-function-pointer-types warning on Clang
* Fix flake8 warnings
* new_from_source keeps a ref to the source
* improve generation of enums.py
* Ensure compatibility with a single shared libvips library
-------------------------------------------------------------------
Fri Jan 5 17:10:09 UTC 2024 - Dirk Müller <dmueller@suse.com>