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 F24E1158094 for ; Wed, 20 Jul 2022 02:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27B58E0C30; Wed, 20 Jul 2022 02:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F409AE0C30 for ; Wed, 20 Jul 2022 02:16:02 +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 D0F28340E12 for ; Wed, 20 Jul 2022 02:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59B4F543 for ; Wed, 20 Jul 2022 02:16:00 +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: <1658283231.9828ebd26347d72f431762c042da8ae914d58c4e.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9828ebd26347d72f431762c042da8ae914d58c4e X-VCS-Branch: master Date: Wed, 20 Jul 2022 02:16:00 +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: 3e12943c-ecea-4c2e-94b3-5cb8c8be5ba6 X-Archives-Hash: e205451480ba9ba2656b5a91a2321fb2 commit: 9828ebd26347d72f431762c042da8ae914d58c4e Author: Sam James gentoo org> AuthorDate: Wed Jul 20 02:13:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 02:13:51 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9828ebd2 setup.py: update for 3.0.34 Signed-off-by: Sam James gentoo.org> setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 18eb487e3..57eaaa07c 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 1998-2021 Gentoo Authors +# Copyright 1998-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 try: @@ -817,7 +817,7 @@ def get_data_files(regular_files, venv_files): setup( name="portage", - version="3.0.33", + version="3.0.34", url="https://wiki.gentoo.org/wiki/Project:Portage", project_urls={ "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",