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 A7DB913835B for ; Sun, 18 Oct 2020 09:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A036E09BD; Sun, 18 Oct 2020 09:03:05 +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 D6CDEE09BD for ; Sun, 18 Oct 2020 09:03:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E5B21340F28 for ; Sun, 18 Oct 2020 09:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312E23AD for ; Sun, 18 Oct 2020 09:03:01 +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: <1603011236.b9a9a18216c739de132713edc8ae679690c09029.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.8.ebuild dev-python/uvicorn/uvicorn-0.12.1.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b9a9a18216c739de132713edc8ae679690c09029 X-VCS-Branch: dev Date: Sun, 18 Oct 2020 09:03:01 +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: 9f04f1a1-ae1e-4a6e-a874-a320069afffc X-Archives-Hash: 9098fb1b7a70d1a215ca2bb5b9c15500 Message-ID: <20201018090301.5nKiaFQvvkOBtwXRj7CTSG1Jz8AWeD8vg7nGZAsOFzs@z> commit: b9a9a18216c739de132713edc8ae679690c09029 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Oct 18 08:53:56 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Oct 18 08:53:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9a9a182 dev-python/uvicorn: version bump 0.12.1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/Manifest | 2 +- .../uvicorn/{uvicorn-0.11.8.ebuild => uvicorn-0.12.1.ebuild} | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index 3d6faf35..4ed09b82 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1 +1 @@ -DIST uvicorn-0.11.8.tar.gz 500658 BLAKE2B 91e887191683da23eda64b2c6b2e6ab0661b3c9fdb0901cf85675efeab693c59cab2fd3c995cad82d5c051d2d1d622a269c7e4a5eb9beef9362e7553c7694032 SHA512 fbf7ff9cb1d71d106082723417131e23a74c5f84d213050ac35a3ab7890699cdc2a21f0975e7f5b5ee9b403c0b58c793b2c98573be1b618c1a808a1c6bf84269 +DIST uvicorn-0.12.1.tar.gz 504451 BLAKE2B 15c86a36f80e9fd3230a7f1fce0ae60fee39387142f3f405234c0fba4a49248aa4dbe561f12910a5c7e77380d3bbd1f8a6780641fd1edb569abd502d63c1c32e SHA512 4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996 diff --git a/dev-python/uvicorn/uvicorn-0.11.8.ebuild b/dev-python/uvicorn/uvicorn-0.12.1.ebuild similarity index 82% rename from dev-python/uvicorn/uvicorn-0.11.8.ebuild rename to dev-python/uvicorn/uvicorn-0.12.1.ebuild index 70de9f76..fea003f2 100644 --- a/dev-python/uvicorn/uvicorn-0.11.8.ebuild +++ b/dev-python/uvicorn/uvicorn-0.12.1.ebuild @@ -24,13 +24,15 @@ SLOT="0" RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/h11[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] " DEPEND="test? ( - dev-python/isort[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/python-dotenv[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] - >=dev-python/wsproto-0.13.0[${PYTHON_USEDEP}] >=dev-python/websockets-8.0[${PYTHON_USEDEP}] dev-python/httptools[${PYTHON_USEDEP}] >=dev-python/watchgod-0.6[${PYTHON_USEDEP}] @@ -42,6 +44,9 @@ python_prepare_all() { # do not install LICENSE to /usr/ sed -i -e '/data_files/d' setup.py || die + # Remove pytest-cov dep + sed -i -e '21,22d' setup.cfg || die + distutils-r1_python_prepare_all }