* update python-watchfiles to 0.24.0-2

This commit is contained in:
Alexander Baldeck 2024-12-05 17:21:15 +01:00
parent a50357bf95
commit 4b3f8ca2b2
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = python-watchfiles
pkgdesc = Simple, modern and high performance file watching and code reload in python
pkgver = 0.24.0
pkgrel = 1
pkgrel = 2
url = https://github.com/samuelcolvin/watchfiles
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
checkdepends = python-dirty-equals
checkdepends = python-pytest

View File

@ -5,7 +5,7 @@
pkgname=python-watchfiles
_name=${pkgname#python-}
pkgver=0.24.0
pkgrel=1
pkgrel=2
pkgdesc='Simple, modern and high performance file watching and code reload in python'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/samuelcolvin/watchfiles'