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: Mon, 02 Jan 2023 05:26:58
Message-Id: 1672637198.07666ee33edd74efcebf56e2f726e30092918fa4.sam@gentoo
1 commit: 07666ee33edd74efcebf56e2f726e30092918fa4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 05:26:32 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 05:26:38 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=07666ee3
7
8 setup.py: prepare for 3.0.43
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 setup.py | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/setup.py b/setup.py
16 index e6d64874b..65a9bd248 100755
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -1,5 +1,5 @@
20 #!/usr/bin/env python
21 -# Copyright 1998-2022 Gentoo Authors
22 +# Copyright 1998-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 try:
26 @@ -821,7 +821,7 @@ def get_data_files(regular_files, venv_files):
27
28 setup(
29 name="portage",
30 - version="3.0.42",
31 + version="3.0.43",
32 url="https://wiki.gentoo.org/wiki/Project:Portage",
33 project_urls={
34 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",