We are ecstatic to announce the release of: monasca-statsd 2.1.0: Monasca statsd Python client This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/monasca-statsd Download the package from: https://tarballs.openstack.org/monasca-statsd/ Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. Changes in monasca-statsd 2.0.0..2.1.0 -------------------------------------- 8621c54 Use unittest.mock instead of mock aa83a72 Remove .testr.conf fcb40ee Fix and unify cover environment 4604310 Add CONTRIBUTING.rst d0e8ade Fix hacking min version to 3.0.1 d89dc30 Add py38 package metadata d6e36cb Add Python3 victoria unit tests 6ecc0a5 Cleanup py27 support 55ebdd4 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- .testr.conf | 9 --------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 19 +++++++++++++++++++ lower-constraints.txt | 5 ----- setup.cfg | 13 +++++-------- setup.py | 9 --------- test-requirements.txt | 3 +-- tox.ini | 11 +++++++---- 10 files changed, 39 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 67fa8e7..3d07f82 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 @@ -7 +6,0 @@ coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD