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 8FB89158091 for ; Mon, 30 May 2022 12:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FE8E0975; Mon, 30 May 2022 12:09:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 ABCDDE0975 for ; Mon, 30 May 2022 12:09:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC50534191A for ; Mon, 30 May 2022 12:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19A954E3 for ; Mon, 30 May 2022 12:09:13 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653912550.6a0984af87ca94f178d9d4182b59e2d72162bfcd.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/rstr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstr/Manifest dev-python/rstr/rstr-3.1.0.ebuild dev-python/rstr/rstr-3.2.0.ebuild X-VCS-Directories: dev-python/rstr/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6a0984af87ca94f178d9d4182b59e2d72162bfcd X-VCS-Branch: dev Date: Mon, 30 May 2022 12:09:13 +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: 1d0d75ae-0e07-43cf-be9c-51f74dd4afdc X-Archives-Hash: 891077f00ad545546a9f3630163d5c40 commit: 6a0984af87ca94f178d9d4182b59e2d72162bfcd Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 11:59:01 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 12:09:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a0984af dev-python/rstr: add 3.2.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/rstr/Manifest | 2 +- dev-python/rstr/{rstr-3.1.0.ebuild => rstr-3.2.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest index 3b57c5b99..1950f66ec 100644 --- a/dev-python/rstr/Manifest +++ b/dev-python/rstr/Manifest @@ -1 +1 @@ -DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908 SHA512 3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216 +DIST rstr-3.2.0.tar.gz 12616 BLAKE2B d161fa291421cb56a7a5e05ef627e68b495ad2b3655483f46289780355bd3c312cbf44ad5710b17a1eb4f7e00f3695873f4677738a8d72aa4f2182051fffd182 SHA512 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e diff --git a/dev-python/rstr/rstr-3.1.0.ebuild b/dev-python/rstr/rstr-3.2.0.ebuild similarity index 89% rename from dev-python/rstr/rstr-3.1.0.ebuild rename to dev-python/rstr/rstr-3.2.0.ebuild index 8d112dacb..8210226aa 100644 --- a/dev-python/rstr/rstr-3.1.0.ebuild +++ b/dev-python/rstr/rstr-3.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474 +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1