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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08A24158090 for ; Tue, 24 May 2022 17:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2ECE0894; Tue, 24 May 2022 17:53:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB76E0894 for ; Tue, 24 May 2022 17:53:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77EDF341B9E for ; Tue, 24 May 2022 17:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8B1F483 for ; Tue, 24 May 2022 17:53:45 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1653413799.d1cb3a047c97ddb5cf848a9c6f5fb3d5ee32f1eb.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pg8000/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pg8000/Manifest dev-python/pg8000/pg8000-1.26.0.ebuild dev-python/pg8000/pg8000-1.29.1.ebuild X-VCS-Directories: dev-python/pg8000/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: d1cb3a047c97ddb5cf848a9c6f5fb3d5ee32f1eb X-VCS-Branch: master Date: Tue, 24 May 2022 17:53:45 +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: 9fb2f785-760f-46ed-93b8-77435a772607 X-Archives-Hash: 83916db1618d08f8b44ff2507646b872 commit: d1cb3a047c97ddb5cf848a9c6f5fb3d5ee32f1eb Author: Alessandro Barbieri gmail com> AuthorDate: Tue May 24 16:38:44 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue May 24 17:36:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1cb3a04 dev-python/pg8000: add 1.29.1, drop 1.26.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pg8000/Manifest | 2 +- dev-python/pg8000/{pg8000-1.26.0.ebuild => pg8000-1.29.1.ebuild} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pg8000/Manifest b/dev-python/pg8000/Manifest index b614193d9..a93818892 100644 --- a/dev-python/pg8000/Manifest +++ b/dev-python/pg8000/Manifest @@ -1,2 +1,2 @@ -DIST pg8000-1.26.0.tar.gz 117659 BLAKE2B f4b418b4fed7a43d89369b1994683aa7ba4748d0ff98c78f0c1ddd2ebb262268e0f226a4b170e653d506fff0e061c40f39e3cbeadd8acdd4b3a47fc50775af5d SHA512 5c74d199fec8e93631c4359bc95332692ca6c4d5643e6034b558e67836d6250fc401d4c02141673d34347d9bfa3b0354004cb2d731eb1ab91e1a5e71e19ba55b DIST pg8000-1.26.1.tar.gz 116994 BLAKE2B 4db3186e72afb2e2fae441c1bbb974768e0064276f1ad571316a531cbc590edfcca4c3f4ef1fd493e80e7ebd1817bee354413ea158ec191434e8530007af0ee3 SHA512 d085d4992be18868da6b6f67efcb1e5f41cd05a13b0f4361685e5e8ada14af02ef4ee17558809b447a118cf8380fab13e8932d49fd14d2ee2472b191f8531289 +DIST pg8000-1.29.1.tar.gz 92221 BLAKE2B a1e43f445848283472b0aee84f05d3e1c0f8f2d6b8c619789f9e1d961dae240c9ebfb8a1fb22af55f4635bb89f036f8dd1ece477b3b68bff5c1b68ccac32b0b4 SHA512 27ced0ae82e522fabdf3a69b07927223695a7c5658f56f75dbfa43f6923b7a914ec54143421324839c07850e10f5f61ca9bc31155af3e4e600429a1889aedea7 diff --git a/dev-python/pg8000/pg8000-1.26.0.ebuild b/dev-python/pg8000/pg8000-1.29.1.ebuild similarity index 95% rename from dev-python/pg8000/pg8000-1.26.0.ebuild rename to dev-python/pg8000/pg8000-1.29.1.ebuild index d51a98bf1..a68b821ad 100644 --- a/dev-python/pg8000/pg8000-1.26.0.ebuild +++ b/dev-python/pg8000/pg8000-1.29.1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1