Added Python 3.12 to compatibility list.
This commit is contained in:
parent
656c4b42a0
commit
6b2cd54c25
|
@ -2,4 +2,4 @@ AUX openwsman-2.6.5-libcurl-error-codes-update.patch 1162 BLAKE2B 59802194fee1ec
|
|||
AUX openwsmand.confd 2 BLAKE2B a5cdc0d97724f51411f2f5ba99734c297507df295742618499a23296c99bac5d6cef25d497fb3afb76a3e67e4ac53d4b5bccfa55309d7b02ff5793bcf53dfec2 SHA512 a80f7cc2606ef6e5474e96b1e520c17ecf432f0da9a566bd157044130cfb548f10d929ffb5783008df78b6d07d07d109bffbad1998cb8309eccec7e4d3fc813a
|
||||
AUX openwsmand.initd 263 BLAKE2B 246449862d8bf51dae573ff8bb4e4715284ba37de65be9cf226d001a081f825506256c3b1c1322ffa59b7df99466ce1fe35f164c993566023be7a1c7eed08d21 SHA512 bd20fc3815d02b0dd5a2c2336b5204550ef941e362f686ddb00f7f96d93bd2222dd4cb076f39efe2e85d3262356c548d0c9d7c1d566a04bba2c4a942126851d2
|
||||
DIST openwsman-2.7.0.tar.gz 513225 BLAKE2B c6463358c8b665a1019b4a4be370ebd006fb31c3a17abf2bf5f699a33fa96795d272ac687bf69dafab769301c21fc10ddb4e71744f7456dc8d16dbcc81d65b75 SHA512 e61792eafd09e3608c736091d2742049086adaf5fffcda9391e4712ed1dedf3a533546a6af61ea6ce49d4cf4fb3649cb168f20260c4e975797395d6e565c6c37
|
||||
EBUILD openwsman-2.7.0.ebuild 2579 BLAKE2B d0f67ad1764d44f2829aea66aba2a21a6a331c00120c44893048aa082d9890f01def72be1274799468e03c01105b1557396f04cfd2f7e4d3dedbb54490f73599 SHA512 63612d3c3e141d6af697f1d9479042937873c415f05ea082f34aaf713a4c0b087563b95ff1d2ec1b9f60fec9a50d4c7b6dc511a76049b29609a664b8b22c3da3
|
||||
EBUILD openwsman-2.7.0.ebuild 2590 BLAKE2B b2827d3f5eb05f50f084ed699b2907d8862544286a531cc0abe8ef492d571c92d0694dfa0132b904c297ae7e92a826933be27bcda7cee098a9da7fd23b3da326 SHA512 38b9eabf1228c18420cd6cebfb88f071a5831a555a4e9161765b6bd778a8f695424a390822f77e3309ba785bd6d2c41d9ca1502878ea5df37b2345512cce15c6
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )
|
||||
PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 python3_12 )
|
||||
|
||||
inherit python-single-r1 cmake-utils ssl-cert java-pkg-opt-2
|
||||
|
||||
|
|
Loading…
Reference in a new issue