Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-credssp/
Date: Sat, 12 Jun 2021 21:55:43
Message-Id: 1623534917.09d267080de1a90e8a60c1bbd789656c9fc3e274.marecki@gentoo
1 commit: 09d267080de1a90e8a60c1bbd789656c9fc3e274
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 21:43:10 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 21:55:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d26708
7
8 dev-python/requests-credssp: drop python3_7, add python3_10
9
10 Builds, tests (using tox) and installs fine against the latter.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/requests-credssp/requests-credssp-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
18 index 4b4628b832c..80e0ef853fa 100644
19 --- a/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
20 +++ b/dev-python/requests-credssp/requests-credssp-1.2.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1
28
29 DESCRIPTION="HTTPS CredSSP authentication with the requests library"