commit: b926dcf623e3949d3b77759ac2eb7a46a6cd2561
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Wed Jul 16 20:35:24 2025 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Wed Jul 16 20:35:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b926dcf6
dev-python/avro: add 1.12.0, drop 1.11.3
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
dev-python/avro/Manifest | 2 +-
dev-python/avro/{avro-1.11.3.ebuild => avro-1.12.0.ebuild} | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest
index 4fbc4f875f..092dad3af2 100644
--- a/dev-python/avro/Manifest
+++ b/dev-python/avro/Manifest
@@ -1 +1 @@
-DIST avro-1.11.3.tar.gz 90621 BLAKE2B
3fbd8ea80eeea212e9136207c5207af5571ad74e21d5ab469fc1a86525cffb2f80477757be8b63cd026d9b75ec596d30b2c1bdf4abba6b15711cd3dffafcf80e
SHA512
2f7877dce1ff2bde8e9cbf531f8c8149c68026ee9274d53bcbe99e7ecb678004701ad5c7cb001c01c0351aaa4d8b5d5d699f8952d95368ad2713204dd1c21895
+DIST avro-1.12.0.tar.gz 91025 BLAKE2B
393f918c047bed572bcb1803870a7bafe29d0a14c82d2da082665a4d72bd6277bf0410e4349ca43a320682f4ebd2742b5a3262fe86e5ed861fcf1c0e49a8c778
SHA512
a64820ce810477c2187149ae855039b33fe92c8c3f84e3aa66da4bde487fbec0ca3744618c415fe7bfef2fa458f9417e4266a316af8a9d7aa4db120a85e7d414
diff --git a/dev-python/avro/avro-1.11.3.ebuild
b/dev-python/avro/avro-1.12.0.ebuild
similarity index 71%
rename from dev-python/avro/avro-1.11.3.ebuild
rename to dev-python/avro/avro-1.12.0.ebuild
index ed44a62654..cdcbd83f6a 100644
--- a/dev-python/avro/avro-1.11.3.ebuild
+++ b/dev-python/avro/avro-1.12.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
@@ -19,6 +19,3 @@ SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
-PROPERTIES="test_network"
-
-distutils_enable_tests pytest