diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-17 00:13:57 +0000 |
commit | 27b3683509c5229cce540418778a8b64afbc0009 (patch) | |
tree | b7164898142b8b093b91c8254c4387b6eec679ee /dev-python/cheroot | |
parent | f2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff) |
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r-- | dev-python/cheroot/Manifest | 2 | ||||
-rw-r--r-- | dev-python/cheroot/cheroot-10.0.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/cheroot/Manifest b/dev-python/cheroot/Manifest index 73cc4131253a..6de16b65147d 100644 --- a/dev-python/cheroot/Manifest +++ b/dev-python/cheroot/Manifest @@ -1,3 +1,3 @@ DIST cheroot-10.0.1.tar.gz 167586 BLAKE2B d8c882c3d16d29a2f97f35542321fd0aba4d0f9b310bc1359f9b832362e2d75424077d02d9a810a33a1bd10cf2ba9922a8baf8519dbd04c5e6f9b48edd3c3db1 SHA512 c878647a7bcf564509ee07481b3e371a2e09019d78240e79293bc4e0bfa872e8e2f947925c54eda56cc1790a3ff4d656c70066278c74073b44fc070627f5c71d -EBUILD cheroot-10.0.1.ebuild 2448 BLAKE2B 9db48570a7d0f36d61bba4f7471795ec94731fe9a4f6df9c2f546f486dad9b843261a81ef496533304afd8c1352c76c167923503c0247e7aef81ce9414eba14f SHA512 4db058315d82929036543b6caef3d2c01e636ad6e0d3b222b2c6912b139c3a41adcb0fb0baa06ed29a612d42645721dfecb6d2b410186d28a3c3c1e8bb483172 +EBUILD cheroot-10.0.1.ebuild 2458 BLAKE2B 81e88309f6d0e324cb025bec1effa227d8188fc16626c65feb08625ee6c23fd13a2107ff4e9df0a42e7956d7f1b77ea54935aad47006f1407b1508522e2ca059 SHA512 fc37185de9fb04efc3de51cd3e6877024e8bdb0886a93769c68444e8159cfa032cd824ac56c1bbd2b6c6441b2ff6b87abbba7622d901992fe7ed94039534f5e2 MISC metadata.xml 391 BLAKE2B 1c9c2af2c1a8bcd3f1c426a87d1a2a97fb88a9a30f9c2f1802b8885329277fcfde1deadf635e419cd7f85a5685639709be33aa746d9f7a04c3ac7d832d084b42 SHA512 c194e8bed8d082ed4ce3f2a7f608085fdcf2ab8b7c730e5c6ad7438cf177ed1892565cdff0feda564681f59bf6aefc327e3d24da0a543c0f043934af27873e95 diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild b/dev-python/cheroot/cheroot-10.0.1.ebuild index 514c6a2219e5..51df5c84396d 100644 --- a/dev-python/cheroot/cheroot-10.0.1.ebuild +++ b/dev-python/cheroot/cheroot-10.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi @@ -72,7 +72,7 @@ python_test() { ) case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( # https://github.com/cherrypy/cheroot/issues/695 cheroot/test/test_conn.py::test_remains_alive_post_unhandled_exception |