aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-10-18 09:27:16 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-10-18 09:27:16 +0200
commit158c38891e6128320e883a1427680cc03237ba60 (patch)
tree9d8e31b4d973c331b9c000af926534b96a4846ab /dev-python
parentapp-admin/customrescuecd-x86_64: version bump to 0.11.0 (diff)
downloadguru-158c38891e6128320e883a1427680cc03237ba60.tar.gz
guru-158c38891e6128320e883a1427680cc03237ba60.tar.bz2
guru-158c38891e6128320e883a1427680cc03237ba60.zip
dev-python/httpx: version bump 0.16.1
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httpx/Manifest2
-rw-r--r--dev-python/httpx/httpx-0.16.1.ebuild (renamed from dev-python/httpx/httpx-0.14.3.ebuild)6
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/httpx/Manifest b/dev-python/httpx/Manifest
index d9d64a257..b96279e4f 100644
--- a/dev-python/httpx/Manifest
+++ b/dev-python/httpx/Manifest
@@ -1,3 +1,3 @@
DIST httpx-0.11.1.tar.gz 177579 BLAKE2B a5722e997a79fd9b5c701a862abb4bf70458bf57057d2a9fb9a2dccdbbca2f4f54bf59e91437ed8ff452737a3b01d69dbf4efe3ef03d49e240bc5bf54e51ebea SHA512 4da80a0232092d2423fd95d4549df79d9885e6ce34af0480f1d5a4904c9ca0fdb725b600f603c482179ea3b7c6ee5b584a70b8c0722918ba28f1bcc5c48201ad
DIST httpx-0.13.3.tar.gz 176199 BLAKE2B d3a56c2386841909668e34eaa78d202f91ad900230b9d1d4254bfa08312312d020e081aea2839dbb57d85fa26ccfc3f093404801c4dd5c47051f3c9fd2746552 SHA512 54cdee16e8253c221c3298817ccf63a4a0d6755a86feea2aa5a2efe9af44eb1eb0a578b21f593fe28fceace17b0a0badb52a66965c35bf456ea57dd3b905ebbe
-DIST httpx-0.14.3.tar.gz 813092 BLAKE2B 9bad0aa069c2666bae778b972b2724d6868a65a870b13a490cf82f347a661f4012bd55434a9fcea6cab43bff410679f549764319018bcebb75a30bec3b132288 SHA512 8bd741f3d8211604efc0c946a06d2aae5a1c484d1057218db60711840ef00119f54c76eaf02a25f7c8820122621794e54e7f3d32b4b858e41f87af9954a58046
+DIST httpx-0.16.1.tar.gz 965347 BLAKE2B a6c5bcdda595ffcfb824194564ebd93760a9180e60665a9540fc6a2822b1be4273b940fee61cb4b49c2d97a5f4d71b1caf32deddec18d2fb636465b3868aece4 SHA512 d76b2c94c655c187ab150f20b16906034574d017a67c4a06c456d55071434cc0ba7752bdceda86aa6b1a1fe9109fa11594e4ea679cd7d2a77898fb40fa5153d3
diff --git a/dev-python/httpx/httpx-0.14.3.ebuild b/dev-python/httpx/httpx-0.16.1.ebuild
index e10a7e8b2..f3ee53154 100644
--- a/dev-python/httpx/httpx-0.14.3.ebuild
+++ b/dev-python/httpx/httpx-0.16.1.ebuild
@@ -23,7 +23,10 @@ LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
-RDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/certifi[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/hstspreload[${PYTHON_USEDEP}]
~dev-python/httpcore-0.10.1[${PYTHON_USEDEP}]
@@ -42,6 +45,7 @@ DEPEND="test? (
dev-python/isort[${PYTHON_USEDEP}]
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-trio[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]
dev-python/uvicorn[${PYTHON_USEDEP}]