python-click: ver bump

This commit is contained in:
blue-devil
2020-05-25 00:44:04 +03:00
parent 5511d9ba75
commit c483b00be9
2 changed files with 12 additions and 5 deletions
@@ -4,9 +4,9 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile()
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Python composable command line interface toolkit</Summary>
<Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
<Archive sha1sum="8d906f756ba7cc44271de41f6fa079e6f9b710fc" type="targz">https://github.com/pallets/click/archive/7.1.1.tar.gz</Archive>
<Archive sha1sum="df5cae0c0df77aef5890b35247eff1ff5890d873" type="targz">https://github.com/pallets/click/archive/7.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,12 +24,19 @@
<Name>python-click</Name>
<Summary>Python composable command line interface toolkit</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/python-click</Path>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-click</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-05-24</Date>
<Version>7.1.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-03-11</Date>
<Version>7.1.1</Version>