[Python-modules-commits] [python-gear] 09/12: python-gear: bump to 0.5.4
Antoine Musso
hashar-guest at moszumanska.debian.org
Mon Mar 16 14:27:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
hashar-guest pushed a commit to branch master
in repository python-gear.
commit a5118a4eb82315399903fea1e88caf86004389eb
Author: Antoine Musso <hashar at free.fr>
Date: Wed Apr 16 12:27:50 2014 +0000
python-gear: bump to 0.5.4
python-statsd is now a build depends (required to run tests) but is only a
suggestion since it users do not need to have it configured.
git-svn-id: svn://svn.debian.org/svn/python-modules/packages/python-gear/trunk@28530 771dd761-d7fa-0310-a302-f036d1c1ebb6
---
debian/changelog | 8 ++++++++
debian/control | 5 +++++
2 files changed, 13 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c0898bd..f26f7ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-gear (0.5.4-1) unstable; urgency=low
+
+ * New upstream version
+ * python-statsd is now a build depends (required to run tests) but is only a
+ suggestion since it users do not need to have it configured.
+
+ -- Antoine Musso <hashar at free.fr> Wed, 16 Apr 2014 12:20:34 +0000
+
python-gear (0.4.0-1) unstable; urgency=low
* Initial Version
diff --git a/debian/control b/debian/control
index 0a988f9..1a5e63e 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 8),
python-daemon,
python-extras,
python-fixtures (>=0.3.12),
+ python-statsd (>=1.0.0),
python-setuptools (>= 0.6b3),
python-sphinx (>=1.1.2),
python-subunit,
@@ -40,6 +41,7 @@ Depends: python-daemon,
python-pbr,
${misc:Depends},
${python:Depends}
+Suggests: python-statsd
Description: Pure Python Async Gear Protocol Library
python-gear is a pure-Python asynchronous library to interface with Gearman.
.
@@ -51,3 +53,6 @@ Description: Pure Python Async Gear Protocol Library
.
The module also provides a simple Gearman server for use as a convenience in
unit tests. The server is not designed for production use under load.
+ .
+ Installing the suggested python-statsd package would add support for reporting
+ to statsd a frontend to Graphite a stats collection and graphing server.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git
More information about the Python-modules-commits
mailing list