[blazar] blazar-nova 1.0.1 (queens)
We are tickled pink to announce the release of: blazar-nova 1.0.1: Nova related filters and extensions for Blazar This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/blazar-nova/ Please report issues through launchpad: https://launchpad.net/blazar For more details, please see below. Changes in blazar-nova 0.3.0..1.0.1 ----------------------------------- ce1adf5 Remove commas in setup.cfg package classifiers 3be3998 Update UPPER_CONSTRAINTS_FILE for stable/queens 24c5e8d Update .gitreview for stable/queens 43a0319 Add Python3 to the setup configuration 6887b8c Updated from global requirements fda742a Updated from global requirements f1fd56b Remove mox from requirements d9214e3 Updated from global requirements a9fe04e Improve README 32967f0 Updated from global requirements 8eb61e5 Update documentation links d060aa5 Updated from global requirements 2fba261 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + HACKING.rst | 2 +- README.rst | 21 +++++++++++++++++++++ blazarnova/i18n.py | 2 +- requirements.txt | 8 ++++---- setup.cfg | 6 ++++-- test-requirements.txt | 13 ++++++------- tox.ini | 2 +- 8 files changed, 39 insertions(+), 16 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 9453d0f..3a74d14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -six>=1.9.0 # MIT +oslo.config>=5.1.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 6a2bde3..453da67 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,5 +7,4 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -nose # LGPL -mock>=2.0 # BSD -mox>=0.5.3 # Apache-2.0 -sphinx>=1.6.2 # BSD -sphinxcontrib-httpdomain # BSD +nose>=1.3.7 # LGPL +mock>=2.0.0 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD +sphinxcontrib-httpdomain>=1.3.0 # BSD @@ -15 +14 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -19 +18 @@ wsgi-intercept>=1.4.1 # MIT License -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org