commit:     c96fc9d4e86fe5e48bbc4761e809a43991e97e89
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 06:22:27 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 06:32:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96fc9d4

distutils-r1.eclass: Bump minimal dep versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/distutils-r1.eclass | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 2de70fd13ffa..f29c62c5964c 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -230,7 +230,7 @@ _distutils_set_globals() {
                                ;;
                        maturin)
                                bdep+='
-                                       
>=dev-util/maturin-0.12.17[${PYTHON_USEDEP}]
+                                       
>=dev-util/maturin-0.12.20[${PYTHON_USEDEP}]
                                '
                                ;;
                        no)
@@ -244,12 +244,12 @@ _distutils_set_globals() {
                                ;;
                        pbr)
                                bdep+='
-                                       
>=dev-python/pbr-5.8.0-r1[${PYTHON_USEDEP}]
+                                       >=dev-python/pbr-5.9.0[${PYTHON_USEDEP}]
                                '
                                ;;
                        pdm)
                                bdep+='
-                                       
>=dev-python/pdm-pep517-1.0.0[${PYTHON_USEDEP}]
+                                       
>=dev-python/pdm-pep517-1.0.2[${PYTHON_USEDEP}]
                                '
                                ;;
                        poetry)
@@ -259,13 +259,13 @@ _distutils_set_globals() {
                                ;;
                        setuptools)
                                bdep+='
-                                       
>=dev-python/setuptools-62.3.3[${PYTHON_USEDEP}]
+                                       
>=dev-python/setuptools-62.6.0[${PYTHON_USEDEP}]
                                        dev-python/wheel[${PYTHON_USEDEP}]
                                '
                                ;;
                        sip)
                                bdep+='
-                                       
>=dev-python/sip-6.5.0-r1[${PYTHON_USEDEP}]
+                                       >=dev-python/sip-6.6.1[${PYTHON_USEDEP}]
                                '
                                ;;
                        standalone)

Reply via email to