diff --git a/python-watchdog.spec b/python-watchdog.spec index 87d7b1e..207a2ad 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-watchdog -Version: 2.2.0 +Version: 2.2.1 Release: 1 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog -Source0: https://files.pythonhosted.org/packages/c3/fb/bd960970258366b0704307ccd12617d64201407bfb6d31ae412d2762ccf1/watchdog-2.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/11/6f/0396d373e039b89c60e23a1a9025edc6dd203121fe0af7d1427e85d5ec98/watchdog-2.2.1.tar.gz Requires: python3-PyYAML @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Feb 8 2023 wubijie - 2.2.1-1 +- Update package to version 2.2.1 + * Mon Dec 12 2022 Wenzhiwei - 2.2.0-1 - Upgrade to 2.2.0 diff --git a/watchdog-2.2.0.tar.gz b/watchdog-2.2.0.tar.gz deleted file mode 100644 index 39a4fff..0000000 Binary files a/watchdog-2.2.0.tar.gz and /dev/null differ diff --git a/watchdog-2.2.1.tar.gz b/watchdog-2.2.1.tar.gz new file mode 100644 index 0000000..6252a44 Binary files /dev/null and b/watchdog-2.2.1.tar.gz differ