Marcel Telka
2023-11-25 d050a371da5bed41113dec471c16239f30f6eb00
python/httpx: update to 0.25.2

2 files modified
14 ■■■■ changed files
components/python/httpx/Makefile 8 ●●●● patch | view | raw | blame | history
components/python/httpx/patches/01-no-trio.patch 6 ●●●● patch | view | raw | blame | history
components/python/httpx/Makefile
@@ -19,17 +19,17 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        httpx
HUMAN_VERSION =            0.25.1
HUMAN_VERSION =            0.25.2
COMPONENT_SUMMARY =        httpx - The next generation HTTP client.
COMPONENT_PROJECT_URL =        https://github.com/encode/httpx
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/1c/fe/c0523094193929a68b288e0ae3eb865725f1ee9faca0f21693a86e96c943/httpx-0.25.1.tar.gz
    https://files.pythonhosted.org/packages/8c/23/911d93a022979d3ea295f659fbe7edb07b3f4561a477e83b3a6d0e0c914e/httpx-0.25.2.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:ffd96d5cf901e63863d9f1b4b6807861dbea4d301613415d9e6e57ead15fc5d0
    sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE.md
TEST_STYLE = none
TEST_STYLE = pytest
include $(WS_MAKE_RULES)/common.mk
components/python/httpx/patches/01-no-trio.patch
@@ -1,8 +1,8 @@
We have no trio pacakged yet.
--- httpx-0.25.1/pyproject.toml.orig
+++ httpx-0.25.1/pyproject.toml
@@ -118,8 +118,6 @@
--- httpx-0.25.2/pyproject.toml.orig
+++ httpx-0.25.2/pyproject.toml
@@ -119,8 +119,6 @@
 filterwarnings = [
   "error",
   "ignore: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.:RuntimeWarning",