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: Sun, 19 Mar 2023 19:17:19
Message-Id: 1679253427.591d499967bb245d0821692bee93d862f3068764.sam@gentoo
1 commit: 591d499967bb245d0821692bee93d862f3068764
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 19:17:07 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 19:17:07 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=591d4999
7
8 setup.py: prepare for portage-3.0.45.3
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 setup.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.py b/setup.py
16 index 33528e6d1..3b0e652a9 100755
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -817,7 +817,7 @@ def get_data_files(regular_files, venv_files):
20
21 setup(
22 name="portage",
23 - version="3.0.45.2",
24 + version="3.0.45.3",
25 url="https://wiki.gentoo.org/wiki/Project:Portage",
26 project_urls={
27 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/NEWS",