Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-watchfiles
Commits: 7821b553 by Carl Smedstad at 2025-06-16T06:17:28+02:00 upgpkg: 1.1.0-1: Upstream release https://github.com/samuelcolvin/watchfiles/releases/tag/v1.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-watchfiles pkgdesc = Simple, modern and high performance file watching and code reload in Python - pkgver = 1.0.5 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/samuelcolvin/watchfiles arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = python-watchfiles depends = glibc depends = python depends = python-anyio - source = https://github.com/samuelcolvin/watchfiles/archive/v1.0.5/python-watchfiles-1.0.5.tar.gz - b2sums = caa9accbea4b1501a9dcaec78213694fd69cdb04cc859085bf89bf55de471422507c7b8d499ee04c40c74a6f64e1b505ff98ffb78a0bec4246dcc6ac7f4ff6e5 + source = https://github.com/samuelcolvin/watchfiles/archive/v1.1.0/python-watchfiles-1.1.0.tar.gz + b2sums = dbb698473687133edea13a8064d7ae60c27fcfd4ab51038a9c98bec2b74acf6632e4e08669a93b381a862fb918443aac8185eb6f18b9323fddf7c697abcad5b6 pkgname = python-watchfiles ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: @RubenKelevra <cyr...@gmail.com> pkgname=python-watchfiles -pkgver=1.0.5 +pkgver=1.1.0 pkgrel=1 pkgdesc='Simple, modern and high performance file watching and code reload in Python' arch=(x86_64) @@ -26,7 +26,7 @@ checkdepends=( python-pytest-timeout ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('caa9accbea4b1501a9dcaec78213694fd69cdb04cc859085bf89bf55de471422507c7b8d499ee04c40c74a6f64e1b505ff98ffb78a0bec4246dcc6ac7f4ff6e5') +b2sums=('dbb698473687133edea13a8064d7ae60c27fcfd4ab51038a9c98bec2b74acf6632e4e08669a93b381a862fb918443aac8185eb6f18b9323fddf7c697abcad5b6') prepare() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/7821b5533f8b26f36904fca87b21e8453f80dd4b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchfiles/-/commit/7821b5533f8b26f36904fca87b21e8453f80dd4b You're receiving this email because of your account on gitlab.archlinux.org.