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 481D1158086 for ; Sun, 24 Oct 2021 07:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 652D9E0833; Sun, 24 Oct 2021 07:35:32 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC8BE0833 for ; Sun, 24 Oct 2021 07:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36326343399 for ; Sun, 24 Oct 2021 07:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE548F for ; Sun, 24 Oct 2021 07:35:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635060896.f774f5b707ca3ac73680cc21478c97db4da0e281.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild X-VCS-Directories: dev-db/pgadmin4/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f774f5b707ca3ac73680cc21478c97db4da0e281 X-VCS-Branch: master Date: Sun, 24 Oct 2021 07:35: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: ec6c79a6-2ff6-47ad-b13c-34c137cdaa7b X-Archives-Hash: cc45fc7665c840980a65adfc8c277ed2 commit: f774f5b707ca3ac73680cc21478c97db4da0e281 Author: Sam James gentoo org> AuthorDate: Sun Oct 24 07:34:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 07:34:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f774f5b7 dev-db/pgadmin4: add upper bound on psycopg version Runtime failures with newer versions. Bug: https://bugs.gentoo.org/817350 Signed-off-by: Sam James gentoo.org> dev-db/pgadmin4/{pgadmin4-4.29-r2.ebuild => pgadmin4-4.29-r3.ebuild} | 2 +- dev-db/pgadmin4/{pgadmin4-4.30-r2.ebuild => pgadmin4-4.30-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild b/dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild similarity index 98% rename from dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild rename to dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild index cb8a06a7130..a6bd089b32f 100644 --- a/dev-db/pgadmin4/pgadmin4-4.29-r2.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.29-r3.ebuild @@ -60,7 +60,7 @@ RDEPEND="${COMMON_DEPEND} >=dev-python/ldap3-2.5.1[${PYTHON_USEDEP}] >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}] >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] - >=dev-python/psycopg-2.8[${PYTHON_USEDEP}] + =dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] >=dev-python/pytz-2020.1[${PYTHON_USEDEP}] >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}] diff --git a/dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild b/dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild similarity index 98% rename from dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild rename to dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild index e81e8e3863f..d8bca3fedc7 100644 --- a/dev-db/pgadmin4/pgadmin4-4.30-r2.ebuild +++ b/dev-db/pgadmin4/pgadmin4-4.30-r3.ebuild @@ -61,7 +61,7 @@ RDEPEND="${COMMON_DEPEND} >=dev-python/ldap3-2.5.1[${PYTHON_USEDEP}] >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}] >=dev-python/psutil-5.7.0[${PYTHON_USEDEP}] - >=dev-python/psycopg-2.8[${PYTHON_USEDEP}] + =dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}] >=dev-python/pytz-2020.1[${PYTHON_USEDEP}] >=dev-python/simplejson-3.16.0[${PYTHON_USEDEP}]