From ef645ab55a13950b882ce7ee83365374768214478c7cbe4c1dd7a2c01d243c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 7 Jul 2021 12:46:49 +0000 Subject: [PATCH] Accepting request 904583 from home:stroeder:python update to version 8.3.1 OBS-URL: https://build.opensuse.org/request/show/904583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=118 --- Pillow-8.3.0.tar.gz | 3 --- Pillow-8.3.1.tar.gz | 3 +++ python-Pillow.changes | 8 ++++++++ python-Pillow.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 Pillow-8.3.0.tar.gz create mode 100644 Pillow-8.3.1.tar.gz diff --git a/Pillow-8.3.0.tar.gz b/Pillow-8.3.0.tar.gz deleted file mode 100644 index 55016a7..0000000 --- a/Pillow-8.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:803606e206f3e366eea46b1e7ab4dac74cfac770d04de9c35319814e11e47c46 -size 48537313 diff --git a/Pillow-8.3.1.tar.gz b/Pillow-8.3.1.tar.gz new file mode 100644 index 0000000..cc03e79 --- /dev/null +++ b/Pillow-8.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792 +size 48724443 diff --git a/python-Pillow.changes b/python-Pillow.changes index 1b38e4e..6ba4989 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 7 12:01:43 UTC 2021 - Michael Ströder + +- update to version 8.3.1: + * Catch OSError when checking if fp is sys.stdout #5585 [radarhere] + * Handle removing orientation from alternate types of EXIF data #5584 [radarhere] + * Make Image.__array__ take optional dtype argument #5572 [t-vi, radarhere] + ------------------------------------------------------------------- Sun Jul 4 00:14:33 UTC 2021 - Arun Persaud diff --git a/python-Pillow.spec b/python-Pillow.spec index e3f1642..5b274e6 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pillow -Version: 8.3.0 +Version: 8.3.1 Release: 0 Summary: Python Imaging Library (Fork) License: HPND