[new][tripleo] os-refresh-config 5.0.0 release (newton)
We are overjoyed to announce the release of: os-refresh-config 5.0.0: Refresh system configuration This release is part of the newton release series. For more details, please see below. Changes in os-refresh-config 0.1.11..5.0.0 ------------------------------------------ 1d828fa Implement a --timeout for killing stalled scripts d0cf563 Functional test which executes os-refresh-config 8109d5d Updated from global requirements 08b5174 Updated from global requirements 7c4d9db Updated from global requirements 18f6cff Updated from global requirements 08c8edb Remove argparse from requirements 71aeb52 Deprecated tox -downloadcache option removed Diffstat (except docs and test files) ------------------------------------- os_refresh_config/os_refresh_config.py | 39 +++++++- requirements.txt | 5 +- test-requirements.txt | 20 ++-- tox.ini | 1 - 5 files changed, 210 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f59788b..c44400e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,3 @@ -argparse -pbr>=1.6 +pbr>=1.6 # Apache-2.0 +dib-utils # Apache-2.0 +psutil>=1.1.1,<2.0.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index ae0bcbe..8ad6720 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,10 +6,10 @@ hacking<0.10,>=0.9.2 -Babel>=1.3 -coverage>=3.6 -discover -fixtures>=1.3.1 -mock>=1.2 -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=1.4.0 +Babel>=2.3.4 # BSD +coverage>=3.6 # Apache-2.0 +discover # BSD +fixtures>=3.0.0 # Apache-2.0/BSD +mock>=2.0 # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT
participants (1)
-
no-reply@openstack.org