We are delighted to announce the release of: oslo.db 4.0.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 the git log history below and: http://launchpad.net/oslo.db/+milestone/4.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db Changes in oslo.db 3.2.0..4.0.0 ------------------------------- b2b748a Updated from global requirements 15d2294 Remove python 2.6 classifier be42656 Remove python 2.6 and cleanup tox.ini Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- setup.cfg | 1 - test-requirements.txt | 2 +- tox.ini | 9 +-------- 4 files changed, 4 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a8be8df..19d153b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 @@ -12 +12 @@ oslo.context>=0.2.0 # Apache-2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 9120fe6..582fb9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0