forked from pool/python-statsd
- update to 4.0.1:
* Updated trove classifiers, see #174 - update to 4.0.0: * Updates support to Python 3.7 through 3.11. * Added `close()` method to UDP-based `StatsClient`. * Drops support for Python 2. * Using a timing decorator on an async function should now properly measure the execution time, instead of counting immediately. See #119. * Use pytest for the testsuite, and switch to bare asserts. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-statsd?expand=0&rev=16
This commit is contained in:
67
python-statsd.changes
Normal file
67
python-statsd.changes
Normal file
@@ -0,0 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 09:14:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.1:
|
||||
* Updated trove classifiers, see #174
|
||||
- update to 4.0.0:
|
||||
* Updates support to Python 3.7 through 3.11.
|
||||
* Added `close()` method to UDP-based `StatsClient`.
|
||||
* Drops support for Python 2.
|
||||
* Using a timing decorator on an async function should now
|
||||
properly measure the execution time, instead of counting
|
||||
immediately. See #119.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 10:54:18 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- do not require python-mock for build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 04:43:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add remove-nose.patch:
|
||||
* Use pytest for the testsuite, and switch to bare asserts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 15:02:42 UTC 2018 - tbechtold@suse.com
|
||||
|
||||
- update to 3.2.2:
|
||||
- Use a monotomic timer to avoid clock adjustments (#96).
|
||||
- Test on Python 3.5 and 3.6.
|
||||
- Various doc updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 06:16:14 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- convert to singlespec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 21:06:11 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Description with neutral point of view
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 07:01:21 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
- Initial packaging (version 3.2.1)
|
||||
|
||||
Reference in New Issue
Block a user