14
0
forked from pool/python-statsd

Accepting request 678518 from home:jayvdb:django

- Activate the test suite
- Add built docs to %doc
- Use fdupes
- Update to v3.3.0
  * Drop support for Python 2.5, 2.6, 3.2, 3.3
  * Add UnixSocketStatsClient
  * Add support for timedeltas in timing()
  * Fix timer decorator with partial functions
  * Remove ABCMeta metaclass (incompatible with Py3)
  * Refactor client module
  * Various doc updates

OBS-URL: https://build.opensuse.org/request/show/678518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-statsd?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-02-25 08:52:11 +00:00
committed by Git OBS Bridge
parent a3521eced7
commit 8dbfc01031
4 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 24 08:54:55 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate the test suite
- Add built docs to %doc
- Use fdupes
- Update to v3.3.0
* Drop support for Python 2.5, 2.6, 3.2, 3.3
* Add UnixSocketStatsClient
* Add support for timedeltas in timing()
* Fix timer decorator with partial functions
* Remove ABCMeta metaclass (incompatible with Py3)
* Refactor client module
* Various doc updates
-------------------------------------------------------------------
Tue Dec 4 12:54:56 UTC 2018 - Matej Cepl <mcepl@suse.com>