1
0
Commit Graph

50 Commits

Author SHA256 Message Date
Ana Guerrero
bd4608e56e Accepting request 1180728 from devel:languages:python
- update to 4.0.1:
  * [inotify] Fix missing event_filter for the full emitter

OBS-URL: https://build.opensuse.org/request/show/1180728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=22
2024-06-14 16:57:48 +00:00
d3e87e2bb4 - update to 4.0.1:
* [inotify] Fix missing event_filter for the full emitter

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=47
2024-06-13 15:32:19 +00:00
Ana Guerrero
b9d1033f49 Accepting request 1158534 from devel:languages:python
- update to 4.0.0:
  * Drop support for Python 3.7.
  * Add support for Python 3.12.
  * [snapshot] Add typing to dirsnapshot
  * [snapshot] Added DirectorySnapshotDiff.ContextManager
  * [events] FileSystemEvent, and subclasses, are now
    dataclass``es, and their ``repr() has changed
  * [windows] WinAPINativeEvent is now a dataclass, and its
    repr() has changed
  * [events] Log FileOpenedEvent, and FileClosedEvent, events in
    LoggingEventHandler
  * [tests] Improve FileSystemEvent coverage
  * [watchmedo] Log all events in LoggerTrick
  * [windows] The observers.read_directory_changes.WATCHDOG_TRAVE
    RSE_MOVED_DIR_DELAY hack was removed. The constant will be
    kept to prevent breaking other softwares.
  * Thanks to our beloved contributors: @BoboTiG, @msabramo

  Generate doc only for Leap because it rise up an syntax error in
    in the future.
- Update to version 2.2.0
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown.
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates.
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``.
  * Fix adding failed emitters on observer schedule.
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem.
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command.
  * [watchmedo] Fix broken parsing of boolean arguments.
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``.
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments.

OBS-URL: https://build.opensuse.org/request/show/1158534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=21
2024-03-18 15:44:33 +00:00
7b8f05a68b - update to 4.0.0:
* Drop support for Python 3.7.
  * Add support for Python 3.12.
  * [snapshot] Add typing to dirsnapshot
  * [snapshot] Added DirectorySnapshotDiff.ContextManager
  * [events] FileSystemEvent, and subclasses, are now
    dataclass``es, and their ``repr() has changed
  * [windows] WinAPINativeEvent is now a dataclass, and its
    repr() has changed
  * [events] Log FileOpenedEvent, and FileClosedEvent, events in
    LoggingEventHandler
  * [tests] Improve FileSystemEvent coverage
  * [watchmedo] Log all events in LoggerTrick
  * [windows] The observers.read_directory_changes.WATCHDOG_TRAVE
    RSE_MOVED_DIR_DELAY hack was removed. The constant will be
    kept to prevent breaking other softwares.
  * Thanks to our beloved contributors: @BoboTiG, @msabramo
  Generate doc only for Leap because it rise up an syntax error in
    in the future.
- Update to version 2.2.0
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown.
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates.
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``.
  * Fix adding failed emitters on observer schedule.
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem.
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command.
  * [watchmedo] Fix broken parsing of boolean arguments.
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``.
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments.
  * Eliminate timeout in waiting on event queue.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=45
2024-03-16 16:28:22 +00:00
Dominique Leuenberger
547354afda Accepting request 1092189 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=20
2023-06-12 13:25:28 +00:00
c40e1411e0 Accepting request 1092185 from home:ecsos:python
- Add %{?sle15_python_module_pythons}
- Fix build error for Leap
  Generate doc only for Leap because it rise up an syntax error in 
  version.py

OBS-URL: https://build.opensuse.org/request/show/1092185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=43
2023-06-11 11:26:21 +00:00
Dominique Leuenberger
e116a4785f Accepting request 1074701 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1074701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=19
2023-03-27 16:17:56 +00:00
e9257107e1 - update to 3.0.0:
* Drop support for Python 3.6.
  * ``watchdog`` is now PEP 561 compatible, and tested with
    ``mypy``
  * Fix missing ``>`` in ``FileSystemEvent.__repr__()``
  * [ci] Lots of improvements
  * [inotify] Return from ``InotifyEmitter.queue_events()`` if
    not launched when thread is inactive
  * [tests] Stability improvements
  * [utils] Remove handling of ``threading.Event.isSet`` spelling
  * [watchmedo] Fixed tricks YAML generation

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=41
2023-03-20 12:18:14 +00:00
Dominique Leuenberger
30245c0d0a Accepting request 1068309 from devel:languages:python
- update to 2.3.1:
  * Run ``black`` on the entire source code
  * Bundle the ``requirements-tests.txt`` file in the source
    distribution
  * [watchmedo] Exclude ``FileOpenedEvent`` events from
    ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore
    watchdog < 2.3.0 behavior. A better solution should be found
    in the future. 
  * [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``,
    events in ``LoggerTrick``
  * [inotify] Add support for ``IN_OPEN`` events: a
    ``FileOpenedEvent`` event will be fired
  * [watchmedo] Add optional event debouncing for ``auto-
    restart``, only restarting once if many events happen in
    quick succession (``--debounce-interval``)
  * [watchmedo] Exit gracefully on ``KeyboardInterrupt``
    exception (Ctrl+C)
  * [watchmedo] Add option to not auto-restart the command after
    it exits (``--no-restart-on-command-exit``)

OBS-URL: https://build.opensuse.org/request/show/1068309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=18
2023-03-01 15:14:13 +00:00
f25f8bab89 - update to 2.3.1:
* Run ``black`` on the entire source code
  * Bundle the ``requirements-tests.txt`` file in the source
    distribution
  * [watchmedo] Exclude ``FileOpenedEvent`` events from
    ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore
    watchdog < 2.3.0 behavior. A better solution should be found
    in the future. 
  * [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``,
    events in ``LoggerTrick``
  * [inotify] Add support for ``IN_OPEN`` events: a
    ``FileOpenedEvent`` event will be fired
  * [watchmedo] Add optional event debouncing for ``auto-
    restart``, only restarting once if many events happen in
    quick succession (``--debounce-interval``)
  * [watchmedo] Exit gracefully on ``KeyboardInterrupt``
    exception (Ctrl+C)
  * [watchmedo] Add option to not auto-restart the command after
    it exits (``--no-restart-on-command-exit``)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=39
2023-02-28 20:06:47 +00:00
Dominique Leuenberger
ecba9a449f Accepting request 1046133 from devel:languages:python
- update to v2.2.1:
  * [ci] Set the expected Python version when building release files
  * [ci] Update actions versions in use
  * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on
    non-Unix OSes (#935)

OBS-URL: https://build.opensuse.org/request/show/1046133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=17
2023-01-02 14:02:28 +00:00
8fff08f538 - update to v2.2.1:
* [ci] Set the expected Python version when building release files
  * [ci] Update actions versions in use
  * [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on
    non-Unix OSes (#935)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=37
2023-01-02 10:18:32 +00:00
Dominique Leuenberger
a6a1e00b8f Accepting request 1043116 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1043116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=16
2022-12-15 18:25:51 +00:00
171583efd2 Accepting request 1042764 from home:yarunachalam:branches:devel:languages:python
- Update to version 2.2.0 
  * 2022-12-05 • full history
    [build] Wheels are now available for Python 3.11 (#932)
    [documentation] HTML documentation builds are now tested for errors (#902)
    [documentation] Fix typos here, and there (#910)
    [fsevents2] The fsevents2 observer is now deprecated (#909)
    [tests] The error message returned by musl libc for error code -1 is now allowed (#923)
    [utils] Remove unnecessary code in dirsnapshot.py (#930)
    [watchmedo] Handle shutdown events from SIGHUP (#912)
    Thanks to our beloved contributors: @kurtmckee, @babymastodon, @QuantumEnergyE, @timgates42, @BoboTiG

OBS-URL: https://build.opensuse.org/request/show/1042764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=35
2022-12-15 12:19:23 +00:00
Richard Brown
75c71f239f Accepting request 990798 from devel:languages:python
- update to 2.1.9:
  * [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown. 
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates. 
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``. 
  * Fix adding failed emitters on observer schedule. 
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. 
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command. 
  * [watchmedo] Fix broken parsing of boolean arguments. 
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``. 
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments. 
  * Thanks to our beloved contributors: @taleinat, @kianmeng, @palfrey, @IlayRosenberg, @BoboTiG
  * Eliminate timeout in waiting on event queue. 
  * [inotify] Fix ``not`` equality implementation for ``InotifyEvent``. 
  * [watchmedo] Fix calling commands from within a Python script. 
  * [watchmedo] ``PyYAML`` is loaded only when strictly necessary.

OBS-URL: https://build.opensuse.org/request/show/990798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=15
2022-07-26 17:43:42 +00:00
66b84eb373 - update to 2.1.9:
* [fsevents] Fix flakey test to assert that there are no errors when stopping the emitter.
  * [inotify] Suppress occasional ``OSError: [Errno 9] Bad file descriptor`` at shutdown. 
  * [watchmedo] Make ``auto-restart`` restart the sub-process if it terminates. 
  * [watchmedo] Avoid zombie sub-processes when running ``shell-command`` without ``--wait``. 
  * Fix adding failed emitters on observer schedule. 
  * [inotify] Fix hang when unscheduling watch on a path in an unmounted filesystem. 
  * [watchmedo] Fix broken parsing of ``--kill-after`` argument for the ``auto-restart`` command. 
  * [watchmedo] Fix broken parsing of boolean arguments. 
  * [watchmedo] Fix broken parsing of commands from ``auto-restart``, and ``shell-command``. 
  * [watchmedo] Support setting verbosity level via ``-q/--quiet`` and ``-v/--verbose`` arguments. 
  * Thanks to our beloved contributors: @taleinat, @kianmeng, @palfrey, @IlayRosenberg, @BoboTiG
  * Eliminate timeout in waiting on event queue. 
  * [inotify] Fix ``not`` equality implementation for ``InotifyEvent``. 
  * [watchmedo] Fix calling commands from within a Python script. 
  * [watchmedo] ``PyYAML`` is loaded only when strictly necessary.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=33
2022-07-23 11:36:22 +00:00
Dominique Leuenberger
aeef180eef Accepting request 925613 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/925613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=14
2021-10-16 20:47:09 +00:00
0b237d30c8 Accepting request 924562 from home:bnavigator:branches:devel:languages:python:numeric
- Update to v2.1.6
  * [bsd] Fixed returned paths in kqueue.py and restored the
    overall results of the test suite. (#842)
  * [bsd] Updated FreeBSD CI support .(#841)
  * [watchmedo] Removed the argh dependency in favor of the builtin
    argparse module. (#836)
  * [watchmedo] Removed unexistant WindowsApiAsyncObserver
    references and --debug-force-winapi-async arguments.
  * [watchmedo] Improved the help output.

- Update to v2.1.5
  * Convert regexes of type str to list. (#831)
  * [watchmedo] Fix usage of os.setsid() and os.killpg() Unix-only
    functions. (#809)
  * Fix a possible AttributeError in SkipRepeatsQueue._put().
    (#818)
  * Allow overriding or adding custom event handlers to event
    dispatch map. (#814) -- reverted (#830)
  * Fix tests on big endian platforms. (#828)

OBS-URL: https://build.opensuse.org/request/show/924562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=32
2021-10-16 09:18:26 +00:00
Dominique Leuenberger
a52abd8e87 Accepting request 905789 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/905789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=13
2021-07-12 19:40:21 +00:00
1da6e53b31 Accepting request 905784 from home:alarrosa:branches:devel:languages:python
- Update to v2.1.3
  * Publish macOS ``arm64`` and ``universal2`` wheels.

OBS-URL: https://build.opensuse.org/request/show/905784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=31
2021-07-12 08:13:56 +00:00
Dominique Leuenberger
85d03f275e Accepting request 896758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/896758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=12
2021-06-02 20:12:04 +00:00
4405d56685 Accepting request 896645 from home:alarrosa:branches:devel:languages:python
- Update to v2.1.2
  * [mac] Fix relative path handling for non-recursive watch
  * [windows] On PyPy, events happening right after start() were
    missed. Add a workaround for that

OBS-URL: https://build.opensuse.org/request/show/896645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=29
2021-06-01 18:20:48 +00:00
Dominique Leuenberger
f6e2c3421f Accepting request 893715 from devel:languages:python
- Add missing BR on python-flaky.
- Update to v2.1.1
  * [mac] Fix callback exceptions when the watcher is deleted but
    still receiving events
- Update to v2.1.0
  * [inotify] Simplify libc loading
  * [mac] Add support for non-recursive watches in FSEventsEmitter
  * [watchmedo] Add support for --debug-force-* arguments to tricks
- Update to v2.0.3
  * [mac] Use logger.debug() instead of logger.info()
  * Updated documentation links
- Update to v2.0.2
  * [mac] Add missing exception objects
- Update to v2.0.1
  * [mac] Fix a segmentation fault when dealing with unicode paths
  * Moved the CI from Travis-CI to GitHub Actions
- Update to v2.0.0
  * [mac] Drop support for macOS 10.12 and earlier
  * [mac] Support coalesced filesystem events
  * [mac] Fix an issue when renaming an item changes only the
    casing
  * [inotify] Add support for IN_CLOSE_WRITE events.
    A FileCloseEvent event will be fired. Note that
    IN_CLOSE_NOWRITE events are not handled to prevent much noise.
  * [inotify] Allow to stop the emitter multiple times
  * Avoid deprecated PyEval_InitThreads on Python 3.7+

OBS-URL: https://build.opensuse.org/request/show/893715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=11
2021-05-17 16:45:26 +00:00
c8175235b4 - Add missing BR on python-flaky.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=27
2021-05-17 11:26:43 +00:00
e688a3eb3e Accepting request 893701 from home:alarrosa:branches:devel:languages:python
- Update to v2.1.1
  * [mac] Fix callback exceptions when the watcher is deleted but
    still receiving events
- Update to v2.1.0
  * [inotify] Simplify libc loading
  * [mac] Add support for non-recursive watches in FSEventsEmitter
  * [watchmedo] Add support for --debug-force-* arguments to tricks
- Update to v2.0.3
  * [mac] Use logger.debug() instead of logger.info()
  * Updated documentation links
- Update to v2.0.2
  * [mac] Add missing exception objects
- Update to v2.0.1
  * [mac] Fix a segmentation fault when dealing with unicode paths
  * Moved the CI from Travis-CI to GitHub Actions
- Update to v2.0.0
  * [mac] Drop support for macOS 10.12 and earlier
  * [mac] Support coalesced filesystem events
  * [mac] Fix an issue when renaming an item changes only the
    casing
  * [inotify] Add support for IN_CLOSE_WRITE events.
    A FileCloseEvent event will be fired. Note that
    IN_CLOSE_NOWRITE events are not handled to prevent much noise.
  * [inotify] Allow to stop the emitter multiple times
  * Avoid deprecated PyEval_InitThreads on Python 3.7+

OBS-URL: https://build.opensuse.org/request/show/893701
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=26
2021-05-17 11:23:30 +00:00
Dominique Leuenberger
bd199b60af Accepting request 862821 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/862821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=10
2021-01-13 17:24:02 +00:00
f3244c21a0 Accepting request 862769 from home:jayvdb:branches:devel:languages:python
- Run spec-cleaner
- Update to v1.0.2

OBS-URL: https://build.opensuse.org/request/show/862769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=24
2021-01-13 08:50:19 +00:00
Dominique Leuenberger
ab5b87cc2f Accepting request 822237 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=9
2020-07-24 08:00:11 +00:00
Tomáš Chvátal
86c992a267 Accepting request 822207 from home:mcalabkova:branches:devel:languages:python
- Update to 0.10.3
  * Ensure ``ObservedWatch.path`` is a string 
  * [inotify] Allow to monitor single file 
  * [inotify] Prevent raising an exception when a file in a monitored folder has no permissions

OBS-URL: https://build.opensuse.org/request/show/822207
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=22
2020-07-22 12:39:15 +00:00
Dominique Leuenberger
3bac955048 Accepting request 811020 from devel:languages:python
- Skip randomly failing test test_event_dispatcher

OBS-URL: https://build.opensuse.org/request/show/811020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=8
2020-06-04 15:57:12 +00:00
Tomáš Chvátal
0f1e630cf2 - Skip randomly failing test test_event_dispatcher
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=20
2020-06-03 07:50:56 +00:00
Dominique Leuenberger
5eecbe3a46 Accepting request 806805 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/806805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=7
2020-05-19 12:46:43 +00:00
Tomáš Chvátal
fa5ef35aed Accepting request 806792 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/806792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=18
2020-05-18 08:12:07 +00:00
Dominique Leuenberger
539470c69e Accepting request 783317 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/783317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=6
2020-03-10 12:26:02 +00:00
Tomáš Chvátal
0b03aee714 Accepting request 783286 from home:pgajdos:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/783286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=16
2020-03-10 11:16:55 +00:00
Dominique Leuenberger
f9ce5a07c7 Accepting request 746007 from devel:languages:python
- Do not pull in Brownie as it is not needed

OBS-URL: https://build.opensuse.org/request/show/746007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=5
2019-11-09 22:26:04 +00:00
Tomáš Chvátal
0968948fbe - Do not pull in Brownie as it is not needed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=14
2019-11-06 13:44:41 +00:00
Dominique Leuenberger
e2dcb75ab3 Accepting request 650294 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/650294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=4
2018-11-20 21:43:13 +00:00
Tomáš Chvátal
098d80a9c6 Accepting request 650196 from home:glaubitz:branches:devel:languages:python
- Update to version 0.8.3
- Cherry-pick upstream patch to fix testsuite
  + add-missing-conftest.patch
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/request/show/650196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=12
2018-11-19 19:32:40 +00:00
Dominique Leuenberger
f7fa9b79e0 Accepting request 628373 from devel:languages:python
- Remove devel dependency
- Use %license macro

OBS-URL: https://build.opensuse.org/request/show/628373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=3
2018-08-24 15:01:31 +00:00
Tomáš Chvátal
11057d69ae - Remove devel dependency
- Use %license macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=10
2018-08-09 10:18:50 +00:00
Dominique Leuenberger
3e3538583b Accepting request 533148 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=2
2017-10-13 12:16:33 +00:00
Dominique Leuenberger
2c9a9d2767 Accepting request 514604 from devel:languages:python
Needed by the latest version of python-pyramid

OBS-URL: https://build.opensuse.org/request/show/514604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-watchdog?expand=0&rev=1
2017-08-17 09:51:20 +00:00
Thomas Bechtold
344cb183b9 Accepting request 516587 from home:jengelh:branches:devel:languages:python
- Specify RPM group more exactly
kill extraneous whitespaces from .changes

OBS-URL: https://build.opensuse.org/request/show/516587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=7
2017-08-13 06:18:17 +00:00
Todd R
fa4c28cb4d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=6 2017-08-04 19:12:42 +00:00
Todd R
1da16bf10d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=5 2017-08-03 21:27:51 +00:00
Jan Matejek
cac729941b Accepting request 489963 from home:alois:branches:devel:languages:python
Converted to single-spec

OBS-URL: https://build.opensuse.org/request/show/489963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=4
2017-05-16 13:55:44 +00:00
5bc133800a Accepting request 369927 from home:kfreitag:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/369927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=3
2016-03-14 15:26:02 +00:00
Sascha Peilicke
7931ec63f1 Accepting request 148467 from home:posophe:branches:devel:languages:python
Update to 0.6.0

OBS-URL: https://build.opensuse.org/request/show/148467
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=2
2013-01-15 14:17:28 +00:00
Sascha Peilicke
dd2ded87fe - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=1
2012-01-31 13:37:58 +00:00