diff options
author | 2020-07-31 19:57:55 +0200 | |
---|---|---|
committer | 2020-07-31 19:57:55 +0200 | |
commit | 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0 (patch) | |
tree | 4d9be1d32ea5652cffb24ac3112b68b312dab21c /dev-python | |
parent | games-util/legendary: use single python target. (diff) | |
download | guru-3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.tar.gz guru-3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.tar.bz2 guru-3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.zip |
dev-python/uvicorn: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/uvicorn/Manifest | 2 | ||||
-rw-r--r-- | dev-python/uvicorn/uvicorn-0.11.8.ebuild (renamed from dev-python/uvicorn/uvicorn-0.11.7.ebuild) | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index e27a07cad..3d6faf35f 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1 +1 @@ -DIST uvicorn-0.11.7.tar.gz 500505 BLAKE2B 4c687d3d99ff4b479f4e48b29340c920c72d6811fa847bc11e14eb716e7e29bf76882206702b284c8c973aa96eb060483d61b4d47f984e380f831db0c985e2d7 SHA512 48f407b082dea0baf9e8c32ab2bef6e119673b1490243be59df097743716d819335950f8c79accb4130a5d6359f84c88089d86ce22ed670c3bba3ed00f80af3e +DIST uvicorn-0.11.8.tar.gz 500658 BLAKE2B 91e887191683da23eda64b2c6b2e6ab0661b3c9fdb0901cf85675efeab693c59cab2fd3c995cad82d5c051d2d1d622a269c7e4a5eb9beef9362e7553c7694032 SHA512 fbf7ff9cb1d71d106082723417131e23a74c5f84d213050ac35a3ab7890699cdc2a21f0975e7f5b5ee9b403c0b58c793b2c98573be1b618c1a808a1c6bf84269 diff --git a/dev-python/uvicorn/uvicorn-0.11.7.ebuild b/dev-python/uvicorn/uvicorn-0.11.8.ebuild index 605377a33..5b595c1db 100644 --- a/dev-python/uvicorn/uvicorn-0.11.7.ebuild +++ b/dev-python/uvicorn/uvicorn-0.11.8.ebuild @@ -23,7 +23,8 @@ SLOT="0" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] - dev-python/h11[${PYTHON_USEDEP}]" + dev-python/h11[${PYTHON_USEDEP}] +" DEPEND="test? ( dev-python/isort[${PYTHON_USEDEP}] @@ -38,15 +39,6 @@ DEPEND="test? ( distutils_enable_tests pytest python_prepare_all() { - # these tests fail to collect, likely because wsproto is out of date - # ImportError: cannot import name 'ConnectionType' - rm tests/protocols/test_websocket.py || die - rm tests/protocols/test_http.py || die - - # AttributeError: module 'uvicorn.protocols.http' has no attribute 'h11_impl' - sed -i -e 's:test_concrete_http_class:_&:' \ - tests/test_config.py || die - # do not install LICENSE to /usr/ sed -i -e '/data_files/d' setup.py || die |