py-watchfiles: add version 1.0.5 (#50539)

* py-watchfiles: add version 1.0.5

* py-watchfiles: add @viperML to maintainers
This commit is contained in:
Fernando Ayats 2025-05-20 12:58:31 +02:00 committed by GitHub
parent ef2b596e3f
commit d951c4f112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,9 +13,13 @@ class PyWatchfiles(PythonPackage):
homepage = "https://github.com/samuelcolvin/watchfiles"
pypi = "watchfiles/watchfiles-0.18.1.tar.gz"
maintainers("viperML")
license("MIT")
version("1.0.5", sha256="b7529b5dcc114679d43827d8c35a07c493ad6f083633d573d81c660abc5979e9")
version("0.18.1", sha256="4ec0134a5e31797eb3c6c624dbe9354f2a8ee9c720e0b46fc5b7bab472b7c6d4")
depends_on("py-maturin@0.13", type="build")
depends_on("py-maturin@0.13", type="build", when="@0.18.1")
depends_on("py-maturin@0.14:2", type="build", when="@1:")
depends_on("py-anyio@3:", type=("build", "run"))