python3-setuptools:ver.bump
This commit is contained in:
@@ -11,9 +11,10 @@
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<License>PSF-2.2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Python setuptools</Summary>
|
||||
<Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
|
||||
<Archive sha1sum="a9abdc304516a2c8b866408c89c78406cd1abd8d" type="targz">https://github.com/pypa/setuptools/archive/v46.1.3.tar.gz</Archive>
|
||||
<Description>python3-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
|
||||
<Archive sha1sum="163b89f399eec1d89f55db80ffed3fc18ca6f07c" type="targz">https://github.com/pypa/setuptools/archive/v46.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<!--<Dependency>python3-six</Dependency>-->
|
||||
@@ -28,13 +29,20 @@
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="16">
|
||||
<Date>2020-05-24</Date>
|
||||
<Version>46.4.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2020-05-01</Date>
|
||||
<Version>46.1.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user