Files
main/programming/language/python/python-urllib3/pspec.xml
T
2020-01-11 12:56:24 +00:00

56 lines
2.2 KiB
XML
Executable File

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-urllib3</Name>
<Homepage>https://github.com/shazow/urllib3</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.language.python</PartOf>
<IsA>library</IsA>
<Summary>urllib3 is a powerful, sanity-friendly HTTP client for Python.</Summary>
<Description>urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries.</Description>
<Archive sha1sum="e47468a95c66d5eed276facc776027b86b390dcf" type="targz">https://github.com/urllib3/urllib3/archive/1.25.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-urllib3</Name>
<Summary>urllib3 is a powerful, sanity-friendly HTTP client for Python.</Summary>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-urllib3</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2019-12-24</Date>
<Version>1.25.7</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2018-08-30</Date>
<Version>1.23</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-05-22</Date>
<Version>1.22</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>