python-PyYAML:version bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-PyYAML</Name>
|
||||
@@ -9,29 +9,45 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>programming.language.python3</PartOf>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The next generation YAML parser and emitter for Python3</Summary>
|
||||
<Description>python3-pyyaml is the next generation YAML parser and emitter for Python3.</Description>
|
||||
<Archive sha1sum="2ffa797e9ae37c7d10ef9bf5dd708d2b2a953de3" type="targz">http://pyyaml.org/download/pyyaml/PyYAML-5.1.2.tar.gz</Archive>
|
||||
<Archive sha1sum="d578323401abc8b3b47ff9d6257e5eef31798836" type="targz">https://pyyaml.org/download/pyyaml/PyYAML-5.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="0.2.2">libyaml-devel</Dependency>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python3-PyYAML</Name>
|
||||
<Summary>The next generation YAML parser and emitter for Python</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="3.6.0">python3</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||||
<Dependency>libyaml</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib/python3*</Path>
|
||||
<Path fileType="doc">/usr/share/doc/python3-PyYAML</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-01-11</Date>
|
||||
<Version>5.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>5.2</Version>
|
||||
<Comment>Version bump and rebuilt w/ py3.8.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>5.1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user