123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-packaging</Name>
- <Homepage>https://github.com/pypa/packaging</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>Apache</License>
- <IsA>library</IsA>
- <Summary>Core utilities for Python packages</Summary>
- <Description>Core utilities for Python packages</Description>
- <Archive sha1sum="984879451ca62c0845139331678246ec85de6a3b" type="targz">https://github.com/pypa/packaging/archive/20.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
-
- <Package>
- <Name>python-packaging</Name>
- <Summary>Core utilities for Python packages</Summary>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-packaging</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-05-24</Date>
- <Version>20.4</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="4">
- <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="3">
- <Date>2020-01-29</Date>
- <Version>20.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="2">
- <Date>2020-01-23</Date>
- <Version>20.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-12-30</Date>
- <Version>19.2</Version>
- <Comment>First Release</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- </History>
- </PISI>
|