python3-watchdog: update to 3.0.0.
This commit is contained in:
parent
d85cea6195
commit
7caea42071
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-watchdog'
|
# Template file for 'python3-watchdog'
|
||||||
pkgname=python3-watchdog
|
pkgname=python3-watchdog
|
||||||
version=2.2.1
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
|
make_check_args="--deselect tests/test_inotify_buffer.py::test_unmount_watched_directory_filesystem"
|
||||||
|
@ -13,7 +13,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/gorakhargosh/watchdog"
|
homepage="https://github.com/gorakhargosh/watchdog"
|
||||||
changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
|
changelog="https://raw.githubusercontent.com/gorakhargosh/watchdog/master/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/watchdog/watchdog-${version}.tar.gz"
|
||||||
checksum=cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f
|
checksum=4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9
|
||||||
conflicts="python-watchdog>=0"
|
conflicts="python-watchdog>=0"
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
|
|
Loading…
Reference in New Issue