We are gleeful to announce the release of: oslo.db 1.7.3: Oslo Database library This release is part of the kilo stable 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/1.7.3 Please report issues through launchpad: http://bugs.launchpad.net/oslo.db Changes in oslo.db 1.7.2..1.7.3 ------------------------------- c5f468d Updated from global requirements d0a169c Updated from global requirements c30c28f Updated from global requirements 0beecc6 Updated from global requirements f66d9c8 Updated from global requirements 40acac6 Add mock to test-requirements.txt Diffstat (except docs and test files) ------------------------------------- requirements.txt | 16 ++++++++-------- setup.py | 1 - test-requirements-py2.txt | 17 +++++++++-------- test-requirements-py3.txt | 18 +++++++++--------- 4 files changed, 26 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8350f43..966a892 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr>=0.6,!=0.7,<1.0 -alembic>=0.7.2 +pbr!=0.7,<1.0,>=0.6 +alembic<0.8.1,>=0.7.2 @@ -9,6 +9,6 @@ iso8601>=0.1.9 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.config>=1.9.3,<1.10.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 -SQLAlchemy>=0.9.7,<=0.9.99 -sqlalchemy-migrate>=0.9.5 -stevedore>=1.3.0,<1.4.0 # Apache-2.0 +oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0 +oslo.config<1.10.0,>=1.9.3 # Apache-2.0 +oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0 +SQLAlchemy<=0.9.99,>=0.9.7 +sqlalchemy-migrate!=0.9.8,<0.10.0,>=0.9.5 +stevedore<1.4.0,>=1.3.0 # Apache-2.0