diff --git a/Wand-0.6.6.tar.gz b/Wand-0.6.6.tar.gz deleted file mode 100644 index 71e4e36..0000000 --- a/Wand-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:540a2da5fb3ada1f0abf6968e0fa01ca7de6cd517f3be5c52d03a4fc8d54d75e -size 11477246 diff --git a/Wand-0.6.7.tar.gz b/Wand-0.6.7.tar.gz new file mode 100644 index 0000000..59ceba4 --- /dev/null +++ b/Wand-0.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc01bccc25dba68414ab55b482341f9ad2b197d7f49d5e724f339bbf63fb6db +size 11686093 diff --git a/python-Wand.changes b/python-Wand.changes index a709761..f055c50 100644 --- a/python-Wand.changes +++ b/python-Wand.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 31 10:57:14 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 0.6.7 + * Added :meth:`Image.image_add() ` method. + * Added :meth:`Image.image_get() ` method. + * Added :meth:`Image.image_remove() ` method. + * Added :meth:`Image.image_set() ` method. + * Added :meth:`Image.image_swap() ` method. + * Fixed sub-image extraction on read. [:issue:`532`] + * Fixed :attr:`~wand.image.BaseImage.background_color` attribute + when image was not read. + * [DOC] Completed :doc:`Distortion <./guide/distortion>` guide. [:issue:`534`] + * [DOC] Added :doc:`Morphology <./guide/morphology>` guide. + ------------------------------------------------------------------- Sat May 8 20:30:37 UTC 2021 - Matej Cepl diff --git a/python-Wand.spec b/python-Wand.spec index 3160fb6..045719e 100644 --- a/python-Wand.spec +++ b/python-Wand.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Wand -Version: 0.6.6 +Version: 0.6.7 Release: 0 Summary: Ctypes-based simple MagickWand API binding for Python License: MIT