python-imagesize: version bump

This commit is contained in:
blue-devil
2019-12-29 00:32:58 +00:00
parent a40c21e730
commit 16f309c7e8
2 changed files with 11 additions and 8 deletions
@@ -4,10 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def build():
@@ -16,4 +14,4 @@ def build():
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*", "README*")
pisitools.dodoc("LICENSE*")
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
<Description>This module analyzes jpeg/jpeg2000/png/gif image header and return image size.</Description>
<Archive sha1sum="48b7277a450654db77dc956812020525f5e478c8" type="targz">https://files.pythonhosted.org/packages/41/f5/3cf63735d54aa9974e544aa25858d8f9670ac5b4da51020bbfc6aaade741/imagesize-1.1.0.tar.gz</Archive>
<Archive sha1sum="b88a92cabe93b5a53faacb1cff4e50f8a2d9427a" type="targz">https://files.pythonhosted.org/packages/e4/9f/0452b459c8ba97e07c3cd2bd243783936a992006cf4cd1353c314a927028/imagesize-1.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -21,9 +21,7 @@
<Package>
<Name>python-imagesize</Name>
<RuntimeDependencies>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
@@ -32,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2019-12-29</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2019-10-03</Date>
<Version>1.1.0</Version>