Merge pull request #1018 from blue-devil/master

python-imagesize: version bump
This commit is contained in:
2019-12-29 14:41:02 +03:00
committed by GitHub
2 changed files with 11 additions and 8 deletions
@@ -4,10 +4,8 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build(): def build():
@@ -16,4 +14,4 @@ def build():
def install(): def install():
pythonmodules.install() pythonmodules.install()
pisitools.dodoc("LICENSE*", "README*") pisitools.dodoc("LICENSE*")
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary> <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> <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> <BuildDependencies>
<Dependency>python-devel</Dependency> <Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency> <Dependency>python-setuptools</Dependency>
@@ -21,9 +21,7 @@
<Package> <Package>
<Name>python-imagesize</Name> <Name>python-imagesize</Name>
<RuntimeDependencies> <Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
@@ -32,6 +30,13 @@
</Package> </Package>
<History> <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"> <Update release="3">
<Date>2019-10-03</Date> <Date>2019-10-03</Date>
<Version>1.1.0</Version> <Version>1.1.0</Version>