15
0

Accepting request 579326 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/579326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imagesize?expand=0&rev=4
This commit is contained in:
2018-02-25 11:16:55 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ab2c62b87987e3252f89d30b7cedbec12a01af9274af9ffa48108f2c13c6062
size 2871

3
imagesize-1.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b326e4678b6925158ccc66a9fa3122b6106d7c876ee32d7de6ce59385b96315
size 465373

View File

@@ -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

View File

@@ -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