diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-05-27 17:00:21 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-05-27 17:00:21 +0000 |
commit | ff68c5e7ac901e40da676033b3e873378d4b7110 (patch) | |
tree | ce2be0957df65e345edfa406739a2e099551b432 /dev-python/python-redmine | |
parent | 1d8d14927ab95f8159dd5403382f091430a392f0 (diff) |
2025-05-27 16:40:56+00:00
Diffstat (limited to 'dev-python/python-redmine')
-rw-r--r-- | dev-python/python-redmine/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-redmine/python-redmine-2.5.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-redmine/Manifest b/dev-python/python-redmine/Manifest index 6254a21978e5f..9c9ba4e5449e7 100644 --- a/dev-python/python-redmine/Manifest +++ b/dev-python/python-redmine/Manifest @@ -1,3 +1,3 @@ DIST python-redmine-2.5.0.tar.gz 73643 BLAKE2B aae400a68385fa98d454820081abacfabe69be473de8ee21feb47dfd8b3372cb0b8dfca168fc9daebd37da04a4fcca84235eb555262489dc1b717fd589dc849a SHA512 8c610efe5e4362ab27a33a04e78347e2962b9e766cea81c725b5b34bdff1d2c6a2e68e5d928b5aed97af569f5c6656dc2b39347a76cb371a3069bba3fd02c8e2 -EBUILD python-redmine-2.5.0.ebuild 578 BLAKE2B 4ea245bdc9b959e9577d6c4487d74e76a3a17efdcecf1e1602315a315da800c4f91717187f4a81fbad10e08dd6ca937c8210ce192d25500b6386059e64eaabd4 SHA512 ebb375acfb0cb4adbdc2e8af80f96946248beafa4df9ef6833b7a90bf5aae2d0076192786cb233b8e8aa369b7ee7f68f7b315c97a70540e313b3d9d6f8c0f8f4 +EBUILD python-redmine-2.5.0.ebuild 578 BLAKE2B 28c871b6c0d704404d34329bf6db6ea8b2f17c3699a6764ce95573a975e74854d3898fba0afe2320354081da8a40ad858c181843880f7c6aa724e3937dfec861 SHA512 da80d2b59dc3e66563bdb46fcaa620572dd77ff9ccf59366867cacd42ac7c991d901ebbba01cfb2e2d5e15691684b4c636132f7f4982e469dab2102df8ff1b79 MISC metadata.xml 426 BLAKE2B 4b854d12e2cd5977800ee0ba114e1e8cf3895afc412d50b7ca9101842c3430a076e8daa07ae58624e3ae25163cf49de5924f9df7735550903f79ffbebbdd3763 SHA512 e56e41d36e3fbb82ec4b592ec3c6b4a69669bf79c159a97045b7643676361208885ec18a0dfd2462a8f456435d5ec51250b893693f9411c727e8bd44c8a4ae92 diff --git a/dev-python/python-redmine/python-redmine-2.5.0.ebuild b/dev-python/python-redmine/python-redmine-2.5.0.ebuild index cc301f30f2dfa..1544b4a9d4b61 100644 --- a/dev-python/python-redmine/python-redmine-2.5.0.ebuild +++ b/dev-python/python-redmine/python-redmine-2.5.0.ebuild @@ -1,11 +1,11 @@ -# 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 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi |