From 7931ec63f18132be76567f518fc364274245c60bc6d3e808511da0411b8841a8 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 15 Jan 2013 14:17:28 +0000 Subject: [PATCH] Accepting request 148467 from home:posophe:branches:devel:languages:python Update to 0.6.0 OBS-URL: https://build.opensuse.org/request/show/148467 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchdog?expand=0&rev=2 --- python-watchdog.changes | 6 ++++++ python-watchdog.spec | 9 +++++++-- watchdog-0.5.4.tar.gz | 3 --- watchdog-0.6.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 watchdog-0.5.4.tar.gz create mode 100644 watchdog-0.6.0.tar.gz diff --git a/python-watchdog.changes b/python-watchdog.changes index 3e70b4f..71afe33 100644 --- a/python-watchdog.changes +++ b/python-watchdog.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 14 15:48:45 UTC 2013 - p.drouand@gmail.com + +- Update to 0.6.0 version: + * No changelog or NEWS file provided + ------------------------------------------------------------------- Tue Jan 31 12:21:19 UTC 2012 - saschpe@suse.de diff --git a/python-watchdog.spec b/python-watchdog.spec index b5056e4..7b228c1 100644 --- a/python-watchdog.spec +++ b/python-watchdog.spec @@ -1,7 +1,7 @@ # # spec file for package python-watchdog # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,7 +16,7 @@ # Name: python-watchdog -Version: 0.5.4 +Version: 0.6.0 Release: 0 Url: http://github.com/gorakhargosh/watchdog Summary: Filesystem events monitoring @@ -41,6 +41,8 @@ Python API and shell utilities to monitor file system events. %prep %setup -q -n watchdog-%{version} +# Fix spurious executable permissions +chmod -x README %build python setup.py build @@ -48,6 +50,9 @@ cd docs && make html && rm -r build/html/.buildinfo # Build HTML docs %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +# remove shebangs from all scripts +find %{buildroot}%{python_sitelib} -name '*.py' \ + -exec sed -i -e '1{/^#!/d}' {} \; %files %defattr(-,root,root,-) diff --git a/watchdog-0.5.4.tar.gz b/watchdog-0.5.4.tar.gz deleted file mode 100644 index 1933a25..0000000 --- a/watchdog-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8877e10ba011fc1803f15bdcd7754119349f109391896cfb3bb525b75afcd52b -size 71066 diff --git a/watchdog-0.6.0.tar.gz b/watchdog-0.6.0.tar.gz new file mode 100644 index 0000000..de49d60 --- /dev/null +++ b/watchdog-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaae8ec476b31d46c5dc400105ade2e1c3e2221d9c5f8252a64a2f05165e9dd9 +size 76560