python3-packaging:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:00:31 +03:00
parent 6d1ed79670
commit ead0d705a4
3 changed files with 16 additions and 13 deletions
@@ -10,10 +10,10 @@
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apache</License>
<IsA>app:console</IsA>
<Summary>Core utilities for Python packages</Summary>
<Description>Core utilities for Python packages</Description>
<Archive sha1sum="14f60518ca7e4168f64fb3d652591c63ee8c8ca1" type="targz">https://github.com/pypa/packaging/archive/20.1.tar.gz</Archive>
<IsA>library</IsA>
<Summary>Core utilities for Python packages.</Summary>
<Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description>
<Archive sha1sum="27f7a52888a4f6671d6539f010d77e84ed6c80b1" type="targz">https://github.com/pypa/packaging/archive/20.3.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
@@ -21,17 +21,24 @@
<Package>
<Name>python3-packaging</Name>
<Summary>Core utilities for Python packages</Summary>
<Summary>Core utilities for Python packages.</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.8.0">python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-packaging</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-03-11</Date>
<Version>20.3</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-01-29</Date>
<Version>20.1</Version>