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 BE2DE138359 for ; Sun, 9 Aug 2020 21:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEEB1E083D; Sun, 9 Aug 2020 21:00:36 +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 9698CE083D for ; Sun, 9 Aug 2020 21:00:36 +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 4061534F2B7 for ; Sun, 9 Aug 2020 21:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDD3E2CC for ; Sun, 9 Aug 2020 21:00:22 +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: <1597006813.17b347f19b56d40b7776b4099d2ce5ddaf7c7c48.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/Manifest dev-python/aspectlib/aspectlib-1.5.0.ebuild dev-python/aspectlib/aspectlib-1.5.1.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17b347f19b56d40b7776b4099d2ce5ddaf7c7c48 X-VCS-Branch: dev Date: Sun, 9 Aug 2020 21:00:22 +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: 16958e00-bf8f-4f36-b3c4-3586b157e187 X-Archives-Hash: 340bf4101965534699b3f97191d9212b commit: 17b347f19b56d40b7776b4099d2ce5ddaf7c7c48 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Aug 9 21:00:13 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Aug 9 21:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17b347f1 dev-python/aspectlib: version bump, add py3_9 tests require older version of tornado, but the only version left in ::gentoo that satisfies that is py3_6 only Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aspectlib/Manifest | 2 +- .../aspectlib/{aspectlib-1.5.0.ebuild => aspectlib-1.5.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 1d8a9ee..b2b2f9b 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1 +1 @@ -DIST aspectlib-1.5.0.tar.gz 155744 BLAKE2B 9695f2b55634c8080385302f3b35bea2d84c69a593dc62544dafd02f41468f54aee54f1da485e6a963c389dbed40e85d81cdd04d693e8d298761064a72cd9a64 SHA512 313e383d44b8ebbfcb3e657512280ce8a0919dd4736dd058282788ea1c0711c6a33cb9ceecbc711368abda438be515a5579bbd4d31a629208e320be3e7e39381 +DIST aspectlib-1.5.1.tar.gz 155737 BLAKE2B 1f3728a77389c271e8cc9c2ab8cd6d6c16fb05323d3c85a25bd9db34f84046f18503015fa6d4d2e85e89b92880bf37b197191b034205ed145d535c6456b02215 SHA512 24e700a14096042f2382910eb1245a9b64d99670c8bd60e2df4afe41113e8f813633bae10c8c2487c52c556f537a77ee43f6672a00af1f05d2ed4a129a92332e diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.1.ebuild similarity index 91% rename from dev-python/aspectlib/aspectlib-1.5.0.ebuild rename to dev-python/aspectlib/aspectlib-1.5.1.ebuild index e33b581..486af14 100644 --- a/dev-python/aspectlib/aspectlib-1.5.0.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -29,7 +29,7 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${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 72D0613835A for ; Sun, 9 Aug 2020 21:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA449E0863; Sun, 9 Aug 2020 21:00:36 +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 CE38CE0863 for ; Sun, 9 Aug 2020 21:00:36 +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 4205E34F2D4 for ; Sun, 9 Aug 2020 21:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18AB0310 for ; Sun, 9 Aug 2020 21:00:29 +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: <1597006813.17b347f19b56d40b7776b4099d2ce5ddaf7c7c48.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/aspectlib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/aspectlib/Manifest dev-python/aspectlib/aspectlib-1.5.0.ebuild dev-python/aspectlib/aspectlib-1.5.1.ebuild X-VCS-Directories: dev-python/aspectlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 17b347f19b56d40b7776b4099d2ce5ddaf7c7c48 X-VCS-Branch: master Date: Sun, 9 Aug 2020 21:00:29 +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: 68d73fa6-b13d-4a2e-bed7-762c46013a71 X-Archives-Hash: efbfbc798e04b0435f6f1328513ab105 Message-ID: <20200809210029.VQG__RchDEz4wJQPS9zqtIIUYKAn_T3TDH0TDvcQByU@z> commit: 17b347f19b56d40b7776b4099d2ce5ddaf7c7c48 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Aug 9 21:00:13 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Aug 9 21:00:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17b347f1 dev-python/aspectlib: version bump, add py3_9 tests require older version of tornado, but the only version left in ::gentoo that satisfies that is py3_6 only Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/aspectlib/Manifest | 2 +- .../aspectlib/{aspectlib-1.5.0.ebuild => aspectlib-1.5.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/aspectlib/Manifest b/dev-python/aspectlib/Manifest index 1d8a9ee..b2b2f9b 100644 --- a/dev-python/aspectlib/Manifest +++ b/dev-python/aspectlib/Manifest @@ -1 +1 @@ -DIST aspectlib-1.5.0.tar.gz 155744 BLAKE2B 9695f2b55634c8080385302f3b35bea2d84c69a593dc62544dafd02f41468f54aee54f1da485e6a963c389dbed40e85d81cdd04d693e8d298761064a72cd9a64 SHA512 313e383d44b8ebbfcb3e657512280ce8a0919dd4736dd058282788ea1c0711c6a33cb9ceecbc711368abda438be515a5579bbd4d31a629208e320be3e7e39381 +DIST aspectlib-1.5.1.tar.gz 155737 BLAKE2B 1f3728a77389c271e8cc9c2ab8cd6d6c16fb05323d3c85a25bd9db34f84046f18503015fa6d4d2e85e89b92880bf37b197191b034205ed145d535c6456b02215 SHA512 24e700a14096042f2382910eb1245a9b64d99670c8bd60e2df4afe41113e8f813633bae10c8c2487c52c556f537a77ee43f6672a00af1f05d2ed4a129a92332e diff --git a/dev-python/aspectlib/aspectlib-1.5.0.ebuild b/dev-python/aspectlib/aspectlib-1.5.1.ebuild similarity index 91% rename from dev-python/aspectlib/aspectlib-1.5.0.ebuild rename to dev-python/aspectlib/aspectlib-1.5.1.ebuild index e33b581..486af14 100644 --- a/dev-python/aspectlib/aspectlib-1.5.0.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend @@ -29,7 +29,7 @@ DEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/process-tests[${PYTHON_USEDEP}] -