python3-enchant:ver.bump

This commit is contained in:
blue-devil
2020-03-05 12:32:44 +03:00
parent d87177ed4a
commit 8d4ceb19e3
@@ -5,31 +5,31 @@
<Name>python3-enchant</Name>
<Homepage>https://github.com/pyenchant/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="92ca797bbef9660271c3a9269ff7eb841272044d" type="targz">https://pypi.python.org/packages/9e/54/04d88a59efa33fefb88133ceb638cdf754319030c28aadc5a379d82140ed/pyenchant-2.0.0.tar.gz</Archive>
<Description>python3-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="3d9f24d74c239958a43104a40c5d8167a721041f" type="targz">https://github.com/pyenchant/pyenchant/archive/v3.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">enchant-2.patch</Patch>
<!--<Patch level="1">enchant-2.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>python3-enchant</Name>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<Summary>Python bindings for the Enchant spellchecking system</Summary>
<RuntimeDependencies>
<Dependency>enchant2</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-04</Date>
<Version>3.0.1</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-18</Date>
<Version>2.0.0</Version>