1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
python-statsd (4.0.1-1) unstable; urgency=medium
* Team upload.
* d/watch: adapt to new github changes
* New upstream version
* d/control:
- Use python3-nose2 (Closes: #1018583)
- Add pybuild-plugin-pyproject to Build-Dep
-- Mohammed Bilal <mdbilal@disroot.org> Sun, 04 Dec 2022 17:22:27 +0530
python-statsd (3.3.0-4) unstable; urgency=medium
[ Debian Janitor ]
* Update watch file format version to 4.
* Bump debhelper from deprecated 9 to 13.
* Set upstream metadata fields: Repository-Browse.
* Remove unnecessary get-orig-source-target.
* Update standards version to 4.6.1, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 16 Nov 2022 10:22:41 +0000
python-statsd (3.3.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Sandro Tosi <morph@debian.org> Sat, 04 Jun 2022 12:21:57 -0400
python-statsd (3.3.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Thomas Goirand ]
* Team upload.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 21 Oct 2019 09:43:12 +0200
python-statsd (3.3.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Team upload.
* New upstream release.
* Ran wrap-and-sort -bast.
* Removed Python 2 support (Closes: #938197).
* Removed debian/gbp.conf which contains things that should go in
~/.gbp.conf rather than in a package.
* Removed 808056.patch applied upstream.
* Standards-Version bump to 4.4.0.
-- Thomas Goirand <zigo@debian.org> Tue, 17 Sep 2019 23:13:32 +0200
python-statsd (3.2.1-2) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Filippo Giunchedi ]
* debian/control: fix Description for python-statsd (Closes: #810547)
* debian/patches/808056.patch:
fix assert_called_once() calls, thanks Gilles Dubuc (Closes: #808056)
-- Filippo Giunchedi <filippo@debian.org> Mon, 23 May 2016 13:18:22 +0100
python-statsd (3.2.1-1) unstable; urgency=medium
* New upstream release
+ Restore `StatsClient(host, port, prefix)` argument order.
-- Filippo Giunchedi <filippo@debian.org> Thu, 19 Nov 2015 19:12:27 +0000
python-statsd (3.2-1) unstable; urgency=medium
* New upstream release
+ optional IPv6 support
+ sub-millisecond timestamps
+ TCP client
-- Filippo Giunchedi <filippo@debian.org> Thu, 22 Oct 2015 10:34:20 +0100
python-statsd (3.0.1-2) unstable; urgency=medium
* Build python3-statsd, thanks Bernhard Schmidt (Closes: #778601)
-- Filippo Giunchedi <filippo@debian.org> Fri, 10 Jul 2015 18:09:04 +0100
python-statsd (3.0.1-1) unstable; urgency=medium
[ Filippo Giunchedi ]
* New upstream release. Closes: #772936
* Migrate away from githubredir in debian/watch
* Move to Standards-Versions 3.9.6, no changes
-- Filippo Giunchedi <filippo@debian.org> Fri, 12 Dec 2014 10:41:21 +0000
python-statsd (2.0.3-1) unstable; urgency=low
[ Antoine Musso]
* New upstream release. Closes: #726980
* Correct Homepage and description in debian/changelog, was refering to the
pypi module 'python-statsd' when this package is the module 'statsd'
Closes: #736256
[Jakub Wilk]
* Use canonical URIs for Vcs-* fields.
-- Antoine Musso <hashar@free.fr> Thu, 20 Feb 2014 17:44:24 +0000
python-statsd (2.0.1-1) unstable; urgency=low
* Initial release. Closes: #703613
-- Antoine Musso <hashar@free.fr> Thu, 18 Apr 2013 10:55:24 +0000
|