commit: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Jul 31 17:57:55 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Jul 31 17:57:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f8ac57d
dev-python/uvicorn: version bump
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/uvicorn/Manifest | 2 +-
.../uvicorn/{uvicorn-0.11.7.ebuild => uvicorn-0.11.8.ebuild} | 12 ++----------
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
index e27a07c..3d6faf3 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
similarity index 77%
rename from dev-python/uvicorn/uvicorn-0.11.7.ebuild
rename to dev-python/uvicorn/uvicorn-0.11.8.ebuild
index 605377a..5b595c1 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