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 F1DB41382C5 for ; Fri, 18 Dec 2020 16:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B73E0A6A; 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 E7DCBE0A6A for ; Fri, 18 Dec 2020 16:26:26 +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 7D9CF340CCF 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 0205CCC for ; Fri, 18 Dec 2020 16:26:24 +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: <1608303169.f5948fe2f0909c3eda4bd6aea1c68f654e4e730b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aiopg/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aiopg/Manifest dev-python/aiopg/aiopg-1.0.0.ebuild dev-python/aiopg/aiopg-1.1.0.ebuild X-VCS-Directories: dev-python/aiopg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f5948fe2f0909c3eda4bd6aea1c68f654e4e730b X-VCS-Branch: master Date: Fri, 18 Dec 2020 16:26:24 +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: 2efbda8c-6ea6-401d-92b0-9ecf0838558e X-Archives-Hash: 793cb7102d4c216b785783547a681cd6 Message-ID: <20201218162624.fygpkmrXOjRA--ItHKeTfzCb4X3CIdshRppIJzWubKY@z> commit: f5948fe2f0909c3eda4bd6aea1c68f654e4e730b Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 14:52:49 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 14:52:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5948fe2 dev-python/aiopg: version bump 1.1.0, add py3.8 and py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aiopg/Manifest | 2 +- dev-python/aiopg/{aiopg-1.0.0.ebuild => aiopg-1.1.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/aiopg/Manifest b/dev-python/aiopg/Manifest index 7465b6ef..b69212f5 100644 --- a/dev-python/aiopg/Manifest +++ b/dev-python/aiopg/Manifest @@ -1 +1 @@ -DIST aiopg-1.0.0.tar.gz 197879 BLAKE2B b2f434ff0b4fbd0de3065f04474aefeaacca3ef47635f2fdf0b0efe243eea32b9f45f4d532d698738ea7fb0fa7d45e18f2b5c276ec85a9e6859028ba686cdf3a SHA512 1947be779ad5f2a0a38a8db5318f52cf1245a24f1c73ec67453e3dfc9ec507dd5aaf95a079aabb18228ba230c71c58a072a5de48a9165ddebd82ac0207bc059b +DIST aiopg-1.1.0.tar.gz 198388 BLAKE2B 4d1894f31ebd7bfd1234415c72727fb04fceef42ef86af7198447848846aef748fc9cf03958f9e5a2e2899836f304aebc97973117e0bc53e960f14ef7d4ab299 SHA512 375a7325a84a52a6eaff51132a9c7fe8982c4f69fbf747917fbf759a0be9ca6d2a3a1d90e852fa0a0c905c6679ff0603e3c85ddae6ee38b67f702d7d79b3b153 diff --git a/dev-python/aiopg/aiopg-1.0.0.ebuild b/dev-python/aiopg/aiopg-1.1.0.ebuild similarity index 89% rename from dev-python/aiopg/aiopg-1.0.0.ebuild rename to dev-python/aiopg/aiopg-1.1.0.ebuild index 3cafad7d..960faf68 100644 --- a/dev-python/aiopg/aiopg-1.0.0.ebuild +++ b/dev-python/aiopg/aiopg-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 optfeature @@ -25,12 +25,12 @@ RESTRICT="test" RDEPEND="dev-python/psycopg[${PYTHON_USEDEP}]" DEPEND="test? ( - dev-python/coverage[${PYTHON_USEDEP}] dev-python/tox[${PYTHON_USEDEP}] dev-python/isort[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}] )" + dev-python/flake8[${PYTHON_USEDEP}] +)" pkg_postinst() { optfeature "sqlalchemy support" dev-python/sqlalchemy