dev-util/osc: add 1.14.0, drop 1.13.0

Closes: https://github.com/microcai/gentoo-zh/issues/6617
Signed-off-by: jinqiang zhang <jinqiang@zhang.my>
This commit is contained in:
jinqiang zhang 2025-03-21 09:22:01 +08:00
parent ba22d877d7
commit 33baf6925f
No known key found for this signature in database
GPG Key ID: A4A9C04411BE1F71
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST osc-1.13.0.tar.gz 431012 BLAKE2B c686537880cbe2fcb90f793adc235a9063a868b132d12bb33b075d8624f0669f4c028803e6f2ad970fb49b58ec13e0d1937fab141901af9fdfa9b7ce11cda102 SHA512 132e32dce69b24e356c4a97596254b528dec1ec610bc43c0361437d315025eac83f7789b559bd4a69a2e62abe28971be1f8663f71264616e51964f27608d2bd5
DIST osc-1.14.0.tar.gz 432947 BLAKE2B 2cf8e3c4d4dcab9b02dc71fbb5a2e6eb06c07a0b71d2858e29262ecde2e86bfb69a69cb17185be08ba7e6d1f9ad466f5bed481ef63899388e384b2f74b0c6120 SHA512 e702780dcad45cecbc0683ef24ef69a8322803df34da8df4b37b83746f362eba9c912f147a89447136e5bfd08acfe3a675ddb2ddb59df8a7b780cdcd4f432dea

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..13} python3_13t )
inherit distutils-r1
DESCRIPTION="The Command Line Interface to work with an Open Build Service"