forked from pool/python-pyinotify
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
This commit is contained in:
committed by
Git OBS Bridge
parent
19a18bdb6d
commit
bd56f08f52
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16f2b9ea135879f8455f2297c9ed0571409f801fe5697181a40aafccd4232119
|
|
||||||
size 60255
|
|
3
pyinotify-0.9.5.tar.gz
Normal file
3
pyinotify-0.9.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7c52a9f36cee27c5d0931ecf92959cd022317b00901bd34ef05ece4a2a5cb1b
|
||||||
|
size 61744
|
@@ -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
|
Fri Jan 18 14:22:13 UTC 2013 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyinotify
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pyinotify
|
Name: python-pyinotify
|
||||||
Version: 0.9.4
|
Version: 0.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for watching filesystems changes
|
Summary: Python module for watching filesystems changes
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Url: http://github.com/seb-m/pyinotify
|
Url: http://github.com/seb-m/pyinotify
|
||||||
# downloaded from https://github.com/seb-m/pyinotify/tags
|
Source: https://pypi.python.org/packages/source/p/pyinotify/pyinotify-%{version}.tar.gz
|
||||||
Source: pyinotify-%{version}.tar.gz
|
|
||||||
Source1: pyinotify
|
Source1: pyinotify
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -52,6 +51,8 @@ notifications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyinotify-%{version}
|
%setup -q -n pyinotify-%{version}
|
||||||
|
# remove unwanted shebang
|
||||||
|
sed -i '/^#!/ d' python2/pyinotify.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Reference in New Issue
Block a user