14
0

- updated to 0.9.1

- cleanup spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=8
This commit is contained in:
Pavol Rusnak
2010-10-28 18:37:10 +00:00
committed by Git OBS Bridge
parent 10d5afcb81
commit f693b2e829
4 changed files with 39 additions and 33 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 28 18:33:27 UTC 2010 - prusnak@opensuse.org
- updated to 0.9.1
- cleanup spec file
-------------------------------------------------------------------
Mon Oct 11 22:29:37 UTC 2010 - pascal.bleser@opensuse.org
@@ -8,13 +14,13 @@ 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/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: 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: 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