14
0
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:
2024-11-24 09:15:27 +00:00
committed by Git OBS Bridge
parent cb4cbf36aa
commit b635ce9592
5 changed files with 41 additions and 34 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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
@@ -7,7 +20,7 @@ Tue Apr 19 10:54:18 UTC 2022 - pgajdos@suse.com
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.
* Use pytest for the testsuite, and switch to bare asserts.
-------------------------------------------------------------------
Sun Feb 24 08:54:55 UTC 2019 - John Vandenberg <jayvdb@gmail.com>