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
This commit is contained in:
commit
e116a4785f
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 12:17:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9f9ed26ed22a9d331820a8432c3680707ea8b54121ddcc9dc7d9f2ceeb36906
|
||||
size 123140
|
BIN
watchdog-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
watchdog-3.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user