decorator : ver.bump

This commit is contained in:
blue-devil
2020-03-05 04:06:38 +03:00
parent c4c705ebdb
commit baa53c235b
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>python-enum34</Name>
<Homepage>https://pypi.org/project/enum34/</Homepage>
<Homepage>https://bitbucket.org/stoneleaf/enum34/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.</Summary>
<Description>python-enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. tested on 2.6, 2.7, and 3.3+</Description>
<Archive sha1sum="e3d61b93264b3b5c1790aea8422fcee15ceabf60" type="targz">https://files.pythonhosted.org/packages/a7/9a/909b721496b6f3e7776345c250d55cbdbcb1302fb42cf79de0d929af74c1/enum34-1.1.8.tar.gz</Archive>
<Archive sha1sum="03b0b6ee5d046013dcd55f60a7433250e5b2cc61" type="targz">https://bitbucket.org/stoneleaf/enum34/get/1.1.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -30,6 +30,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-03-04</Date>
<Version>1.1.9</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-02-23</Date>
<Version>1.1.8</Version>