Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-watchdog
Commits:
bb7e95e3 by Jelle van der Waa at 2024-10-07T20:26:43+02:00
upgpkg: 3.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-watchdog
pkgdesc = Python API and shell utilities to monitor file system events
- pkgver = 2.3.0
- pkgrel = 3
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/gorakhargosh/watchdog
arch = any
license = Apache
@@ -10,7 +10,7 @@ pkgbase = python-watchdog
makedepends = python-setuptools
depends = python
optdepends = python-yaml: for watchmedo
- source =
python-watchdog-2.3.0.tar.gz::https://github.com/gorakhargosh/watchdog/archive/v2.3.0.tar.gz
- sha512sums =
733d408e74a81ce834075472d7488e8d767f80ef92a2a13cc986c1f5d879b0353f0cb85c1996168ae6b8b82d135bcb26c6c18b51a01a8d75915bdec94acd607d
+ source =
python-watchdog-3.0.0.tar.gz::https://github.com/gorakhargosh/watchdog/archive/v3.0.0.tar.gz
+ sha512sums =
de4811f45a63b2e8c36c0daaf43c59844481e84b70a7732893a4340d2d7ed15249f993bd7b1c96b22d4b8f6ed3868fdf36df4cc4fcdcb24653d34ee6efec76ae
pkgname = python-watchdog
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-watchdog
-pkgver=2.3.0
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
pkgdesc="Python API and shell utilities to monitor file system events"
arch=('any')
url="https://github.com/gorakhargosh/watchdog"
@@ -13,7 +13,7 @@ optdepends=('python-yaml: for watchmedo')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-timeout')
source=($pkgname-$pkgver.tar.gz::https://github.com/gorakhargosh/watchdog/archive/v$pkgver.tar.gz)
-sha512sums=('733d408e74a81ce834075472d7488e8d767f80ef92a2a13cc986c1f5d879b0353f0cb85c1996168ae6b8b82d135bcb26c6c18b51a01a8d75915bdec94acd607d')
+sha512sums=('de4811f45a63b2e8c36c0daaf43c59844481e84b70a7732893a4340d2d7ed15249f993bd7b1c96b22d4b8f6ed3868fdf36df4cc4fcdcb24653d34ee6efec76ae')
prepare() {
cd watchdog-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchdog/-/commit/bb7e95e300a4a963df8221f643a6f014f844d4e5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-watchdog/-/commit/bb7e95e300a4a963df8221f643a6f014f844d4e5
You're receiving this email because of your account on gitlab.archlinux.org.