dev-python/control: Bump to 0.10.0

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-04-14 13:38:43 +02:00
parent 9b81dad232
commit 2854091dbe
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"