diff --git a/python-watchdog.spec b/python-watchdog.spec index bc79301..87d7b1e 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-watchdog -Version: 2.1.9 +Version: 2.2.0 Release: 1 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog -Source0: https://files.pythonhosted.org/packages/42/f7/da8e889f8626786eac9454e8d2718fc79359ed517be20cdd50c647167d39/watchdog-2.1.9.tar.gz +Source0: https://files.pythonhosted.org/packages/c3/fb/bd960970258366b0704307ccd12617d64201407bfb6d31ae412d2762ccf1/watchdog-2.2.0.tar.gz Requires: python3-PyYAML @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 12 2022 Wenzhiwei - 2.2.0-1 +- Upgrade to 2.2.0 + * Tue Sep 27 2022 jiangxinyu - 2.1.9-1 - Upgrade to 2.1.9 diff --git a/watchdog-2.1.9.tar.gz b/watchdog-2.1.9.tar.gz deleted file mode 100644 index 8d8508e..0000000 Binary files a/watchdog-2.1.9.tar.gz and /dev/null differ diff --git a/watchdog-2.2.0.tar.gz b/watchdog-2.2.0.tar.gz new file mode 100644 index 0000000..39a4fff Binary files /dev/null and b/watchdog-2.2.0.tar.gz differ