diff --git a/dev-python/control/Manifest b/dev-python/control/Manifest index 417d162..831f86c 100644 --- a/dev-python/control/Manifest +++ b/dev-python/control/Manifest @@ -1 +1 @@ -DIST control-0.9.4.tar.gz 5972686 BLAKE2B 0d5c47af9a212b242c8b635d4057bee3a4f722e7cfc78cfe3064df633e667c80015e74c1ff5784dd5ce108c31b41159f7174d1f70fe7bff1597c57e09ef64fb3 SHA512 5c56bc3dcb341bbf9eda13d08e5ea9fd484a1c6ff08d077e53f229cfb34daf985dfb35a38f8639c5f04d9bbab713913d7b74aa18a18019fa0471326a560169dc +DIST control-0.10.0.tar.gz 8956376 BLAKE2B ad439bf50c0c7f460e730cb5f141c64bd94b7a24474145343fbd983e2280e1e330165ef0888be8efb766f34923e8f95b6792c02061eeba879dafec525aed3414 SHA512 a8df6b30abd7120b64883d7a640faf1b7ed2e9d3cb5894397302a5e1a2789747d408feb9d9d6f08388cc8b91f4ef7fc39bc130c5ac90ee4752a87f6946ae3be0 diff --git a/dev-python/control/control-0.9.4.ebuild b/dev-python/control/control-0.10.0.ebuild similarity index 89% rename from dev-python/control/control-0.9.4.ebuild rename to dev-python/control/control-0.10.0.ebuild index ff05306..df51b69 100644 --- a/dev-python/control/control-0.9.4.ebuild +++ b/dev-python/control/control-0.10.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..12} ) inherit distutils-r1 pypi DESCRIPTION="Python Control Systems Library"