python3-httpx:ver.bump:0.11.1

This commit is contained in:
blue-devil
2020-01-23 21:56:26 +03:00
parent 919de16a00
commit 0150e5ea40
@@ -8,15 +8,15 @@
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSDv3</License>
<PartOf>programming.language.python3</PartOf>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>The next generation HTTP client.</Summary>
<Description>HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2.</Description>
<Archive sha1sum="585b73af299f8dd0f2f8c77cf6b1ec4b680f649d" type="targz">https://github.com/encode/httpx/archive/0.11.0.tar.gz</Archive>
<Archive sha1sum="1bef3ce1a9cf0bc0ad86219117abfab94b7a0d0d" type="targz">https://github.com/encode/httpx/archive/0.11.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -27,7 +27,7 @@
<Dependency>python3</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-sniffio</Dependency>
<Dependency>python3-sniffio</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-chardet</Dependency>
<Dependency>python3-rfc3986</Dependency>
@@ -35,13 +35,20 @@
<Dependency>python3-hstspreload</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc/python3-httpx</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-01-23</Date>
<Version>0.11.1</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-01-15</Date>
<Version>0.11.0</Version>