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 94064138359 for ; Sat, 29 Aug 2020 14:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3173E09CC; Sat, 29 Aug 2020 14:14:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AFDE9E09CD for ; Sat, 29 Aug 2020 14:14:24 +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 1EBDD340C9C for ; Sat, 29 Aug 2020 14:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F5F8343 for ; Sat, 29 Aug 2020 14:14:20 +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: <1598705623.2b73d09ec9b9f37c80a0a0e2a4c1911c73f94a29.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/curio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/curio/Manifest dev-python/curio/curio-1.2.ebuild dev-python/curio/curio-1.4.ebuild X-VCS-Directories: dev-python/curio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2b73d09ec9b9f37c80a0a0e2a4c1911c73f94a29 X-VCS-Branch: master Date: Sat, 29 Aug 2020 14:14:20 +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: 60a25efa-149d-4d2d-a597-7a65711dd9ee X-Archives-Hash: f96860948afa3a4c3dc3f9e4544eb1cb Message-ID: <20200829141420.wHLqyzf4TmjElTh1Eorgy1tWNHxCCy2Ic84DAoQaX04@z> commit: 2b73d09ec9b9f37c80a0a0e2a4c1911c73f94a29 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Aug 29 12:53:43 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Aug 29 12:53:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b73d09e dev-python/curio: version bump 1.4 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/curio/Manifest | 2 +- dev-python/curio/{curio-1.2.ebuild => curio-1.4.ebuild} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/curio/Manifest b/dev-python/curio/Manifest index 7f5647a..f9b68ba 100644 --- a/dev-python/curio/Manifest +++ b/dev-python/curio/Manifest @@ -1,2 +1,2 @@ DIST curio-0.9.tar.gz 482459 BLAKE2B 7ef65d22806eb10ee3e757dc0d63a202c13036cdb1995962e193332c50dd73585ab27449614de5995f874c03d8623ea27f967101aa99b15166d19a48f4cdaaea SHA512 a6ae4db76358536e6e299ecfa923fd63746cba4bc5374fbfdeb4127032552c960d1e199fdf17d95b039ca2bd000325c637f663007cd6850313bc00bc9a2a3d68 -DIST curio-1.2.tar.gz 228413 BLAKE2B 57dd4849a33ce8075b1f5409397abc727bb10b40d185864747d2e208b5d850286f9dc8784451d1ee8af4f28fcdb8b98d5a159a7563ae93fd30419e8938887ca3 SHA512 8a155f3d0c5512184ed4019edf5f33bfe7597ffdef1a6b19d82b42fe0317b80006d57658d69b422a320f49f9f1b6294faba6c042b7c4258538f001a9792acb8a +DIST curio-1.4.tar.gz 230144 BLAKE2B befe36251e6e9ef39cc220d383d9195e7ed4126aafe64403598b857551fe54ef6fff293e9ddb802dc155c9c6264d9f7b86e7393786b7bd1da4ca8882716a5d77 SHA512 105fe0d3edea0310b98bb93e74ca750516d9f33e4f8c3866be3e92a582485baf885fd58b007fb33c3e24b4a8e73b532f20899ed106c4a6ac23f97b444c4b3ffc diff --git a/dev-python/curio/curio-1.2.ebuild b/dev-python/curio/curio-1.4.ebuild similarity index 91% rename from dev-python/curio/curio-1.2.ebuild rename to dev-python/curio/curio-1.4.ebuild index 51ab363..55819d8 100644 --- a/dev-python/curio/curio-1.2.ebuild +++ b/dev-python/curio/curio-1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -36,6 +36,8 @@ python_prepare_all() { tests/test_queue.py || die sed -i -e 's:test_uevent_get_asyncio_set:_&:' \ -e 's:test_uevent_get_asyncio_wait:_&:' \ + -e 's:test_universal_error:_&:' \ + -e 's:test_universal_value:_&:' \ tests/test_sync.py || die distutils-r1_python_prepare_all