Projects
home:Eustace:branches:Eulaceura:Factory
python-watchdog
_service:obs_scm:python-watchdog.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:python-watchdog.spec of Package python-watchdog
%global _empty_manifest_terminate_build 0 Name: python-watchdog Version: 6.0.0 Release: 1 Summary: Filesystem events monitoring License: Apache-2.0 URL: https://github.com/gorakhargosh/watchdog Source0: https://files.pythonhosted.org/packages/source/w/watchdog/watchdog-%{version}.tar.gz Requires: python3-PyYAML %description Python API and shell utilities to monitor file system events. Works on 3.6+. %package -n python3-watchdog Summary: Filesystem events monitoring Provides: python-watchdog BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc %description -n python3-watchdog Python API and shell utilities to monitor file system events. 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-%{version} -p1 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-watchdog -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Thu Nov 07 2024 Wenhua Huang <huangwenhua@kylinos.cn> - 6.0.0-1 - Update package to version 6.0.0: * Pin test dependecies. * [docs] Add typing info to quick start. (#1082) * [inotify] Use of select.poll() instead of deprecated select.select(), if available. (#1078) * [inotify] Fix reading inotify file descriptor after closing it. (#1081) * [utils] The stop_signal keyword-argument type of the AutoRestartTrick class can now be either a signal.Signals or an int. * [utils] Added the __repr__() method to the Trick class. * [utils] Removed the unused echo_class() function from the echo module. * [utils] Removed the unused echo_instancemethod() function from the echo module. * [utils] Removed the unused echo_module() function from the echo module. * [utils] Removed the unused is_class_private_name() function from the echo module. * [utils] Removed the unused is_classmethod() function from the echo module. * [utils] Removed the unused ic_method(met() function from the echo module. * [utils] Removed the unused method_name() function from the echo module. * [utils] Removed the unused name() function from the echo module. * [watchmedo] Fixed Mypy issues. * [watchmedo] Added the __repr__() method to the HelpFormatter class. * [watchmedo] Removed the --trace CLI argument from the watchmedo log command, useless since events are logged by default at the LoggerTrick class level. * [windows] Fixed Mypy issues. * Thanks to our beloved contributors: @BoboTiG, @g-pichlern, @ethan-vanderheijden, @nhairs * Thu Oct 24 2024 jinshuaiyu <jinshuaiyu@kylinos.cn> - 5.0.3-1 - Update package to version 5.0.3 - Improve cleaning up Inotify threads, and add eventlet test cases. * Mon Sep 02 2024 yaoxin <yao_xin001@hoperun.com> - 5.0.0-1 - Update to 5.0.0: * Drop support for Python 3.8 (#1055) * [core] Enforced usage of proper keyword-arguments (#1057) * [core] Renamed the BaseObserverSubclassCallable class to ObserverType (#1055) * [inotify] Renamed the inotify_event_struct class to InotifyEventStruct (#1055) * [inotify] Renamed the UnsupportedLibc exception to UnsupportedLibcError (#1057) * [inotify] Removed the InotifyConstants.IN_CLOSE constant (#1046) * [watchmedo] Renamed the LogLevelException exception to LogLevelError (#1057) * [watchmedo] Renamed the WatchdogShutdown exception to WatchdogShutdownError (#1057) * [core] Enable disallow_untyped_calls Mypy rule (#1055) * [core] Enable disallow_untyped_defs Mypy rule (#1060) * [core] Improve typing references for events (#1040) * [inotify] Add support for IN_CLOSE_NOWRITE events. A FileClosedNoWriteEvent event will be fired, and its on_closed_no_write() dispatcher has been introduced (#1046) * Tue Jul 30 2024 muxiaohui <muxiaohui@kylinos.cn> - 4.0.0-1 - Update package to version 4.0.0 - Add typing to dirsnapshot. - Added DirectorySnapshotDiff.ContextManager. * 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> - 2.1.3-1 - Package Spec generated
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2