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
This commit is contained in:
commit
b9d1033f49
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 16 16:27:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 11 09:16:06 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Sun Jun 11 09:16:06 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-watchdog
|
# spec file for package python-watchdog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 3.0.0
|
Version: 4.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -33,7 +33,7 @@ BuildRequires: python3-Sphinx
|
|||||||
Requires: python-PyYAML >= 3.10
|
Requires: python-PyYAML >= 3.10
|
||||||
Requires: python-pathtools >= 0.1.1
|
Requires: python-pathtools >= 0.1.1
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pathtools >= 0.1.1}
|
BuildRequires: %{python_module pathtools >= 0.1.1}
|
||||||
|
BIN
watchdog-3.0.0.tar.gz
(Stored with Git LFS)
BIN
watchdog-3.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
watchdog-4.0.0.tar.gz
Normal file
3
watchdog-4.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec
|
||||||
|
size 126415
|
Loading…
Reference in New Issue
Block a user