14
0
forked from pool/python-pyvips

- update to 2.2.2:

* fix with libvips nodeprecated
  * update README notes for py3.8+ on win
  * fix VipsObect.print_all()
  * add split, join, annotate animation examples
  * work around broken ffi bool type
  * flag classes are now integer-valued so you can OR them
  * update docs for 8.15
  update for libvips 8.13 [jcupitt]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyvips?expand=0&rev=5
This commit is contained in:
2024-01-05 17:11:32 +00:00
committed by Git OBS Bridge
parent 95ed75dbeb
commit c3ac474a9a
4 changed files with 18 additions and 6 deletions

View File

@@ -1,10 +1,22 @@
-------------------------------------------------------------------
Fri Jan 5 17:10:09 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.2.2:
* fix with libvips nodeprecated
* update README notes for py3.8+ on win
* fix VipsObect.print_all()
* add split, join, annotate animation examples
* work around broken ffi bool type
* flag classes are now integer-valued so you can OR them
* update docs for 8.15
-------------------------------------------------------------------
Fri Oct 7 03:38:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Version 2.2.1 (released 12 Jun 2022)
add seek and end handlers for TargetCustom [jcupitt]
add block_untrusted_set, operation_block_set [jcupitt]
update for libvips 8.13 [jcupitt]
update for libvips 8.13 [jcupitt]
-------------------------------------------------------------------
Thu May 7 17:52:59 UTC 2020 - aloisio@gmx.com