diff --git a/programming/language/python3/python3-httpx/actions.py b/programming/language/python3/python3-httpx/actions.py index c864ec61ac..71bd0c8fff 100644 --- a/programming/language/python3/python3-httpx/actions.py +++ b/programming/language/python3/python3-httpx/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml index 7a085cf709..44bad05afe 100644 --- a/programming/language/python3/python3-httpx/pspec.xml +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -13,10 +13,10 @@ 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.12.1.tar.gz + https://github.com/encode/httpx/archive/0.13.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,24 +24,30 @@ python3-httpx The next generation HTTP client. - python3-hstspreload + python3 python3-certifi python3-chardet python3-rfc3986 python3-sniffio python3-urllib3 - python3-h11 - python3-h2 - python3 + python3-httpcore + python3-hstspreload - /usr/share/doc/python3-httpx - /usr/lib/python3* /usr/share/man + /usr/lib/python3* + /usr/share/doc/python3-httpx + + 2020-05-24 + 0.13.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 0.12.1