diff --git a/pyinotify-0.6.2.tar.bz2 b/pyinotify-0.6.2.tar.bz2 deleted file mode 100644 index 1eea701..0000000 --- a/pyinotify-0.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16d407c4051eb87feca1a4c983d921aca2a7953d57890685e27ef09451a0dd7a -size 81549 diff --git a/pyinotify-0.6.3.tar.bz2 b/pyinotify-0.6.3.tar.bz2 deleted file mode 100644 index 553c358..0000000 --- a/pyinotify-0.6.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1728aeef6daa699da3f289b9624cc169d1be58c47f34d745793145eebe5dddf -size 81782 diff --git a/pyinotify-0.7.1.tar.bz2 b/pyinotify-0.7.1.tar.bz2 new file mode 100644 index 0000000..090aaa8 --- /dev/null +++ b/pyinotify-0.7.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b248f129fe887ad287360e189d3a8ca84d74fee545d1767ed04263e3c3b35d6 +size 91277 diff --git a/python-pyinotify.changes b/python-pyinotify.changes index 5b78869..15b40c7 100644 --- a/python-pyinotify.changes +++ b/python-pyinotify.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 17 21:15:13 CEST 2008 - poeml@suse.de + +- update to 0.7.1 + * Update License: GPLv2 or later. + * src/pyinotify/pyinotify.py: reworking of EventsCodes + * src/pyinotify/pyinotify.py: new -e command line option + * src/pyinotify/inotify_syscalls.h: support hppa and mc68000. + * src/example/close.py: fix import statement. + * src/pyinotify/pyinotify.py: raise OSError when inotify_init() fails + * src/pyinotify/pyinotify.py: checks exception on polling + * src/pyinotify/pyinotify.py: add_watch: by default do not make globbing + * src/pyinotify/pyinotify.py: print errors only when verbose mode is set. + * src/pyinotify/iglob.py: fix compatibility with Python 2.3 + ------------------------------------------------------------------- Fri Sep 15 11:42:54 CEST 2006 - poeml@suse.de diff --git a/python-pyinotify.spec b/python-pyinotify.spec index 71fba33..978c3aa 100644 --- a/python-pyinotify.spec +++ b/python-pyinotify.spec @@ -16,7 +16,7 @@ Url: http://pyinotify.sourceforge.net/ License: GPLv2 Group: Productivity/System Autoreqprov: on -Version: 0.6.3 +Version: 0.7.1 Release: 1 Summary: Python module for watching filesystems changes Source: http://www.pyinotify.org/kits/stable/pyinotify-%{version}.tar.bz2