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 7A0C513835A for ; Wed, 26 May 2021 01:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7D3E070D; Wed, 26 May 2021 01:58:00 +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 20386E070D for ; Wed, 26 May 2021 01:58:00 +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 D5E90340E15 for ; Wed, 26 May 2021 01:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57DE5799 for ; Wed, 26 May 2021 01:57:57 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1621993996.5f986980131a09f81be47fbaf96d765731930f91.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/graphql-relay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/graphql-relay/Manifest dev-python/graphql-relay/graphql-relay-3.0.0.ebuild dev-python/graphql-relay/graphql-relay-3.1.0.ebuild X-VCS-Directories: dev-python/graphql-relay/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5f986980131a09f81be47fbaf96d765731930f91 X-VCS-Branch: dev Date: Wed, 26 May 2021 01:57:57 +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: 73bbb3fc-4cd7-4570-982b-73f28323eaaf X-Archives-Hash: 892b9b7d6cae907b744eef5978e2bc2c commit: 5f986980131a09f81be47fbaf96d765731930f91 Author: Anna Vyalkova sysrq in> AuthorDate: Tue May 25 23:54:57 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed May 26 01:53:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f986980 dev-python/graphql-relay: add 3.1.0, drop 3.0.0 Signed-off-by: Anna Vyalkova sysrq.in> dev-python/graphql-relay/Manifest | 2 +- ...aphql-relay-3.0.0.ebuild => graphql-relay-3.1.0.ebuild} | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-python/graphql-relay/Manifest b/dev-python/graphql-relay/Manifest index 9fd138c37..94cd47b48 100644 --- a/dev-python/graphql-relay/Manifest +++ b/dev-python/graphql-relay/Manifest @@ -1 +1 @@ -DIST graphql-relay-3.0.0.tar.gz 41928 BLAKE2B a206692a2fa1b39d002aad8a324b1be1c1e67305e65978f3eceaa28df6c12791f3fc19fad3f68320d16e063f54710a94d89fe078a9a3a361334299a8c6e31a21 SHA512 5e09d0cc21b1f6241a3a19b96f6607fb13ebe87798338669d2cc687b15d858acb24e884fc0752c091414f857560dae2e7b1d52011c9ce4718986919997dae7ff +DIST graphql-relay-3.1.0.tar.gz 47738 BLAKE2B 84a13dee3371345ca7af7ff87b4210a787e261c8446ab6d54b7c1ee196f0bd8faef15be438be424d78ab0fa7cc9df6641020da85052d9abe21d17ed2cb89b28c SHA512 7006da1ebd0a7fde2a88b6c03d2355d1cc26b14e86f51387cd91c922b498f2fcbe120af730b9634b57af0b638244fb464808e7af16e2dfdae9fa71f404bb5d65 diff --git a/dev-python/graphql-relay/graphql-relay-3.0.0.ebuild b/dev-python/graphql-relay/graphql-relay-3.1.0.ebuild similarity index 65% rename from dev-python/graphql-relay/graphql-relay-3.0.0.ebuild rename to dev-python/graphql-relay/graphql-relay-3.1.0.ebuild index 33fcad3bf..8331a052d 100644 --- a/dev-python/graphql-relay/graphql-relay-3.0.0.ebuild +++ b/dev-python/graphql-relay/graphql-relay-3.1.0.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..9} ) inherit distutils-r1 @@ -15,10 +15,14 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -BDEPEND="test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] -)" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-describe[${PYTHON_USEDEP}] + ) +" +# typing-extensions is not needed since python 3.8 RDEPEND=" dev-python/graphql-core[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}]