commit: 4df536758972adf6a011994a891fbd6499585262 Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email> AuthorDate: Wed Dec 11 19:59:49 2024 +0000 Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email> CommitDate: Wed Dec 11 19:59:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4df53675
dev-python/python-octaviaclient: Bump version to 3.9.0 Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email> dev-python/python-octaviaclient/Manifest | 2 +- ...hon-octaviaclient-3.7.0.ebuild => python-octaviaclient-3.9.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-octaviaclient/Manifest b/dev-python/python-octaviaclient/Manifest index 817415fcc..e3f5087f9 100644 --- a/dev-python/python-octaviaclient/Manifest +++ b/dev-python/python-octaviaclient/Manifest @@ -1 +1 @@ -DIST python-octaviaclient-3.7.0.tar.gz 96169 BLAKE2B e52f7bf2171eb25326a6e425439160cee38bfb829e7dd22b670e76efeb5737aeb9c326c39541f9d24ffb130f3f90ee501754342c0177bec1e98fc42318b8c1bd SHA512 45171a954450601f93588a2649225d7e027da98da8fbe6246fb015174e4ab785ee5aa1b038c96e95827e8436d13afd7d010cf4a1fa9c4aaaa3ea42b25a205d43 +DIST python-octaviaclient-3.9.0.tar.gz 97191 BLAKE2B 4bf7a25711d6a67ce49c375c4dff8be791bad14d4acdacf57d4ad52cdd6852a9c85a719c626feb3d02deeee46887da80353b7577208f656f515513dd507242ba SHA512 8f5e0ad83c2df75865f26b50b325d5adac6a9797cac5ca5422cf95a85426f0803699f26ea27745e17171f2c56623a5de11e26bd650b9a797d1fdf41dc5c15ab5 diff --git a/dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild similarity index 96% rename from dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild rename to dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild index 2aeda0d13..574e86c7d 100644 --- a/dev-python/python-octaviaclient/python-octaviaclient-3.7.0.ebuild +++ b/dev-python/python-octaviaclient/python-octaviaclient-3.9.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi