From 9574bd87be891ef67508baaf19900ddf99ec38e58e4a2f12aab5c75e416497ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jan 2020 18:48:06 +0000 Subject: [PATCH] Accepting request 764716 from home:mcalabkova:branches:devel:languages:python - update to 0.1.26 * Added some comments and docstring. Updated setup.py to Python 3.8 * Made Pillow a hard requirement for the general unit test. OBS-URL: https://build.opensuse.org/request/show/764716 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyScreeze?expand=0&rev=15 --- PyScreeze-0.1.22.tar.gz | 3 --- PyScreeze-0.1.26.tar.gz | 3 +++ python-PyScreeze.changes | 7 +++++++ python-PyScreeze.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 PyScreeze-0.1.22.tar.gz create mode 100644 PyScreeze-0.1.26.tar.gz diff --git a/PyScreeze-0.1.22.tar.gz b/PyScreeze-0.1.22.tar.gz deleted file mode 100644 index 5d46e8f..0000000 --- a/PyScreeze-0.1.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3754827173421ed73a374be3fda649d52826b57e063cb1b97be67b3c220e9b6 -size 22266 diff --git a/PyScreeze-0.1.26.tar.gz b/PyScreeze-0.1.26.tar.gz new file mode 100644 index 0000000..133266c --- /dev/null +++ b/PyScreeze-0.1.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:224963114176208eee13b0b984de1f5fdc11b7393ce48ad2b52390dc8855d346 +size 23787 diff --git a/python-PyScreeze.changes b/python-PyScreeze.changes index cbae07e..a56a171 100644 --- a/python-PyScreeze.changes +++ b/python-PyScreeze.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 15 15:02:19 UTC 2020 - Marketa Calabkova + +- update to 0.1.26 + * Added some comments and docstring. Updated setup.py to Python 3.8 + * Made Pillow a hard requirement for the general unit test. + ------------------------------------------------------------------- Tue Sep 24 09:44:59 UTC 2019 - Tomáš Chvátal diff --git a/python-PyScreeze.spec b/python-PyScreeze.spec index 19eb08f..e69d598 100644 --- a/python-PyScreeze.spec +++ b/python-PyScreeze.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyScreeze # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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-PyScreeze -Version: 0.1.22 +Version: 0.1.26 Release: 0 Summary: A screenshot Python module License: BSD-3-Clause