[release][oslo] oslo.db release 4.2.0 (mitaka)
We are jazzed to announce the release of: oslo.db 4.2.0: Oslo Database library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.db With package available at: https://pypi.python.org/pypi/oslo.db For more details, please see below and: http://launchpad.net/oslo.db/+milestone/4.2.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db Changes in oslo.db 4.1.0..4.2.0 ------------------------------- 60af104 Fix comparison of Variant and other type in compare_type c7722d6 Updated from global requirements fa00b8a Updated from global requirements 838e314 Don't trace DB errors when we're retrying 1404345 Updated from global requirements 0e221e6 Remove iso8601 in requirements.txt d49b414 Trival: Remove 'MANIFEST.in' Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 6 ------ oslo_db/api.py | 7 ++++++- oslo_db/sqlalchemy/test_migrations.py | 14 +++++++++++++- requirements.txt | 3 +-- setup.cfg | 2 +- 6 files changed, 26 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 19d153b..9e0d344 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ Babel>=1.3 -iso8601>=0.1.9 @@ -12 +11 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.utils>=2.8.0 # Apache-2.0 +oslo.utils>=3.2.0 # Apache-2.0
participants (1)
-
davanum@gmail.com