Skip to content

Commit

Permalink
Reviewed requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Dec 19, 2019
1 parent 88d27e4 commit e0a0062
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-dwho (0.3.18) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Thu, 19 Dec 2019 06:25:10 +0100

python-dwho (0.3.17) unstable; urgency=medium

* Reviewed requirements.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.17
0.3.18
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.17
0.3.18
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Homepage: https://github.com/decryptus/dwho
Package: python-dwho
Architecture: all
Homepage: https://github.com/decryptus/dwho
Depends: ${misc:Depends}, lsb-release, python-dev (>= 2.7~), python-mako, python-pip, python-pyinotify, python-redis, python-requests, python-sonicprobe (>= 0.3.17), python-yaml
Depends: ${misc:Depends}, lsb-release, python-dev (>= 2.7~), python-mako, python-pip, python-pyinotify, python-redis, python-requests, python-yaml
Suggests: python-mysqldb, python-psycopg2, python-sqlite
Description: DWho python libraries
4 changes: 2 additions & 2 deletions dwho/classes/inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __call__(self, notifier, conf):
if 'plugins' not in value:
value['plugins'] = conf['plugins'].copy()

value['event_masks'] = 0
value['event_masks'] = 0

if 'events' not in value:
value['events'] = list(conf['events'])
Expand Down Expand Up @@ -161,7 +161,7 @@ def __call__(self, notifier, conf):
value['exclude_patterns'] = None

for path, value in six.iteritems(conf['paths']):
plugins = []
plugins = []
if value['plugins']:
for plugin, options in six.iteritems(value['plugins']):
if not options:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
escapejson
httpdis>=0.6.7
httpdis>=0.6.8
Mako
PyYAML>=3.10
pyinotify
python-dotenv
redis>=2.4.0
requests>=2.0
six>=1.12.0
sonicprobe>=0.3.17
six>=1.13.0
sonicprobe>=0.3.19
4 changes: 2 additions & 2 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: dwho
author: Adrien Delle Cave
author_email: pypi@doowan.net
copyright: '2019 Adrien Delle Cave'
release: '0.3.17'
version: '0.3.17'
release: '0.3.18'
version: '0.3.18'
license: License GPL-3
url: https://github.com/decryptus/dwho
python_requires:
Expand Down

0 comments on commit e0a0062

Please sign in to comment.