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 12, 2019
1 parent ee44396 commit 5bb437c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
python-dwho (0.3.11) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Thu, 12 Dec 2019 12:00:22 +0100

python-dwho (0.3.10) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Thu, 12 Dec 2019 11:59:11 +0100

python-dwho (0.3.9) unstable; urgency=medium

* Reviewed requirements.

-- Adrien DELLE CAVE (Decryptus) <adc@doowan.net> Wed, 11 Dec 2019 19:31:18 +0100

python-dwho (0.3.8) 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.8
0.3.11
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.8
0.3.11
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.8), python-yaml
Depends: ${misc:Depends}, lsb-release, python-dev (>= 2.7~), python-mako, python-pip, python-pyinotify, python-redis, python-requests, python-sonicprobe (>= 0.3.16), python-yaml
Suggests: python-mysqldb, python-psycopg2, python-sqlite
Description: DWho python libraries
3 changes: 2 additions & 1 deletion dwho/classes/inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def load_exclude_patterns(exclude_files):
for x in exclude_files:
pattern = helpers.load_patterns_from_file(x)
if not pattern:
raise DWhoConfigurationError("unable to load exclude patterns from %r." % x)
LOG.warning("unable to load exclude patterns from %r", x)
continue

r.update(pattern)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
escapejson
httpdis>=0.6.5
httpdis>=0.6.6
Mako
PyYAML>=3.10
pyinotify
redis>=2.4.0
requests>=2.0
six>=1.12.0
sonicprobe>=0.3.8
sonicprobe>=0.3.16
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.8'
version: '0.3.8'
release: '0.3.11'
version: '0.3.11'
license: License GPL-3
url: https://github.com/decryptus/dwho
python_requires:
Expand Down

0 comments on commit 5bb437c

Please sign in to comment.