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 02E4C1382C5 for ; Wed, 17 Feb 2021 18:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F731E08BD; Wed, 17 Feb 2021 18:33:28 +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 17BFBE08BD for ; Wed, 17 Feb 2021 18:33:28 +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 D399B3418A6 for ; Wed, 17 Feb 2021 18:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488474DE for ; Wed, 17 Feb 2021 18:33:25 +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: <1613586733.551c20dabdcbc42d137b8d94ff5903e6b4895c39.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/httpcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/httpcore/Manifest dev-python/httpcore/httpcore-0.12.2.ebuild dev-python/httpcore/httpcore-0.12.3.ebuild X-VCS-Directories: dev-python/httpcore/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 551c20dabdcbc42d137b8d94ff5903e6b4895c39 X-VCS-Branch: dev Date: Wed, 17 Feb 2021 18:33:25 +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: 9bac0cdb-4e5f-4b8d-bee8-98c3befaab32 X-Archives-Hash: 66060e954161a3fb41c1559bf8eedb69 commit: 551c20dabdcbc42d137b8d94ff5903e6b4895c39 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Feb 17 18:32:13 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Feb 17 18:32:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=551c20da dev-python/httpcore: add py3.9 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/httpcore/Manifest | 2 +- .../httpcore/{httpcore-0.12.2.ebuild => httpcore-0.12.3.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/httpcore/Manifest b/dev-python/httpcore/Manifest index 83dced4a..b4f19213 100644 --- a/dev-python/httpcore/Manifest +++ b/dev-python/httpcore/Manifest @@ -1,2 +1,2 @@ DIST httpcore-0.10.1.tar.gz 42164 BLAKE2B 939dac21235f56e0d39ee4cbe7dca9f686fb086598c35d5335532baaa4fb36e904f9cb9676ba8c412deb5f560a1b379d599993148fda11e74a18a37743613ee5 SHA512 1eddc62f0b2a0c48166de0d2f1717de7db2dd1e1ae959d07ed74e19e098fb5470c4a94348d33614226671870edf134288808aea332abb71f776bb733ff26053f -DIST httpcore-0.12.2.tar.gz 56120 BLAKE2B 384f266be9aac2b92b630b008c655afbf27e9442d5ee0dd3059b29b3c36c27d973a74289fef0b391c0dabbc87c9213b18fae271e4781b7a4bb1ea9fd22f6496a SHA512 d4d172f9e5f6079a67626c324994ee4fcef86ff485e482b330ed6969eefb125a965d907a6dff2c463a54e3c8a26e82bda4742de162518810b53880e9d952c67c +DIST httpcore-0.12.3.tar.gz 57587 BLAKE2B 3c0e7a210b21e54564c4c6077fadf66344b887662c71b05a1ad4a2c0224a4d703eccdf576d4443341176edee03b6776bfd49aaef2ea2f29f02614677e1dfad85 SHA512 b31535231dc2b6a5f1c9c0c538628f75360f04b4747b447ab0a7168ed32d0eabd463335c2f7fa782dcabb4cbc32891a2839ae50e0999d5a791c01b02533d38f0 diff --git a/dev-python/httpcore/httpcore-0.12.2.ebuild b/dev-python/httpcore/httpcore-0.12.3.ebuild similarity index 94% rename from dev-python/httpcore/httpcore-0.12.2.ebuild rename to dev-python/httpcore/httpcore-0.12.3.ebuild index a59caa84..ee00ef4e 100644 --- a/dev-python/httpcore/httpcore-0.12.2.ebuild +++ b/dev-python/httpcore/httpcore-0.12.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material"