commit python-pyinotify for openSUSE:Factory
Hello community, here is the log from the commit of package python-pyinotify for openSUSE:Factory checked in at Tue Nov 2 16:20:13 CET 2010. -------- New Changes file: --- /dev/null 2010-07-09 01:59:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-pyinotify/python-pyinotify.changes 2010-11-02 14:28:46.000000000 +0100 @@ -0,0 +1,27 @@ +------------------------------------------------------------------- +Tue Nov 2 13:27:57 UTC 2010 - prusnak@opensuse.org + +- add pyinotify wrapper +- fix license in spec file + +------------------------------------------------------------------- +Thu Oct 28 18:33:27 UTC 2010 - prusnak@opensuse.org + +- updated to 0.9.1 +- cleanup spec file + +------------------------------------------------------------------- +Mon Oct 11 22:29:37 UTC 2010 - pascal.bleser@opensuse.org + +- update to 0.9.0 + +------------------------------------------------------------------- +Tue Jun 17 21:15:13 CEST 2008 - poeml@suse.de + +- update to 0.7.1 + +------------------------------------------------------------------- +Fri Sep 15 11:42:54 CEST 2006 - poeml@suse.de + +- create package (version 0.6.2) + calling whatdependson for head-i586 New: ---- pyinotify python-pyinotify.changes python-pyinotify.spec seb-m-pyinotify-0.9.1-0-g5d381ce.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyinotify.spec ++++++ # # spec file for package python-pyinotify (Version 0.9.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: python-pyinotify Version: 0.9.1 Release: 1 License: MIT Summary: Python module for watching filesystems changes Url: http://github.com/seb-m/pyinotify Group: Development/Libraries/Python # downloaded from http://github.com/seb-m/pyinotify/tarball/%{version} %define tag 5d381ce %define subdir 4ad6992 Source: http://download.github.com/seb-m-pyinotify-%{version}-0-g%{tag}.tar.gz Source1: pyinotify BuildRequires: perl BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} >= 1120 BuildArch: noarch %else %{py_requires} %endif %description pyinotify is a Python module for watching filesystems changes. By its design pyinotify can be used for any kind of fs monitoring. pyinotify relies on a recent Linux Kernel feature (merged in kernel 2.6.13) called inotify. inotify is an event-driven notifier, its notifications are exported from kernel space to user space. The raw interface of inotify is compounded of three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to use inotify with Python. Pyinotify doesn't requires much detailed knowledge of inotify. Moreover, it only needs few statements for initializing, watching, handling (eventually trough a new separate thread), and processing events notifications through subclassing. The only things to know is the path of items to watch, the kind of events to monitor and the actions to execute on these notifications. Note: pyinotify requires Python 2.3 and above, and Linux 2.6.13 at least. %prep %setup -q -n "seb-m-pyinotify-%{subdir}" %build export CFLAGS="%{optflags}" python ./setup.py build %install python ./setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES install -D -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/pyinotify %clean rm -rf %{buildroot} %files -f INSTALLED_FILES %defattr(-,root,root) %doc ACKS COPYING README.md %doc python2/examples %{_bindir}/pyinotify %changelog ++++++ pyinotify ++++++ #!/bin/sh python -m pyinotify "$@" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de