pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-watchdog: Update wip/py-watchdog to 0.8.3.



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Dec 29 20:35:13 2015 +0100
Changeset:	8f3d7c1f42ef1c77df8d8baeffe16b614513648c

Modified Files:
	py-watchdog/Makefile
	py-watchdog/PLIST
	py-watchdog/distinfo

Log Message:
py-watchdog: Update wip/py-watchdog to 0.8.3.

Changes (unfortunately upstream does not seem to provide an official
changelog. The only changelog provided points out the API changes):
API changes
-----------
0.8.2
~~~~~
- Event emitters are no longer started on schedule if ``Observer`` is not
  already running.

0.8.0
~~~~~
- ``DirectorySnapshot``: methods returning internal stat info replaced by
  ``mtime``, ``inode`` and ``path`` methods.
- ``DirectorySnapshot``: ``walker_callback`` parameter deprecated.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f3d7c1f42ef1c77df8d8baeffe16b614513648c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-watchdog/Makefile |  6 +++---
 py-watchdog/PLIST    | 26 +++++++++++++++++++-------
 py-watchdog/distinfo |  7 ++++---
 3 files changed, 26 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-watchdog/Makefile b/py-watchdog/Makefile
index 63b18c8..18551cc 100644
--- a/py-watchdog/Makefile
+++ b/py-watchdog/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.2 2014/06/01 12:49:48 thomasklausner Exp $
 
-DISTNAME=	watchdog-0.7.1
+DISTNAME=	watchdog-0.8.3
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	sysutils python
-MASTER_SITES=	https://pypi.python.org/packages/source/w/watchdog/
+MASTER_SITES=	${MASTER_SITE_PYPI}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	http://github.com/gorakhargosh/watchdog
@@ -11,7 +11,7 @@ COMMENT=	Filesystem events monitoring
 LICENSE=	apache-2.0
 
 DEPENDS+=	${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-DEPENDS+=	${PYPKGPREFIX}-argh>=0.8.1:../../devel/py-argh
+DEPENDS+=	${PYPKGPREFIX}-argh>=0.24.1:../../devel/py-argh
 DEPENDS+=	${PYPKGPREFIX}-pathtools>=0.1.1:../../wip/py-pathtools
 
 .include "../../lang/python/egg.mk"
diff --git a/py-watchdog/PLIST b/py-watchdog/PLIST
index 43ea340..ab9b01e 100644
--- a/py-watchdog/PLIST
+++ b/py-watchdog/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/02/07 22:35:51 jihbed Exp $
+@comment $NetBSD$
 bin/watchmedo
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -22,9 +22,15 @@ ${PYSITELIB}/watchdog/observers/api.pyo
 ${PYSITELIB}/watchdog/observers/fsevents.py
 ${PYSITELIB}/watchdog/observers/fsevents.pyc
 ${PYSITELIB}/watchdog/observers/fsevents.pyo
+${PYSITELIB}/watchdog/observers/fsevents2.py
+${PYSITELIB}/watchdog/observers/fsevents2.pyc
+${PYSITELIB}/watchdog/observers/fsevents2.pyo
 ${PYSITELIB}/watchdog/observers/inotify.py
 ${PYSITELIB}/watchdog/observers/inotify.pyc
 ${PYSITELIB}/watchdog/observers/inotify.pyo
+${PYSITELIB}/watchdog/observers/inotify_buffer.py
+${PYSITELIB}/watchdog/observers/inotify_buffer.pyc
+${PYSITELIB}/watchdog/observers/inotify_buffer.pyo
 ${PYSITELIB}/watchdog/observers/inotify_c.py
 ${PYSITELIB}/watchdog/observers/inotify_c.pyc
 ${PYSITELIB}/watchdog/observers/inotify_c.pyo
@@ -37,15 +43,9 @@ ${PYSITELIB}/watchdog/observers/polling.pyo
 ${PYSITELIB}/watchdog/observers/read_directory_changes.py
 ${PYSITELIB}/watchdog/observers/read_directory_changes.pyc
 ${PYSITELIB}/watchdog/observers/read_directory_changes.pyo
-${PYSITELIB}/watchdog/observers/read_directory_changes_async.py
-${PYSITELIB}/watchdog/observers/read_directory_changes_async.pyc
-${PYSITELIB}/watchdog/observers/read_directory_changes_async.pyo
 ${PYSITELIB}/watchdog/observers/winapi.py
 ${PYSITELIB}/watchdog/observers/winapi.pyc
 ${PYSITELIB}/watchdog/observers/winapi.pyo
-${PYSITELIB}/watchdog/observers/winapi_common.py
-${PYSITELIB}/watchdog/observers/winapi_common.pyc
-${PYSITELIB}/watchdog/observers/winapi_common.pyo
 ${PYSITELIB}/watchdog/tricks/__init__.py
 ${PYSITELIB}/watchdog/tricks/__init__.pyc
 ${PYSITELIB}/watchdog/tricks/__init__.pyo
@@ -55,15 +55,24 @@ ${PYSITELIB}/watchdog/utils/__init__.pyo
 ${PYSITELIB}/watchdog/utils/bricks.py
 ${PYSITELIB}/watchdog/utils/bricks.pyc
 ${PYSITELIB}/watchdog/utils/bricks.pyo
+${PYSITELIB}/watchdog/utils/compat.py
+${PYSITELIB}/watchdog/utils/compat.pyc
+${PYSITELIB}/watchdog/utils/compat.pyo
 ${PYSITELIB}/watchdog/utils/decorators.py
 ${PYSITELIB}/watchdog/utils/decorators.pyc
 ${PYSITELIB}/watchdog/utils/decorators.pyo
+${PYSITELIB}/watchdog/utils/delayed_queue.py
+${PYSITELIB}/watchdog/utils/delayed_queue.pyc
+${PYSITELIB}/watchdog/utils/delayed_queue.pyo
 ${PYSITELIB}/watchdog/utils/dirsnapshot.py
 ${PYSITELIB}/watchdog/utils/dirsnapshot.pyc
 ${PYSITELIB}/watchdog/utils/dirsnapshot.pyo
 ${PYSITELIB}/watchdog/utils/echo.py
 ${PYSITELIB}/watchdog/utils/echo.pyc
 ${PYSITELIB}/watchdog/utils/echo.pyo
+${PYSITELIB}/watchdog/utils/event_backport.py
+${PYSITELIB}/watchdog/utils/event_backport.pyc
+${PYSITELIB}/watchdog/utils/event_backport.pyo
 ${PYSITELIB}/watchdog/utils/importlib2.py
 ${PYSITELIB}/watchdog/utils/importlib2.pyc
 ${PYSITELIB}/watchdog/utils/importlib2.pyo
@@ -73,6 +82,9 @@ ${PYSITELIB}/watchdog/utils/platform.pyo
 ${PYSITELIB}/watchdog/utils/unicode_paths.py
 ${PYSITELIB}/watchdog/utils/unicode_paths.pyc
 ${PYSITELIB}/watchdog/utils/unicode_paths.pyo
+${PYSITELIB}/watchdog/utils/win32stat.py
+${PYSITELIB}/watchdog/utils/win32stat.pyc
+${PYSITELIB}/watchdog/utils/win32stat.pyo
 ${PYSITELIB}/watchdog/version.py
 ${PYSITELIB}/watchdog/version.pyc
 ${PYSITELIB}/watchdog/version.pyo
diff --git a/py-watchdog/distinfo b/py-watchdog/distinfo
index 2e5cf7b..40dbc86 100644
--- a/py-watchdog/distinfo
+++ b/py-watchdog/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2014/02/07 22:35:51 jihbed Exp $
 
-SHA1 (watchdog-0.7.1.tar.gz) = 27c748fb9aa605ea533ce3622fe57089f75d9e87
-RMD160 (watchdog-0.7.1.tar.gz) = 7ea2604b6e414a5f88b8442848898fbfbce62b92
-Size (watchdog-0.7.1.tar.gz) = 83438 bytes
+SHA1 (watchdog-0.8.3.tar.gz) = f5fa50f56e5355fce44fbc54f7876aab0394c91c
+RMD160 (watchdog-0.8.3.tar.gz) = 98b76d328f2903533fba56e8694b0002c0a25c1e
+SHA512 (watchdog-0.8.3.tar.gz) = 61f1db886e8e9a6d78b569329f4d5944c296778a5a34f94fbf115a748fb4c3be422bf4d3cc828e22fcdcd380fdf9009f5bd91a8a5edc87089afc58297a0b946f
+Size (watchdog-0.8.3.tar.gz) = 83154 bytes


Home | Main Index | Thread Index | Old Index