Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-watchfiles
Commits:
3fd6fbd6 by Antonio Rojas at 2024-12-12T00:02:34+01:00
upgpkg: 1.0.3-1: Update to 1.0.3
- - - - -
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.24.0
- pkgrel = 2
+ pkgver = 1.0.3
+ 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.24.0/python-watchfiles-0.24.0.tar.gz
- b2sums =
96d8707327d41e3a9410c291c557641e111d91ca90ec945fc05d4ec2ebab9290a65044024a324bbb1e92f99900e9bd7098933061ddc95369c33226c8aed7924b
+ source =
https://github.com/samuelcolvin/watchfiles/archive/v1.0.3/python-watchfiles-1.0.3.tar.gz
+ b2sums =
d10b8f0a9db435939e08ab700a7b29e08bcc5fb2d7b1ff255d18aaa125b6bfb7474a9737f22de52947d3a281201dd347ff07b9a5f21989f94c14a9470412ebca
pkgname = python-watchfiles
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-watchfiles
_name=${pkgname#python-}
-pkgver=0.24.0
-pkgrel=2
+pkgver=1.0.3
+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=('96d8707327d41e3a9410c291c557641e111d91ca90ec945fc05d4ec2ebab9290a65044024a324bbb1e92f99900e9bd7098933061ddc95369c33226c8aed7924b')
+b2sums=('d10b8f0a9db435939e08ab700a7b29e08bcc5fb2d7b1ff255d18aaa125b6bfb7474a9737f22de52947d3a281201dd347ff07b9a5f21989f94c14a9470412ebca')
prepare() {
# remove __init__.py otherwise this prevents tests detecting the watchfiles
module anywhere else
@@ -37,10 +37,6 @@ prepare() {
build() {
cd $_name-$pkgver
- # Set version following upstream CI workflow
- #
https://github.com/samuelcolvin/watchfiles/blob/v0.23.0/.github/workflows/ci.yml#L202
- VERSION=$pkgver python .github/set_version.py
-
python -m build --wheel --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/3fd6fbd6f2788d67217cab7515ce6cb7dd961c5c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/3fd6fbd6f2788d67217cab7515ce6cb7dd961c5c
You're receiving this email because of your account on gitlab.archlinux.org.