Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Fri, 09 Sep 2022 10:50:48
Message-Id: 1662720610.c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d.sam@gentoo
1 commit: c8423b3f4f7d9daa74a8f37afe00b6d3a50a9b4d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 10:50:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 10:50:10 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8423b3f
7
8 setup.py, NEWS: prepare for 3.0.36
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 NEWS | 8 ++++++++
13 setup.py | 2 +-
14 2 files changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/NEWS b/NEWS
17 index 8fb4269a9..e151452d6 100644
18 --- a/NEWS
19 +++ b/NEWS
20 @@ -1,3 +1,11 @@
21 +portage-3.0.36 (2022-09-09)
22 +--------------
23 +
24 +Bug fixes:
25 +* The layout of gpkg (new binpkg format) packages has been fixed (bug #865905).
26 +
27 +* Fix getbinpkg fetching (bug #864160).
28 +
29 portage-3.0.35 (2022-08-23)
30 --------------
31
32
33 diff --git a/setup.py b/setup.py
34 index e65963e49..d0024b7c1 100755
35 --- a/setup.py
36 +++ b/setup.py
37 @@ -818,7 +818,7 @@ def get_data_files(regular_files, venv_files):
38
39 setup(
40 name="portage",
41 - version="3.0.35",
42 + version="3.0.36",
43 url="https://wiki.gentoo.org/wiki/Project:Portage",
44 project_urls={
45 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",