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 BE7BF15808B for ; Mon, 14 Mar 2022 02:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54870E089A; Mon, 14 Mar 2022 02:41:48 +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 32934E089A for ; Mon, 14 Mar 2022 02:41:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B8A33430E1 for ; Mon, 14 Mar 2022 02:41:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65821327 for ; Mon, 14 Mar 2022 02:41:44 +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: <1647225701.03be08d1318ff34f72a1739193e236a28e87035a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/python-zunclient/Manifest dev-python/python-zunclient/python-zunclient-4.3.0.ebuild dev-python/python-zunclient/python-zunclient-4.4.0.ebuild X-VCS-Directories: dev-python/python-zunclient/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 03be08d1318ff34f72a1739193e236a28e87035a X-VCS-Branch: dev Date: Mon, 14 Mar 2022 02:41:44 +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: 386406b0-ba6f-4759-992a-46be4d09ea40 X-Archives-Hash: 24eb52bc52a044481dff9cc11b055a89 commit: 03be08d1318ff34f72a1739193e236a28e87035a Author: Alessandro Barbieri gmail com> AuthorDate: Mon Mar 14 02:17:20 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Mar 14 02:41:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03be08d1 dev-python/python-zunclient: add 4.4.0, drop 4.3.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/python-zunclient/Manifest | 2 +- .../{python-zunclient-4.3.0.ebuild => python-zunclient-4.4.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/python-zunclient/Manifest b/dev-python/python-zunclient/Manifest index 018737208..683d0bf06 100644 --- a/dev-python/python-zunclient/Manifest +++ b/dev-python/python-zunclient/Manifest @@ -1 +1 @@ -DIST python-zunclient-4.3.0.tar.gz 119171 BLAKE2B 2286f2c4b8bbf522eff0b0e3f50e8eadd4ac0c9106064176fdcba1f3270b01d3e518725fb25d583bd212cde4f15ad1a42ea573d1ece7ab8f5a68f60ef46d7e51 SHA512 aa7e5b68699978bd85df2f1378354c42cd45caf033a18f4da2a4b02d96b259ed651b7d1bb2708ef6a86dc97ac0f259aacaaed74a961244870f4380aab77ccffb +DIST python-zunclient-4.4.0.tar.gz 119253 BLAKE2B bb532e6ef916491b1663436a71918c69601cf7fd18aa69cf645662249d6ca5d18c673ae2c5c2e27801a1a2c7e4d0df20eb7f0d14a61939eb597197d256844981 SHA512 869da6f89cb52d70f77292ce841cd48369ac042ef3564bb1b00e810992edc4cb35fda518039bfa4df3bc2b6f1b07825e26c49953b0e67329138d45af3150a0ec diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild similarity index 94% rename from dev-python/python-zunclient/python-zunclient-4.3.0.ebuild rename to dev-python/python-zunclient/python-zunclient-4.4.0.ebuild index 93a7b668d..a761a1c40 100644 --- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild +++ b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild @@ -3,14 +3,14 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="A client for the OpenStack Zun API" HOMEPAGE=" https://github.com/openstack/python-zunclient - https://pypi.org/project/python-zunclient + https://pypi.org/project/python-zunclient/ https://launchpad.net/python-zunclient https://opendev.org/openstack/python-zunclient "