Package Release Info

python-watchdog-0.8.3-bp151.3.3

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-watchdog
python2-watchdog-doc
python3-watchdog
python3-watchdog-doc

Change Logs

Version: 0.10.2-bp155.2.13
* Wed Jun 03 2020 Tomáš Chvátal <tchvatal@suse.com>
- Skip randomly failing test test_event_dispatcher
* Wed Nov 06 2019 Tomáš Chvátal <tchvatal@suse.com>
- Do not pull in Brownie as it is not needed
Version: 0.8.3-bp150.2.4
* Sat Aug 12 2017 jengelh@inai.de
- Specify RPM group more exactly
* Sat Apr 22 2017 aloisio@gmx.com
- Converted to single-spec
- Split docs into separate package
* Fri Mar 11 2016 freitag@opensuse.org
- Update to version 0.8.3
  * Event emitters are no longer started on schedule if Observer is
    not already running.
  Changes from 0.8.0:
  * DirectorySnapshot: methods returning internal stat info replaced
    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
* Mon Jan 14 2013 p.drouand@gmail.com
- Update to 0.6.0 version:
  * No changelog or NEWS file provided
* Tue Jan 31 2012 saschpe@suse.de
- Initial version
Version: 0.10.2-bp152.3.1
* Wed Jun 03 2020 Tomá? Chvátal <tchvatal@suse.com>
- Skip randomly failing test test_event_dispatcher
* Mon May 18 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Tue Mar 10 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)
* Wed Nov 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Do not pull in Brownie as it is not needed
* Mon Nov 19 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
* Thu Aug 09 2018 tchvatal@suse.com
- Remove devel dependency
- Use %license macro