diff --git a/python-watchdog.spec b/python-watchdog.spec index 207a2ade04b62e8097b484476c33ea0b421493b2..6d4d1bbfda02e7ec5c96ad78660265b2ed939584 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.1 +Version: 3.0.0 Release: 1 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog -Source0: https://files.pythonhosted.org/packages/11/6f/0396d373e039b89c60e23a1a9025edc6dd203121fe0af7d1427e85d5ec98/watchdog-2.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/95/a6/d6ef450393dac5734c63c40a131f66808d2e6f59f6165ab38c98fbe4e6ec/watchdog-3.0.0.tar.gz Requires: python3-PyYAML @@ -74,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Apr 10 2023 liyanan - 3.0.0-1 +- Upgrade package to version 3.0.0 + * Wed Feb 8 2023 wubijie - 2.2.1-1 - Update package to version 2.2.1 diff --git a/watchdog-2.2.1.tar.gz b/watchdog-2.2.1.tar.gz deleted file mode 100644 index 6252a44b34c5c02785ea33107da7461f1d0135e0..0000000000000000000000000000000000000000 Binary files a/watchdog-2.2.1.tar.gz and /dev/null differ diff --git a/watchdog-3.0.0.tar.gz b/watchdog-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..27566905963a84844e00a224dcbae8278930c26c Binary files /dev/null and b/watchdog-3.0.0.tar.gz differ