Skip to content

Commit 085717f

Browse files
committed
dev-python/Authlib: enable py3.13 and disable py3.10
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent ac8fbad commit 085717f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1924 Ebuilds in total, 1913 of them have in total 1936 (42 different) licenses assigned.
609+
There are 1925 Ebuilds in total, 1914 of them have in total 1937 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1102|
613+
|MIT|1103|
614614
|Apache-2.0|432|
615615
|GPL-3|114|
616616
|BSD|110|

dev-python/Authlib/Authlib-1.2.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=setuptools
88
PYPI_NO_NORMALIZE=1
99
inherit distutils-r1 pypi

dev-python/Authlib/Manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
DIST Authlib-1.2.0.tar.gz 139991 BLAKE2B 3f195242ff9b28fe713ef470078db4368171e67c154c00524b65b2a5404bd5fdf98a245be14927c2cbd7bfc40d51b07007b817fc88c60a8d9c4ae2cbf0557d16 SHA512 2090c646efacac676af048d9b5af815acf0b6a00a540dccc7d0e1936a61bb9cffb69d669511367a8e8ed39f2193ba1277c5d3b2608c238c834c7b5fc6d75697b
2-
EBUILD Authlib-1.2.0.ebuild 759 BLAKE2B 93c0a988a9362bc1b6940e2f3e617733cdc8adfb846b10b88e479465e11fccf049d4e5bd19e7f88e1e55724a22e8a7ff7cd8f336488369d2bdf0db53ccde7c35 SHA512 6c0170b6fb20707ac05397c5164de7b68ab94d5931faf7df944590a03b4232c7b00adfeea9d84ce37ce0723949e1835098093c7af09517c4d246dbdf7b762fd8
3-
MISC metadata.xml 505 BLAKE2B 74baa9608a285c577fd5c6fe2a679ae94ff3b002baa7d6073361606d711eaa562f0b78503396beee2896038a871ba8dc6b83dd37687c9b70ed4012131ec07f66 SHA512 c1d12e3216c6b5154d6a6433548237270a3693f144a91730991a7c3a28dd9f7b1917a056eb315a8636cbb5fcf4018ff0d83f135bcfcf74c71979a3fb6292f6aa
2+
EBUILD Authlib-1.2.0.ebuild 759 BLAKE2B 6a3b2e9be8a714db8e99e492ecee2495fb1dab5f41817168af824db1f17489a19e7a25834eded288cf10c93616dd54c6cd35dcf9bd8dd576330fc619e9ac0560 SHA512 77e94a5887a5e5003e70aee0d8227ae7cb2eba8d6b718d373941e06f80b86222d7b8aa4809dd8f8a5896622a77592e358eb28a94435fd2c6f209f666ab26c215
3+
MISC metadata.xml 506 BLAKE2B e8610844235c70699b2c3e6bc2227cfcd80f8292832fde889e9f999ab9059874a697d947f653656ed68a160899d24e144096fc8c4a5231afefbe4aee00eb2d06 SHA512 4a31d0cf6d9a290fcfade917264be04dff7c0ae3a43668b3528af30bcecc2fc9da2a6745001df965f68ace28995b15183eb233573db7c86cd85a3bbf39ddbc81

dev-python/Authlib/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</maintainer>
88
<upstream>
99
<remote-id type="pypi">Authlib</remote-id>
10-
<remote-id type="github">lepture/authlib</remote-id>
10+
<remote-id type="github">sponsors/lepture</remote-id>
1111
<maintainer status="unknown">
1212
<email>[email protected]</email>
1313
<name>Hsiaoming Yang</name>

0 commit comments

Comments
 (0)