From c824c3eb7a116e588a8df0a98b7ee582cf679e55 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Thu, 12 Mar 2020 00:58:51 +0300 Subject: [PATCH] python3-httpx:ver bump --- .../language/python3/python3-httpx/actions.py | 4 +++- .../language/python3/python3-httpx/pspec.xml | 19 +++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/programming/language/python3/python3-httpx/actions.py b/programming/language/python3/python3-httpx/actions.py index cbcb8f4043..c864ec61ac 100644 --- a/programming/language/python3/python3-httpx/actions.py +++ b/programming/language/python3/python3-httpx/actions.py @@ -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") \ No newline at end of file + pythonmodules.install(pyVer="3") + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml index 343f538fef..f896c49837 100644 --- a/programming/language/python3/python3-httpx/pspec.xml +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -13,7 +13,7 @@ library The next generation HTTP client. 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. - https://github.com/encode/httpx/archive/0.11.1.tar.gz + https://github.com/encode/httpx/archive/0.12.0.tar.gz python3-setuptools python3-devel @@ -24,15 +24,15 @@ python3-httpx The next generation HTTP client. - python3 - python3-h2 - python3-h11 - python3-sniffio + python3-hstspreload python3-certifi python3-chardet python3-rfc3986 + python3-sniffio python3-urllib3 - python3-hstspreload + python3-h11 + python3-h2 + python3 /usr/share/doc/python3-httpx @@ -42,6 +42,13 @@ + + 2020-03-11 + 0.12.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 0.11.1