python3-imagesize:version bump

This commit is contained in:
blue-devil
2020-01-10 21:32:35 +00:00
parent 9c6445a2ca
commit 79f7fb787d
2 changed files with 17 additions and 10 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(pyVer="3") pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*", "README*") pisitools.dodoc("LICENSE*")
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>python3-imagesize</Name> <Name>python3-imagesize</Name>
@@ -9,29 +9,38 @@
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>BSD</License> <License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<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="fb4b40f8e920bc3fb6c6cbda32708e6ce0ddd0ce" type="targz">https://files.pythonhosted.org/packages/c6/3f/1db2da33804e8d7ef3a868b27b7bdc1aae6a4f693f0162d2aeeaf503864f/imagesize-1.0.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>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>python3-imagesize</Name> <Name>python3-imagesize</Name>
<Summary>Getting image size from png/jpeg/jpeg2000/gif file.</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3</Dependency>
</RuntimeDependencies> </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/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc/python3-imagesize</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2019-12-30</Date>
<Version>1.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2019-01-28</Date> <Date>2019-01-28</Date>
<Version>1.0.0</Version> <Version>1.0.0</Version>