python3-httpx:ver bump

This commit is contained in:
blue-devil
2020-03-12 00:58:51 +03:00
parent 8f241a8ebb
commit c824c3eb7a
2 changed files with 16 additions and 7 deletions
@@ -5,9 +5,11 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -13,7 +13,7 @@
<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="1bef3ce1a9cf0bc0ad86219117abfab94b7a0d0d" type="targz">https://github.com/encode/httpx/archive/0.11.1.tar.gz</Archive>
<Archive sha1sum="c0b4ded45e329d407806b5c5b32c04054f961686" type="targz">https://github.com/encode/httpx/archive/0.12.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -24,15 +24,15 @@
<Name>python3-httpx</Name>
<Summary>The next generation HTTP client.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-sniffio</Dependency>
<Dependency>python3-hstspreload</Dependency>
<Dependency>python3-certifi</Dependency>
<Dependency>python3-chardet</Dependency>
<Dependency>python3-rfc3986</Dependency>
<Dependency>python3-sniffio</Dependency>
<Dependency>python3-urllib3</Dependency>
<Dependency>python3-hstspreload</Dependency>
<Dependency>python3-h11</Dependency>
<Dependency>python3-h2</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-httpx</Path>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-03-11</Date>
<Version>0.12.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-01-23</Date>
<Version>0.11.1</Version>