From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1434969-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 74E4C158095
	for <garchives@archives.gentoo.org>; Fri,  9 Sep 2022 10:50:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 869F3E0891;
	Fri,  9 Sep 2022 10:50:47 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6B06AE0891
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Sep 2022 10:50:47 +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 62518340EA8
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Sep 2022 10:50:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AEEA7D4
	for <gentoo-commits@lists.gentoo.org>; Fri,  9 Sep 2022 10:50:44 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1662720610.c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d.sam@gentoo>
Subject: [gentoo-commits] proj/portage:master commit in: /
X-VCS-Repository: proj/portage
X-VCS-Files: NEWS setup.py
X-VCS-Directories: /
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d
X-VCS-Branch: master
Date: Fri,  9 Sep 2022 10:50:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5a1e35a5-8102-49be-8ca3-116b5b247028
X-Archives-Hash: af181b247b7cd349a06fec0826bf51dc

commit:     c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 10:50:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 10:50:10 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8423b3f

setup.py, NEWS: prepare for 3.0.36

Signed-off-by: Sam James <sam <AT> gentoo.org>

 NEWS     | 8 ++++++++
 setup.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 8fb4269a9..e151452d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+portage-3.0.36 (2022-09-09)
+--------------
+
+Bug fixes:
+* The layout of gpkg (new binpkg format) packages has been fixed (bug #865905).
+
+* Fix getbinpkg fetching (bug #864160).
+
 portage-3.0.35 (2022-08-23)
 --------------
 

diff --git a/setup.py b/setup.py
index e65963e49..d0024b7c1 100755
--- a/setup.py
+++ b/setup.py
@@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files):
 
 setup(
     name="portage",
-    version="3.0.35",
+    version="3.0.36",
     url="https://wiki.gentoo.org/wiki/Project:Portage",
     project_urls={
         "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",