From 27558af7d456b5ac49d0dd0c0afcfffd1ce6145089441306876a197a948f2e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 Feb 2018 09:05:21 +0000 Subject: [PATCH] Accepting request 579240 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/579240 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagesize?expand=0&rev=7 --- imagesize-0.7.1.tar.gz | 3 --- imagesize-1.0.0.tar.gz | 3 +++ python-imagesize.changes | 20 ++++++++++++++++++++ python-imagesize.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 imagesize-0.7.1.tar.gz create mode 100644 imagesize-1.0.0.tar.gz diff --git a/imagesize-0.7.1.tar.gz b/imagesize-0.7.1.tar.gz deleted file mode 100644 index 4b1fada..0000000 --- a/imagesize-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062 -size 2871 diff --git a/imagesize-1.0.0.tar.gz b/imagesize-1.0.0.tar.gz new file mode 100644 index 0000000..9ffcd3c --- /dev/null +++ b/imagesize-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315 +size 465373 diff --git a/python-imagesize.changes b/python-imagesize.changes index 94af7d0..7409515 100644 --- a/python-imagesize.changes +++ b/python-imagesize.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Feb 23 03:57:07 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.0.0: + * Document project is stable and ready for use in production + * Skip FFC4, FFC8, FFCC markers + * Clean up all whitespace throughout project + * Include license file in the generated wheel package + * Enable pip cache in Travis CI + * Test and document all supported Python versions + * Rename [wheel] section to [bdist_wheel] as the former is legacy + * get dpi + * Add MANIFEST.in file + * Added test_suite keyword + * Created __init__.py in test directory + * Make imagesize a module + ------------------------------------------------------------------- Wed Apr 5 05:39:41 UTC 2017 - tbechtold@suse.com diff --git a/python-imagesize.spec b/python-imagesize.spec index 5b01de5..e59ac80 100644 --- a/python-imagesize.spec +++ b/python-imagesize.spec @@ -1,7 +1,7 @@ # # spec file for package python-imagesize # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-imagesize -Version: 0.7.1 +Version: 1.0.0 Release: 0 Summary: Getting image size from PNG/JPEG/JPEG2000/GIF files License: MIT