Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bareos/
Date: Mon, 07 Feb 2022 11:12:44
Message-Id: 1644232347.822fe952d6a3e1521eec3148c212b07fc44cb346.mschiff@gentoo
1 commit: 822fe952d6a3e1521eec3148c212b07fc44cb346
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 11:11:56 2022 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 11:12:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822fe952
7
8 dev-python/bareos: bump min python version
9
10 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
11
12 dev-python/bareos/bareos-20.0.3.ebuild | 2 +-
13 dev-python/bareos/bareos-21.0.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/bareos/bareos-20.0.3.ebuild b/dev-python/bareos/bareos-20.0.3.ebuild
17 index 0fb3ad52ee5a..8c10886711d7 100644
18 --- a/dev-python/bareos/bareos-20.0.3.ebuild
19 +++ b/dev-python/bareos/bareos-20.0.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..10} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit distutils-r1
27
28 DESCRIPTION="python bindings for bareos network backup suite"
29
30 diff --git a/dev-python/bareos/bareos-21.0.0.ebuild b/dev-python/bareos/bareos-21.0.0.ebuild
31 index 387340ff98aa..c823e3bf2130 100644
32 --- a/dev-python/bareos/bareos-21.0.0.ebuild
33 +++ b/dev-python/bareos/bareos-21.0.0.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=7
37
38 -PYTHON_COMPAT=( python3_{7..10} )
39 +PYTHON_COMPAT=( python3_{8..10} )
40 inherit distutils-r1
41
42 DESCRIPTION="python bindings for bareos network backup suite"