Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-watchfiles
Commits:
d4dfe3ad by Antonio Rojas at 2024-09-13T20:42:38+02:00
upgpkg: 0.24.0-1: Update to 0.24.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-watchfiles
pkgdesc = Simple, modern and high performance file watching and code
reload in python
- pkgver = 0.23.0
- pkgrel = 2
+ pkgver = 0.24.0
+ pkgrel = 1
url = https://github.com/samuelcolvin/watchfiles
arch = x86_64
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-watchfiles
depends = glibc
depends = python
depends = python-anyio
- source =
https://github.com/samuelcolvin/watchfiles/archive/v0.23.0/python-watchfiles-0.23.0.tar.gz
- b2sums =
c413955207007cd461e8bc420a00a624c132216ff13599d342f20c10e0ba60a45a723758d8669c216054cc7d7a4057750ad11b919026849f943cab67fcf93d96
+ source =
https://github.com/samuelcolvin/watchfiles/archive/v0.24.0/python-watchfiles-0.24.0.tar.gz
+ b2sums =
96d8707327d41e3a9410c291c557641e111d91ca90ec945fc05d4ec2ebab9290a65044024a324bbb1e92f99900e9bd7098933061ddc95369c33226c8aed7924b
pkgname = python-watchfiles
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-watchfiles
_name=${pkgname#python-}
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
pkgdesc='Simple, modern and high performance file watching and code reload in
python'
arch=(x86_64)
url='https://github.com/samuelcolvin/watchfiles'
@@ -27,7 +27,7 @@ checkdepends=(
python-pytest-timeout
)
source=($url/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-b2sums=('c413955207007cd461e8bc420a00a624c132216ff13599d342f20c10e0ba60a45a723758d8669c216054cc7d7a4057750ad11b919026849f943cab67fcf93d96')
+b2sums=('96d8707327d41e3a9410c291c557641e111d91ca90ec945fc05d4ec2ebab9290a65044024a324bbb1e92f99900e9bd7098933061ddc95369c33226c8aed7924b')
prepare() {
# remove __init__.py otherwise this prevents tests detecting the watchfiles
module anywhere else
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/d4dfe3ad4ce8b0f2ddf443e76357b96a793c164a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/d4dfe3ad4ce8b0f2ddf443e76357b96a793c164a
You're receiving this email because of your account on gitlab.archlinux.org.