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 2C2DA138359 for ; Thu, 22 Oct 2020 14:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46C7FE085E; Thu, 22 Oct 2020 14:39:25 +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 2F838E085E for ; Thu, 22 Oct 2020 14:39:25 +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 0ED2533BF36 for ; Thu, 22 Oct 2020 14:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8446739F for ; Thu, 22 Oct 2020 14:39:21 +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: <1603375061.d9ee2f681b93dfd6d732ab7fa28338f0df50e167.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.12.1.ebuild dev-python/uvicorn/uvicorn-0.12.2.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d9ee2f681b93dfd6d732ab7fa28338f0df50e167 X-VCS-Branch: dev Date: Thu, 22 Oct 2020 14:39:21 +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: d897cf40-0a23-490b-846a-344704b05b14 X-Archives-Hash: 94846a9ba1086a208d5d30db08afc8ca commit: d9ee2f681b93dfd6d732ab7fa28338f0df50e167 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Oct 22 13:57:41 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Oct 22 13:57:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9ee2f68 dev-python/uvicorn: version bump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/Manifest | 2 +- dev-python/uvicorn/{uvicorn-0.12.1.ebuild => uvicorn-0.12.2.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index 4ed09b82..d266cfaa 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1 +1 @@ -DIST uvicorn-0.12.1.tar.gz 504451 BLAKE2B 15c86a36f80e9fd3230a7f1fce0ae60fee39387142f3f405234c0fba4a49248aa4dbe561f12910a5c7e77380d3bbd1f8a6780641fd1edb569abd502d63c1c32e SHA512 4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996 +DIST uvicorn-0.12.2.tar.gz 503530 BLAKE2B ab2b4e0a256127430f19f75431ca15652ad28d7d525e1ae00dc6c4d61a4c5affec6800e5ad4823954996d3d390c339f63502d9002fd9e5a8377055e0ee86e9ca SHA512 cc94f9482f4417c6cc79283c0ae1b9d658df9131f3d70d52ae4f1c03fdd7aef28ed902a722827529cb97e302f90bfe208d966546f6484bc01762e8f691121c49 diff --git a/dev-python/uvicorn/uvicorn-0.12.1.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild similarity index 94% rename from dev-python/uvicorn/uvicorn-0.12.1.ebuild rename to dev-python/uvicorn/uvicorn-0.12.2.ebuild index fea003f2..203ea418 100644 --- a/dev-python/uvicorn/uvicorn-0.12.1.ebuild +++ b/dev-python/uvicorn/uvicorn-0.12.2.ebuild @@ -27,15 +27,17 @@ RDEPEND=" dev-python/typing-extensions[${PYTHON_USEDEP}] " -DEPEND="test? ( +BDEPEND="test? ( dev-python/colorama[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] >=dev-python/websockets-8.0[${PYTHON_USEDEP}] dev-python/httptools[${PYTHON_USEDEP}] >=dev-python/watchgod-0.6[${PYTHON_USEDEP}] + dev-python/wsproto[${PYTHON_USEDEP}] )" distutils_enable_tests pytest 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 3A558138359 for ; Thu, 22 Oct 2020 14:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85951E0823; Thu, 22 Oct 2020 14:41:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6E425E0823 for ; Thu, 22 Oct 2020 14:41:37 +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 46BA2340831 for ; Thu, 22 Oct 2020 14:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCC5F39F for ; Thu, 22 Oct 2020 14:41:34 +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: <1603375061.d9ee2f681b93dfd6d732ab7fa28338f0df50e167.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.12.1.ebuild dev-python/uvicorn/uvicorn-0.12.2.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d9ee2f681b93dfd6d732ab7fa28338f0df50e167 X-VCS-Branch: master Date: Thu, 22 Oct 2020 14:41:34 +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: 706ef469-429e-4306-96c7-e6dc3512890d X-Archives-Hash: d7d7b3aae97039fc59a7517a680fcfbc Message-ID: <20201022144134.Z9f4RxtAzQKCvKE6opN642Jto_qvkxKL2MyBAP9FFAw@z> commit: d9ee2f681b93dfd6d732ab7fa28338f0df50e167 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Oct 22 13:57:41 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Oct 22 13:57:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9ee2f68 dev-python/uvicorn: version bump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/uvicorn/Manifest | 2 +- dev-python/uvicorn/{uvicorn-0.12.1.ebuild => uvicorn-0.12.2.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest index 4ed09b82..d266cfaa 100644 --- a/dev-python/uvicorn/Manifest +++ b/dev-python/uvicorn/Manifest @@ -1 +1 @@ -DIST uvicorn-0.12.1.tar.gz 504451 BLAKE2B 15c86a36f80e9fd3230a7f1fce0ae60fee39387142f3f405234c0fba4a49248aa4dbe561f12910a5c7e77380d3bbd1f8a6780641fd1edb569abd502d63c1c32e SHA512 4aeb153ad9a30645d64449a7068cde90fefe5c54a7f4fb947659978c454f194910a6a709e66d9f085e80bd2d5151a94eb8d953d86f3b825588b0eedc1dda1996 +DIST uvicorn-0.12.2.tar.gz 503530 BLAKE2B ab2b4e0a256127430f19f75431ca15652ad28d7d525e1ae00dc6c4d61a4c5affec6800e5ad4823954996d3d390c339f63502d9002fd9e5a8377055e0ee86e9ca SHA512 cc94f9482f4417c6cc79283c0ae1b9d658df9131f3d70d52ae4f1c03fdd7aef28ed902a722827529cb97e302f90bfe208d966546f6484bc01762e8f691121c49 diff --git a/dev-python/uvicorn/uvicorn-0.12.1.ebuild b/dev-python/uvicorn/uvicorn-0.12.2.ebuild similarity index 94% rename from dev-python/uvicorn/uvicorn-0.12.1.ebuild rename to dev-python/uvicorn/uvicorn-0.12.2.ebuild index fea003f2..203ea418 100644 --- a/dev-python/uvicorn/uvicorn-0.12.1.ebuild +++ b/dev-python/uvicorn/uvicorn-0.12.2.ebuild @@ -27,15 +27,17 @@ RDEPEND=" dev-python/typing-extensions[${PYTHON_USEDEP}] " -DEPEND="test? ( +BDEPEND="test? ( dev-python/colorama[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/trustme[${PYTHON_USEDEP}] >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] >=dev-python/websockets-8.0[${PYTHON_USEDEP}] dev-python/httptools[${PYTHON_USEDEP}] >=dev-python/watchgod-0.6[${PYTHON_USEDEP}] + dev-python/wsproto[${PYTHON_USEDEP}] )" distutils_enable_tests pytest