diff --git a/python-watchdog.spec b/python-watchdog.spec index 92cf9b39adc76af90e64ca043901f0e46dfaecdf..71c0e9754ed13efaa3f87124668d7c9bcca1cdbd 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-watchdog -Version: 5.0.3 +Version: 6.0.0 Release: 1 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog -Source0: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz Requires: python3-PyYAML @@ -74,6 +74,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 07 2024 panzhe - 6.0.0-1 +- Update package to version 6.0.0 + * Add typing info to quick start + * Fix reading inotify file descriptor after closing it + * Thu Oct 24 2024 jinshuaiyu - 5.0.3-1 - Update package to version 5.0.3 - Improve cleaning up Inotify threads, and add eventlet test cases. diff --git a/watchdog-5.0.3.tar.gz b/watchdog-5.0.3.tar.gz deleted file mode 100644 index cdd9b17e50c7007b2c065ffb1845fda43b16ddd2..0000000000000000000000000000000000000000 Binary files a/watchdog-5.0.3.tar.gz and /dev/null differ diff --git a/watchdog-6.0.0.tar.gz b/watchdog-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..43330eeef2390bd79ccb6eedc4ff6b42c6ffd56e Binary files /dev/null and b/watchdog-6.0.0.tar.gz differ