diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-02-06 21:35:19 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:09:46 +0700 |
commit | ec4aeefe179bcb0061c47020faca30646d207541 (patch) | |
tree | abddd7651b523f97c59fee6770f578bec048112a /python | |
parent | 2347e2ff9631109befb34154f783fd8aa35336d7 (diff) |
python/python3-watchdog: Update for 4.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-watchdog/python3-watchdog.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-watchdog/python3-watchdog.info | 6 | ||||
-rw-r--r-- | python/python3-watchdog/slack-desc | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-watchdog/python3-watchdog.SlackBuild b/python/python3-watchdog/python3-watchdog.SlackBuild index ab74c488c3d19..8e05a4b413594 100644 --- a/python/python3-watchdog/python3-watchdog.SlackBuild +++ b/python/python3-watchdog/python3-watchdog.SlackBuild @@ -3,7 +3,7 @@ # SlackBuild build script for python-watchdog # Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr> -# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-watchdog -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-watchdog/python3-watchdog.info b/python/python3-watchdog/python3-watchdog.info index 6098a7929d22b..693ecc7ecf745 100644 --- a/python/python3-watchdog/python3-watchdog.info +++ b/python/python3-watchdog/python3-watchdog.info @@ -1,8 +1,8 @@ PRGNAM="python3-watchdog" -VERSION="3.0.0" +VERSION="4.0.0" HOMEPAGE="https://github.com/gorakhargosh/watchdog" -DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v3.0.0/watchdog-3.0.0.tar.gz" -MD5SUM="6eb30a81cef5611f9b417575a8cfa631" +DOWNLOAD="https://github.com/gorakhargosh/watchdog/archive/v4.0.0/watchdog-4.0.0.tar.gz" +MD5SUM="0354c9b4ccc9ecb62678c9560fd7e0b4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/python3-watchdog/slack-desc b/python/python3-watchdog/slack-desc index 7e3d0278286ed..ca075f1a029b7 100644 --- a/python/python3-watchdog/slack-desc +++ b/python/python3-watchdog/slack-desc @@ -15,5 +15,5 @@ python3-watchdog: python3-watchdog: python3-watchdog: python3-watchdog: -python3-watchdog: Homepage: https://pypi.org/project/python-watchdog/ +python3-watchdog: Homepage: https://github.com/gorakhargosh/watchdog python3-watchdog: |