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 0134E1382C5 for ; Fri, 18 Dec 2020 16:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C521E0A6D; Fri, 18 Dec 2020 16:26:27 +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 26847E0A6D for ; Fri, 18 Dec 2020 16:26:27 +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 865C2340E10 for ; Fri, 18 Dec 2020 16:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E39D6CA for ; Fri, 18 Dec 2020 16:26:23 +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: <1608302779.c374d9ad87875a0fadb14286ee2e949a8964eb24.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/Manifest dev-python/aiomysql/aiomysql-0.0.20.ebuild dev-python/aiomysql/aiomysql-0.0.21.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c374d9ad87875a0fadb14286ee2e949a8964eb24 X-VCS-Branch: master Date: Fri, 18 Dec 2020 16:26:23 +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: faf437ec-717e-42ff-a89f-5eac027150fe X-Archives-Hash: 6411fa12fe6144b205dd4f29d198b915 commit: c374d9ad87875a0fadb14286ee2e949a8964eb24 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 14:46:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 14:46:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c374d9ad dev-python/aiomysql: version bump, add py3.8 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiomysql/Manifest | 2 +- .../aiomysql/{aiomysql-0.0.20.ebuild => aiomysql-0.0.21.ebuild} | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest index 55911032..2bc4fed4 100644 --- a/dev-python/aiomysql/Manifest +++ b/dev-python/aiomysql/Manifest @@ -1 +1 @@ -DIST aiomysql-0.0.20.tar.gz 97327 BLAKE2B fddcbf669a7da14605a038dcb57ad01b32c41a5693ef1cdc6fab7c72d3eadd9e937671e82e5c6015f22ec0f1903dbaf1076adb168c799e93a1d3985e73e714c9 SHA512 d182a638675e147bac5bc82826063e67376b97a4f58963991ad1146f97fc3bda0080a42cb7f2b826fd01b43797fc105c9ead50ab3f130f2ea08127a49c868164 +DIST aiomysql-0.0.21.tar.gz 97049 BLAKE2B 58e7982139721422b39f84da550c41a9f52272981de8d913768ee3c4a5cb88dcde5df690af1e15087fe9043c721205b3ef0e2545c4af9f820dfdb7a675ce94b9 SHA512 e715c02541cadc483851b8a0e2c6f5cc5a0c499b41e785f2ab7519869d184d50c30f37e83f330f8be3494719d1a9eb64f6ce37746e9a75533f63d2f97fd3372d diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild similarity index 81% rename from dev-python/aiomysql/aiomysql-0.0.20.ebuild rename to dev-python/aiomysql/aiomysql-0.0.21.ebuild index d3d6729a..53425278 100644 --- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -23,11 +23,14 @@ RESTRICT="test" RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/docker-py[${PYTHON_USEDEP}] + dev-python/ipdb[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}] + 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 B204713835A for ; Fri, 18 Dec 2020 15:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4F2DE0956; Fri, 18 Dec 2020 15:25:39 +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 AF159E0956 for ; Fri, 18 Dec 2020 15:25:39 +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 1C57A33FE74 for ; Fri, 18 Dec 2020 15:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABB7C8 for ; Fri, 18 Dec 2020 15:25:36 +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: <1608302779.c374d9ad87875a0fadb14286ee2e949a8964eb24.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aiomysql/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiomysql/Manifest dev-python/aiomysql/aiomysql-0.0.20.ebuild dev-python/aiomysql/aiomysql-0.0.21.ebuild X-VCS-Directories: dev-python/aiomysql/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c374d9ad87875a0fadb14286ee2e949a8964eb24 X-VCS-Branch: dev Date: Fri, 18 Dec 2020 15:25:36 +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: e93d8579-7e82-4070-9042-7d2d2217c8f3 X-Archives-Hash: 5bbbda41d6c80b40c09fa79932573b96 Message-ID: <20201218152536.HmOUgic-aWZkr-sC4RlqW9nq0Il10n-Xmr4EcYbzI2U@z> commit: c374d9ad87875a0fadb14286ee2e949a8964eb24 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 14:46:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 14:46:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c374d9ad dev-python/aiomysql: version bump, add py3.8 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiomysql/Manifest | 2 +- .../aiomysql/{aiomysql-0.0.20.ebuild => aiomysql-0.0.21.ebuild} | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-python/aiomysql/Manifest b/dev-python/aiomysql/Manifest index 55911032..2bc4fed4 100644 --- a/dev-python/aiomysql/Manifest +++ b/dev-python/aiomysql/Manifest @@ -1 +1 @@ -DIST aiomysql-0.0.20.tar.gz 97327 BLAKE2B fddcbf669a7da14605a038dcb57ad01b32c41a5693ef1cdc6fab7c72d3eadd9e937671e82e5c6015f22ec0f1903dbaf1076adb168c799e93a1d3985e73e714c9 SHA512 d182a638675e147bac5bc82826063e67376b97a4f58963991ad1146f97fc3bda0080a42cb7f2b826fd01b43797fc105c9ead50ab3f130f2ea08127a49c868164 +DIST aiomysql-0.0.21.tar.gz 97049 BLAKE2B 58e7982139721422b39f84da550c41a9f52272981de8d913768ee3c4a5cb88dcde5df690af1e15087fe9043c721205b3ef0e2545c4af9f820dfdb7a675ce94b9 SHA512 e715c02541cadc483851b8a0e2c6f5cc5a0c499b41e785f2ab7519869d184d50c30f37e83f330f8be3494719d1a9eb64f6ce37746e9a75533f63d2f97fd3372d diff --git a/dev-python/aiomysql/aiomysql-0.0.20.ebuild b/dev-python/aiomysql/aiomysql-0.0.21.ebuild similarity index 81% rename from dev-python/aiomysql/aiomysql-0.0.20.ebuild rename to dev-python/aiomysql/aiomysql-0.0.21.ebuild index d3d6729a..53425278 100644 --- a/dev-python/aiomysql/aiomysql-0.0.20.ebuild +++ b/dev-python/aiomysql/aiomysql-0.0.21.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 @@ -23,11 +23,14 @@ RESTRICT="test" RDEPEND=">=dev-python/pymysql-0.9.0[${PYTHON_USEDEP}]" DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/docker-py[${PYTHON_USEDEP}] + dev-python/ipdb[${PYTHON_USEDEP}] dev-python/flake8[${PYTHON_USEDEP}] +