[Python-modules-commits] r28530 - in packages/python-gear/trunk/debian (changelog control)
hashar-guest at users.alioth.debian.org
hashar-guest at users.alioth.debian.org
Wed Apr 16 12:27:51 UTC 2014
Date: Wednesday, April 16, 2014 @ 12:27:50
Author: hashar-guest
Revision: 28530
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.
Modified:
packages/python-gear/trunk/debian/changelog
packages/python-gear/trunk/debian/control
Modified: packages/python-gear/trunk/debian/changelog
===================================================================
--- packages/python-gear/trunk/debian/changelog 2014-04-15 16:58:48 UTC (rev 28529)
+++ packages/python-gear/trunk/debian/changelog 2014-04-16 12:27:50 UTC (rev 28530)
@@ -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
Modified: packages/python-gear/trunk/debian/control
===================================================================
--- packages/python-gear/trunk/debian/control 2014-04-15 16:58:48 UTC (rev 28529)
+++ packages/python-gear/trunk/debian/control 2014-04-16 12:27:50 UTC (rev 28530)
@@ -14,6 +14,7 @@
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 @@
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 @@
.
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.
More information about the Python-modules-commits
mailing list