py-ruff: add version 0.3.0 and deprecate the oldest version (#43069)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2024-03-13 19:03:28 +01:00 committed by GitHub
parent 25f622e809
commit 2fa816184e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,13 @@ class PyRuff(PythonPackage):
license("MIT") license("MIT")
version("0.3.0", sha256="0886184ba2618d815067cf43e005388967b67ab9c80df52b32ec1152ab49f53a")
version("0.1.6", sha256="1b09f29b16c6ead5ea6b097ef2764b42372aebe363722f1605ecbcd2b9207184") version("0.1.6", sha256="1b09f29b16c6ead5ea6b097ef2764b42372aebe363722f1605ecbcd2b9207184")
version("0.0.276", sha256="d456c86eb6ce9225507f24fcc7bf72fa031bb7cc750023310e62889bf4ad4b6a") version(
"0.0.276",
sha256="d456c86eb6ce9225507f24fcc7bf72fa031bb7cc750023310e62889bf4ad4b6a",
deprecated=True,
)
depends_on("py-maturin@1", type="build") depends_on("py-maturin@1", type="build")