diff --git a/python-pyvips.changes b/python-pyvips.changes index ced9521..34a32b3 100644 --- a/python-pyvips.changes +++ b/python-pyvips.changes @@ -1,10 +1,22 @@ +------------------------------------------------------------------- +Fri Jan 5 17:10:09 UTC 2024 - Dirk Müller + +- 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 - 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 diff --git a/python-pyvips.spec b/python-pyvips.spec index b258413..14fabf0 100644 --- a/python-pyvips.spec +++ b/python-pyvips.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvips # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyvips -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: Python bindings for VIPS image processing library License: MIT diff --git a/pyvips-2.2.1.tar.gz b/pyvips-2.2.1.tar.gz deleted file mode 100644 index 309472b..0000000 --- a/pyvips-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b51dbb45b057a282925015d540c5597560993e2986df20a778646a6b37e7cbb5 -size 633604 diff --git a/pyvips-2.2.2.tar.gz b/pyvips-2.2.2.tar.gz new file mode 100644 index 0000000..9f4fa32 --- /dev/null +++ b/pyvips-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa169f2130e8f9d9b0d442fad10a70ff1c3d1bb6add099ce058987faa1f6829 +size 51306