2020-06-03 09:50:56 +02:00
-------------------------------------------------------------------
Wed Jun 3 07:50:43 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Skip randomly failing test test_event_dispatcher
2020-05-18 10:12:07 +02:00
-------------------------------------------------------------------
Mon May 18 07:25:34 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
2020-03-10 12:16:55 +01:00
-------------------------------------------------------------------
Tue Mar 10 10:24:35 UTC 2020 - pgajdos@suse.com
- version update to 0.10.2
- Fixed the ``build_ext`` command on macOS Catalina (`#628 <https://github.com/gorakhargosh/watchdog/pull/628>`__)
- Fixed the installation of macOS requirements on non-macOS OSes (`#635 <https://github.com/gorakhargosh/watchdog/pull/635>`__)
- Refactored ``dispatch()`` method of ``FileSystemEventHandler``,
``PatternMatchingEventHandler`` and ``RegexMatchingEventHandler``
- [bsd] Improved tests support on non Windows/Linux platforms (`#633 <https://github.com/gorakhargosh/watchdog/pull/633>`__, `#639 <https://github.com/gorakhargosh/watchdog/pull/639>`__)
- [bsd] Added FreeBSD CI support (`#532 <https://github.com/gorakhargosh/watchdog/pull/532>`__)
- [bsd] Restored full support (`#638 <https://github.com/gorakhargosh/watchdog/pull/638>`__, `#641 <https://github.com/gorakhargosh/watchdog/pull/641>`__)
- deleted patches
- add-missing-conftest.patch (upstreamed)
2019-11-06 14:44:41 +01:00
-------------------------------------------------------------------
Wed Nov 6 13:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in Brownie as it is not needed
2018-11-19 20:32:40 +01:00
-------------------------------------------------------------------
Mon Nov 19 13:00:25 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.8.3
- Cherry-pick upstream patch to fix testsuite
+ add-missing-conftest.patch
- Update BuildRequires from setup.py
2018-08-09 12:18:50 +02:00
-------------------------------------------------------------------
Thu Aug 9 10:18:35 UTC 2018 - tchvatal@suse.com
- Remove devel dependency
- Use %license macro
2017-08-13 08:18:17 +02:00
-------------------------------------------------------------------
Sat Aug 12 22:10:43 UTC 2017 - jengelh@inai.de
- Specify RPM group more exactly
2017-05-16 15:55:44 +02:00
-------------------------------------------------------------------
Sat Apr 22 18:19:08 UTC 2017 - aloisio@gmx.com
- Converted to single-spec
2017-08-13 08:18:17 +02:00
- Split docs into separate package
2017-05-16 15:55:44 +02:00
2016-03-14 16:26:02 +01:00
-------------------------------------------------------------------
Fri Mar 11 09:29:58 UTC 2016 - freitag@opensuse.org
- Update to version 0.8.3
2017-08-13 08:18:17 +02:00
* Event emitters are no longer started on schedule if Observer is
2016-03-14 16:26:02 +01:00
not already running.
Changes from 0.8.0:
2017-08-13 08:18:17 +02:00
* DirectorySnapshot: methods returning internal stat info replaced
2016-03-14 16:26:02 +01:00
by mtime, inode and path methods.
* DirectorySnapshot: walker_callback parameter deprecated.
no more changelog available upstream
- Fix py compile mtime issue
- use record filelist feature of setup.py to gather proper filelist
2013-01-15 15:17:28 +01:00
-------------------------------------------------------------------
Mon Jan 14 15:48:45 UTC 2013 - p.drouand@gmail.com
- Update to 0.6.0 version:
* No changelog or NEWS file provided
2012-01-31 14:37:58 +01:00
-------------------------------------------------------------------
Tue Jan 31 12:21:19 UTC 2012 - saschpe@suse.de
- Initial version