Files
main/programming/language/python3/python3-httpcore/pspec.xml
T
2023-10-19 10:51:59 +03:00

69 lines
2.5 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-httpcore</Name>
<Homepage>https://github.com/encode/httpcore</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>A minimal HTTP client.</Summary>
<Description>The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests.</Description>
<Archive sha1sum="282edd495a1875121bfed3a2b31aa35f1aee9321" type="targz">https://github.com/encode/httpcore/archive/0.13.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-httpcore</Name>
<Summary>The next generation HTTP client.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-sniffio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-httpcore</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-10-17</Date>
<Version>0.13.7</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-28</Date>
<Version>0.13.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-08-30</Date>
<Version>0.10.2</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-05-24</Date>
<Version>0.9.0</Version>
<Comment>First Pisi Release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>