From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71C79138359 for ; Fri, 31 Jul 2020 17:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F43E0BEC; Fri, 31 Jul 2020 17:58:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BBD1E0BEC for ; Fri, 31 Jul 2020 17:58:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E4F334F396 for ; Fri, 31 Jul 2020 17:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4143F275 for ; Fri, 31 Jul 2020 17:58:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1596218275.3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/Manifest dev-python/uvicorn/uvicorn-0.11.7.ebuild dev-python/uvicorn/uvicorn-0.11.8.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0 X-VCS-Branch: dev Date: Fri, 31 Jul 2020 17:58:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dd80904-49ea-4121-ac72-696ca18e41d8 X-Archives-Hash: b0f35f9043e17800989882ee27acea34 commit: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jul 31 17:57:55 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8AD5138359 for ; Fri, 31 Jul 2020 17:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DC69E0BF1; Fri, 31 Jul 2020 17:58:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 182CDE0BF1 for ; Fri, 31 Jul 2020 17:58:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367E234F396 for ; Fri, 31 Jul 2020 17:58:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE86275 for ; Fri, 31 Jul 2020 17:58:10 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1596218275.3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/uvicorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uvicorn/Manifest dev-python/uvicorn/uvicorn-0.11.7.ebuild dev-python/uvicorn/uvicorn-0.11.8.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0 X-VCS-Branch: master Date: Fri, 31 Jul 2020 17:58:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38e516f3-5db3-4eed-847a-25a4a41cefec X-Archives-Hash: e91c4fe2fa853d040c6d204a7b3fdd50 Message-ID: <20200731175810.hF5FMzGp5tSrchIxWcoIY2iNF8Gz29JviLvNnAR1sFU@z> commit: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Jul 31 17:57:55 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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