File python3-pyinotify.changes of Package python3-pyinotify
-------------------------------------------------------------------
Fri Jun 5 00:42:45 UTC 2015 - arun@gmx.de
- update to version 0.9.6:
* Fix doc indent
* Improve documentation
* Only close a valid file descriptor
* Access /proc/sys instead of using sysctl to access inotify's attributes
* Fix documentation typo
-------------------------------------------------------------------
Sat Jan 10 18:00:31 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* update source url to pypi
- update to version 0.9.5 (taken from git log):
* Implement stop method in AsyncioNotifier
* Remove extra lines, fix indents
* Update pyinotify.py
* Allow TornadoAsyncNotifier.stop() to clean up all hanging refs.
* doc update
* Add asyncio example
* Add asyncio Notifier adapter
* Fix ExcludeFilter docstring examples.
* Add new classifiers.
* Typo.
* Improve example daemon.py.
* Stub support for Pyinotify on FreeBSD.
* Add WatchManager attribute to ignore events.
* Fix /proc inotify interfaces.
* Update Travis conf.
* Handle OSError exception in process_IN_CREATE.
* Add python-3.3 to travis
* py-2.5 removed as per http://about.travis-ci.org/blog/2013-11-18-upcoming-build-environment-updates/
* add glob option to command line
* Fall back to glob.glob() on Python 2.4
-------------------------------------------------------------------
Fri Jan 18 14:22:32 UTC 2013 - saschpe@suse.de
- Avoid using github source link to please factory-auto
-------------------------------------------------------------------
Sun Jan 13 17:11:43 UTC 2013 - p.drouand@gmail.com
- Initial python3 support