Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
402d786ead
!7 Upgrade package to version 3.0.0
From: @lyn1001 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-10 05:54:44 +00:00
lyn1001
8241cc02dd Upgrade package to version 3.0.0 2023-04-10 10:48:13 +08:00
openeuler-ci-bot
681e2934ca
!6 Update package to version 2.2.1
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-02-09 09:40:34 +00:00
wubijie
649922a709 Update package to version 2.2.1 2023-02-08 15:49:05 +08:00
openeuler-ci-bot
771805715f
!5 Upgrade to 2.2.0
From: @wenzhiwei11 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-12-19 12:49:40 +00:00
Wen Zhiwei
cdff486666 Upgrade to 2.2.0 2022-12-12 15:14:09 +08:00
openeuler-ci-bot
ec1ab11596
!4 Delete old version source
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-28 09:12:37 +00:00
jxy_git
13ebd57609 Delete old version source 2022-09-28 17:04:45 +08:00
openeuler-ci-bot
f94db9aea2
!3 Upgrade to 2.1.9
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-09-28 01:34:25 +00:00
jxy_git
07d70c90ef Upgrade to 2.1.9 2022-09-27 18:31:10 +08:00
3 changed files with 19 additions and 7 deletions

View File

@ -1,14 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-watchdog
Version: 2.1.3
Release: 2
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/f5/c2/d1ff8343cd38138561d2f08aba7b0566020485346097019f3a87773c96fc/watchdog-2.1.3.tar.gz
Source0: https://files.pythonhosted.org/packages/95/a6/d6ef450393dac5734c63c40a131f66808d2e6f59f6165ab38c98fbe4e6ec/watchdog-3.0.0.tar.gz
Requires: python3-PyYAML
Requires: python3-argh
%description
Python API and shell utilities to monitor file system events.
@ -21,7 +20,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-watchdog
Python API and shell utilities to monitor file system events.
Works on 3.6+.
@ -29,12 +28,13 @@ Works on 3.6+.
%package help
Summary: Development documents and examples for watchdog
Provides: python3-watchdog-doc
%description help
Python API and shell utilities to monitor file system events.
Works on 3.6+.
%prep
%autosetup -n watchdog-2.1.3
%autosetup -n watchdog-%{version}
%build
%py3_build
@ -74,8 +74,20 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Apr 10 2023 liyanan <thistleslyn@163.com> - 3.0.0-1
- Upgrade package to version 3.0.0
* Wed Feb 8 2023 wubijie <wubijie@kylinos.cn> - 2.2.1-1
- Update package to version 2.2.1
* Mon Dec 12 2022 Wenzhiwei <wenzhiwei@kylinos.cn> - 2.2.0-1
- Upgrade to 2.2.0
* 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
- 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

Binary file not shown.

BIN
watchdog-3.0.0.tar.gz Normal file

Binary file not shown.