From e9257107e1d6143a7903302e2b2348c6ffcbd552f3f5ab66643e3a3b2492836a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Mar 2023 12:18:14 +0000 Subject: [PATCH] - 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 --- python-watchdog.changes | 15 +++++++++++++++ python-watchdog.spec | 2 +- watchdog-2.3.1.tar.gz | 3 --- watchdog-3.0.0.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 watchdog-2.3.1.tar.gz create mode 100644 watchdog-3.0.0.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index 2435824..3bb66dc 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Mar 20 12:17:42 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue Feb 28 20:02:59 UTC 2023 - Dirk Müller diff --git a/python-watchdog.spec b/python-watchdog.spec index 32322cd..b42da22 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-watchdog -Version: 2.3.1 +Version: 3.0.0 Release: 0 Summary: Filesystem events monitoring License: Apache-2.0 diff --git a/watchdog-2.3.1.tar.gz b/watchdog-2.3.1.tar.gz deleted file mode 100644 index bc5e6f2..0000000 --- a/watchdog-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9f9ed26ed22a9d331820a8432c3680707ea8b54121ddcc9dc7d9f2ceeb36906 -size 123140 diff --git a/watchdog-3.0.0.tar.gz b/watchdog-3.0.0.tar.gz new file mode 100644 index 0000000..a405a37 --- /dev/null +++ b/watchdog-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d98a320595da7a7c5a18fc48cb633c2e73cda78f93cac2ef42d42bf609a33f9 +size 124593