Upgrade to 2.1.9
This commit is contained in:
parent
10e7aeaa8d
commit
07d70c90ef
@ -1,14 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-watchdog
|
Name: python-watchdog
|
||||||
Version: 2.1.3
|
Version: 2.1.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Filesystem events monitoring
|
Summary: Filesystem events monitoring
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/gorakhargosh/watchdog
|
URL: https://github.com/gorakhargosh/watchdog
|
||||||
Source0: https://files.pythonhosted.org/packages/f5/c2/d1ff8343cd38138561d2f08aba7b0566020485346097019f3a87773c96fc/watchdog-2.1.3.tar.gz
|
Source0: https://files.pythonhosted.org/packages/42/f7/da8e889f8626786eac9454e8d2718fc79359ed517be20cdd50c647167d39/watchdog-2.1.9.tar.gz
|
||||||
|
|
||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
Requires: python3-argh
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python API and shell utilities to monitor file system events.
|
Python API and shell utilities to monitor file system events.
|
||||||
@ -21,7 +20,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-cffi
|
BuildRequires: python3-cffi
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
|
||||||
%description -n python3-watchdog
|
%description -n python3-watchdog
|
||||||
Python API and shell utilities to monitor file system events.
|
Python API and shell utilities to monitor file system events.
|
||||||
Works on 3.6+.
|
Works on 3.6+.
|
||||||
@ -29,12 +28,13 @@ Works on 3.6+.
|
|||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for watchdog
|
Summary: Development documents and examples for watchdog
|
||||||
Provides: python3-watchdog-doc
|
Provides: python3-watchdog-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Python API and shell utilities to monitor file system events.
|
Python API and shell utilities to monitor file system events.
|
||||||
Works on 3.6+.
|
Works on 3.6+.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n watchdog-2.1.3
|
%autosetup -n watchdog-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -74,8 +74,11 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.1.9-1
|
||||||
|
- Upgrade to 2.1.9
|
||||||
|
|
||||||
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 2.1.3-2
|
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 2.1.3-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
* Thu Jul 22 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Thu Jul 22 2021 Python_Bot <Python_Bot@openeuler.org> - 2.1.3-1
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
BIN
watchdog-2.1.9.tar.gz
Normal file
BIN
watchdog-2.1.9.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user