[openstack-dev] [all] oslo.db 1.6.0 release
Doug Hellmann
doug at doughellmann.com
Mon Mar 9 14:15:35 UTC 2015
The Oslo team is thrilled to announce the release of:
oslo.db 1.6.0: oslo.db library
For more details, please see the git log history below and:
http://launchpad.net/oslo.db/+milestone/1.6.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.db
Notable changes
----------------
We hope to make this the last release of the library for the Kilo cycle.
Changes in oslo.db 1.5.0..1.6.0
-------------------------------
11f71cd Updated from global requirements
fa43657 Use PyMySQL as DB driver in py3 environment
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 4 ++--
test-requirements-py3.txt | 4 +---
tox.ini | 6 ++++++
3 files changed, 9 insertions(+), 5 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 3e7a757..e3384db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.i18n>=1.3.0 # Apache-2.0
-oslo.config>=1.6.0 # Apache-2.0
+oslo.config>=1.9.0 # Apache-2.0
@@ -13 +13 @@ SQLAlchemy>=0.9.7,<=0.9.99
-sqlalchemy-migrate>=0.9.1,!=0.9.2
+sqlalchemy-migrate>=0.9.5
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index b9c1c33..03670e8 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -15,0 +16 @@ oslotest>=1.2.0 # Apache-2.0
+PyMySQL>=0.6.2 # MIT License
@@ -19,3 +19,0 @@ tempest-lib>=0.2.0
-
-# TODO(harlowja): add in pymysql when able to...
-# https://review.openstack.org/#/c/123737
More information about the OpenStack-dev
mailing list