From bd56f08f52ad84773b58efc64d8727f834e51e125e023abd8383819df69f2db1 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 16 May 2015 12:52:23 +0000
Subject: [PATCH] Accepting request 306389 from
home:benoit_monin:branches:devel:languages:python
- update to version 0.9.5
- point the source URL to pypi
- remove unwanted shebang in pyinotify.py
OBS-URL: https://build.opensuse.org/request/show/306389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyinotify?expand=0&rev=22
---
pyinotify-0.9.4.tar.gz | 3 ---
pyinotify-0.9.5.tar.gz | 3 +++
python-pyinotify.changes | 8 ++++++++
python-pyinotify.spec | 9 +++++----
4 files changed, 16 insertions(+), 7 deletions(-)
delete mode 100644 pyinotify-0.9.4.tar.gz
create mode 100644 pyinotify-0.9.5.tar.gz
diff --git a/pyinotify-0.9.4.tar.gz b/pyinotify-0.9.4.tar.gz
deleted file mode 100644
index c956614..0000000
--- a/pyinotify-0.9.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:16f2b9ea135879f8455f2297c9ed0571409f801fe5697181a40aafccd4232119
-size 60255
diff --git a/pyinotify-0.9.5.tar.gz b/pyinotify-0.9.5.tar.gz
new file mode 100644
index 0000000..08c7db4
--- /dev/null
+++ b/pyinotify-0.9.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e7c52a9f36cee27c5d0931ecf92959cd022317b00901bd34ef05ece4a2a5cb1b
+size 61744
diff --git a/python-pyinotify.changes b/python-pyinotify.changes
index 24651cd..13bee96 100644
--- a/python-pyinotify.changes
+++ b/python-pyinotify.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Mon May 11 16:07:10 UTC 2015 - benoit.monin@gmx.fr
+
+- update to version 0.9.5:
+ * no changelog available
+- point the source URL to pypi
+- remove unwanted shebang in pyinotify.py
+
-------------------------------------------------------------------
Fri Jan 18 14:22:13 UTC 2013 - saschpe@suse.de
diff --git a/python-pyinotify.spec b/python-pyinotify.spec
index 2838bce..945ebe4 100644
--- a/python-pyinotify.spec
+++ b/python-pyinotify.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pyinotify
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
Name: python-pyinotify
-Version: 0.9.4
+Version: 0.9.5
Release: 0
Summary: Python module for watching filesystems changes
License: MIT
Group: Development/Libraries/Python
Url: http://github.com/seb-m/pyinotify
-# downloaded from https://github.com/seb-m/pyinotify/tags
-Source: pyinotify-%{version}.tar.gz
+Source: https://pypi.python.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz
Source1: pyinotify
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -52,6 +51,8 @@ notifications.
%prep
%setup -q -n pyinotify-%{version}
+# remove unwanted shebang
+sed -i '/^#!/ d' python2/pyinotify.py
%build
python setup.py build