Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/service_identity/
Date: Thu, 12 May 2022 16:17:13
Message-Id: 1652372219.569b420c7568391fa0549c1e24e7a68f0976fe83.mgorny@gentoo
1 commit: 569b420c7568391fa0549c1e24e7a68f0976fe83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 15:32:33 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 16:16:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569b420c
7
8 dev-python/service_identity: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/service_identity/metadata.xml | 2 +-
13 dev-python/service_identity/service_identity-21.1.0-r1.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/service_identity/metadata.xml b/dev-python/service_identity/metadata.xml
17 index facd487de72b..7331b1a5a602 100644
18 --- a/dev-python/service_identity/metadata.xml
19 +++ b/dev-python/service_identity/metadata.xml
20 @@ -7,7 +7,7 @@
21 </maintainer>
22 <stabilize-allarches/>
23 <upstream>
24 - <remote-id type="pypi">service_identity</remote-id>
25 + <remote-id type="pypi">service-identity</remote-id>
26 <remote-id type="github">pyca/service-identity</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
31 index edb14855d9f9..519cfbe9016a 100644
32 --- a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
33 +++ b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
34 @@ -4,14 +4,14 @@
35 EAPI=8
36
37 DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
39 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
40
41 inherit distutils-r1
42
43 DESCRIPTION="Service identity verification for pyOpenSSL"
44 HOMEPAGE="
45 https://github.com/pyca/service-identity/
46 - https://pypi.org/project/service_identity/
47 + https://pypi.org/project/service-identity/
48 "
49 SRC_URI="
50 https://github.com/pyca/service-identity/archive/${PV}.tar.gz