We are stoked to announce the release of: monasca-common 2.4.0: Monasca common python modules This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-common/ For more details, please see below. Changes in monasca-common 2.3.0..2.4.0 -------------------------------------- 94e0a05 Fixed inconfigurable kafka consumer offset location 5711485 Cleanup test-requirements 32fb6f0 Updated from global requirements 7fb6be5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- monasca_common/kafka/consumer.py | 11 +++++++++-- requirements.txt | 2 +- test-requirements.txt | 7 +++---- 3 files changed, 13 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 94371cc..cad347b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ PyMySQL>=0.7.6 # MIT License -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.config>=4.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 79f8b5d..0317a31 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -httplib2>=0.7.5 # MIT -mock>=2.0 # BSD +httplib2>=0.9.1 # MIT +mock>=2.0.0 # BSD @@ -14,2 +14 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +os-testr>=1.0.0 # Apache-2.0