diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-05-24 11:30:26 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-05-24 11:30:26 +0000 |
commit | 53c93a4ba09cadea567034243cae1e9c12bd1076 (patch) | |
tree | b20070d101cad2c679f05475d4b2497e66db66aa /dev-python/python-bugzilla | |
parent | 76230b418d872c12048d2fb009f201ecf9fe33ee (diff) |
2025-05-24 11:10:46+00:00
Diffstat (limited to 'dev-python/python-bugzilla')
-rw-r--r-- | dev-python/python-bugzilla/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-bugzilla/python-bugzilla-3.3.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-bugzilla/Manifest b/dev-python/python-bugzilla/Manifest index 6c70ff147dfaf..6334c67f84c06 100644 --- a/dev-python/python-bugzilla/Manifest +++ b/dev-python/python-bugzilla/Manifest @@ -1,3 +1,3 @@ DIST python_bugzilla-3.3.0.tar.gz 120711 BLAKE2B 29b6b52c3907606ea474b2f21276fcc6ee307aec315787fe7910e2df16b8e571cff78e133326520f28574bce8d99fc2331e6341fd8fe09edbc9d61d4dcc72856 SHA512 e8e015575a4d2540e351628099642d586bfeefdc8fca0b1e2de802db4ef91b26952d84b5073ef39a6e3a54b181b1937f169c4477267f777f5a9551a5757cacbf -EBUILD python-bugzilla-3.3.0.ebuild 757 BLAKE2B 3f10172ab33db0508076afc0b848ea8ee3ddd30d0c0dca979eeae8a667c5ef9a0167cd7e84bf0e0b65ec98fe5e7be52f6299b3e9f114419a4e57c485bcc8674a SHA512 9ce45f5cbb038353dcf7dbd0dbcd6c1ea548b0ca286a2f8e67499bacc571a71debd1c5684af6d31a4e156eaac113e831d1dc2adf0d72daae0afca967bca290ef +EBUILD python-bugzilla-3.3.0.ebuild 757 BLAKE2B 44e562fd968becbea209d403f9559c541da09d69fd07abbe11b53f977075a25f90e60520f4a1c118f55e3100b6306cb2eafa5b5173bd3437d85b6ba7d42d9981 SHA512 aaabe9f0a1b4dc6c6d1ee2a38e2d96e72df25f990257db8e37008c97b9c6a853ed41ccf0a976867dda0112788f59f78403d91b593c897fad61caf916357a42d9 MISC metadata.xml 662 BLAKE2B ef0a5692d9d4f3ca0f474eb012ef97cccba5fa9c8737ac85852d9bb3214160d69fc95eca8239de8d08bf6ea04b5004097ce6b192c2276bc574f441766042c7b3 SHA512 e4ce0016e9ab606c8233759992ea2daa8b20df9b60f129c0b3e210536f0697b46469828de321fa7a09e56889747da67cb38242b739aed227d4a60657207e7f8b diff --git a/dev-python/python-bugzilla/python-bugzilla-3.3.0.ebuild b/dev-python/python-bugzilla/python-bugzilla-3.3.0.ebuild index 29f6277e24a60..155096a008e5c 100644 --- a/dev-python/python-bugzilla/python-bugzilla-3.3.0.ebuild +++ b/dev-python/python-bugzilla/python-bugzilla-3.3.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_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi |