Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-01-03 14:35:02 +00:00
4 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
DIST hstspreload-2020.11.21.tar.gz 978263 BLAKE2B 177e7ff458c16eb4af4c888894569bb6783ecd00714e5ca536ae744e0e66bdafae70c70c5b1f4a8f33ca78da14eac9b311442ceed3c35f28ed46882dc4be5749 SHA512 d4444f8de8f081fccbdf8f03a6dea5be3839c46319e84199b21ff2cbcdb17038009b5c015aa156839aaa33d423d6360b0ae9fd82b724444236c430ac8c0e7382
DIST hstspreload-2020.12.22.tar.gz 992297 BLAKE2B a9695c15ec624fd8322ac713a05109d5a1921abca6e37846357c9dec96f5f55cd8ecefdd915416f0ef88e42913999b946e18012d0df925e58b496d6822c0dbb8 SHA512 19e92c4f4f0d3d9693f4540ce6c730b748eecbdb75b05ba7b25d64cef7afe0c6c8477c7b0a35bb8b8105269689e7dae6b1ff109e953b4aac375fb9903e4ffaf6

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

View File

@@ -1 +1 @@
DIST uvicorn-0.13.1.tar.gz 506827 BLAKE2B bded67c6bbf0e4be456acc0f4303ad29160002bc38e8ebef2fe545f0204d80dbdc813983169c1c42bb78251e4e0f585ac67b8a10a0f740b95731836c8ebb3d1f SHA512 a8ad800c6fc96137bb8cc444fd55d2bea3b7f63c3cee9db6662c73be9a01437805342ae909029bd5b9163643ce1648ee447264b2c51fd1706aa00a0fea089185
DIST uvicorn-0.13.3.tar.gz 506306 BLAKE2B cd7d92a2c88ad00776eca3343e322c75207ea7948c5f3f27d91b241af826cdc597d05919acc33e5bdb37357cfb2fd0895cb2874a9cdaecaaa79b77e555110757 SHA512 c332f4a766e42a042068b2a7aa10dfde66b2a84a5c7101a0523d64c1883275597b17fa73fef54f0144f1b8612777e89867933582922ae0ec684fb0aa7090eca9

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,6 +28,7 @@ RDEPEND="
"
BDEPEND="test? (
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/colorama-0.4[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-0.13[${PYTHON_USEDEP}]
@@ -37,6 +38,7 @@ BDEPEND="test? (
>=dev-python/websockets-8.0[${PYTHON_USEDEP}]
>=dev-python/httptools-0.1[${PYTHON_USEDEP}]
<dev-python/httptools-0.2[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]
>=dev-python/watchgod-0.6[${PYTHON_USEDEP}]
<dev-python/watchgod-0.7[${PYTHON_USEDEP}]
dev-python/wsproto[${PYTHON_USEDEP}]