update to 0.7.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=6
This commit is contained in:
parent
1cb6b00c07
commit
49178d9283
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16d407c4051eb87feca1a4c983d921aca2a7953d57890685e27ef09451a0dd7a
|
|
||||||
size 81549
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1728aeef6daa699da3f289b9624cc169d1be58c47f34d745793145eebe5dddf
|
|
||||||
size 81782
|
|
3
pyinotify-0.7.1.tar.bz2
Normal file
3
pyinotify-0.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b248f129fe887ad287360e189d3a8ca84d74fee545d1767ed04263e3c3b35d6
|
||||||
|
size 91277
|
@ -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
|
Fri Sep 15 11:42:54 CEST 2006 - poeml@suse.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Url: http://pyinotify.sourceforge.net/
|
|||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Productivity/System
|
Group: Productivity/System
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 0.6.3
|
Version: 0.7.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python module for watching filesystems changes
|
Summary: Python module for watching filesystems changes
|
||||||
Source: http://www.pyinotify.org/kits/stable/pyinotify-%{version}.tar.bz2
|
Source: http://www.pyinotify.org/kits/stable/pyinotify-%{version}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user