From 6617495c36dcea8685b5d41218f79f920c66855e Mon Sep 17 00:00:00 2001 From: Paolo Barbolini <paolo.barbolini@m4ss.net> Date: Tue, 24 Dec 2024 06:41:23 +0000 Subject: [PATCH] community/py3-watchfiles: upgrade to 1.0.3 --- community/py3-watchfiles/APKBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/community/py3-watchfiles/APKBUILD b/community/py3-watchfiles/APKBUILD index 37b17b7ccdbb..a4553fabe481 100644 --- a/community/py3-watchfiles/APKBUILD +++ b/community/py3-watchfiles/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Newbyte <newbyte@disroot.org> # Maintainer: JuniorJPDJ <alpine@juniorjpdj.pl> pkgname=py3-watchfiles -pkgver=0.22.0 +pkgver=1.0.3 pkgrel=0 pkgdesc="Simple, modern file watching and code reload in Python" url="https://github.com/samuelcolvin/watchfiles" @@ -23,10 +23,6 @@ options="net" # cargo fetch prepare() { default_prepare - # set correct version in Cargo.toml - VERSION="$pkgver" .github/set_version.py - # update version in Cargo.lock - cargo update -p watchfiles_rust_notify cargo fetch --locked } @@ -60,5 +56,5 @@ package() { } sha512sums=" -6d3a4478ff90697323e84428fa16db4b8355c7c637e4faa00a025ff1e03fe8f44914fedb2943a6b6b6cad13bdf50bb6e5712de9caa34b66eb64193923eed6504 py3-watchfiles-v0.22.0.tar.gz +7e5864a53c28ee4a5486394bad05b1d3c09851dd4b921b364b648170e5eec4ca853f5cf4a1d60dac93b037837e56fffb5f45572d9a13875f4745fa2417a94d2f py3-watchfiles-v1.0.3.tar.gz " -- GitLab