[release][stable][oslo] oslo.utils release 1.4.1 (juno)
We are excited to announce the release of: oslo.utils 1.4.1: Oslo Utility library This release is part of the juno stable release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.utils With package available at: https://pypi.python.org/pypi/oslo.utils For more details, please see the git log history below and: http://launchpad.net/oslo.utils/+milestone/1.4.1 Please report issues through launchpad: http://bugs.launchpad.net/oslo.utils Changes in oslo.utils 1.4.0..1.4.1 ---------------------------------- 7eeccd8 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 ++- requirements.txt | 14 +++++++------- setup.py | 1 - test-requirements.txt | 24 ++++++++++++------------ 4 files changed, 21 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index be23276..6350214 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ -pbr>=0.6,!=0.7,<1.0 -Babel>=1.3 -six>=1.9.0 -iso8601>=0.1.9 -oslo.i18n>=1.3.0 # Apache-2.0 -netaddr>=0.7.12 -netifaces>=0.10.4 +pbr!=0.7,<1.0,>=0.6 +Babel<=1.3,>=1.3 +six<=1.9.0,>=1.7.0 +iso8601<=0.1.10,>=0.1.9 +oslo.i18n<=1.3.1,>=1.0.0 # Apache-2.0 +netaddr<=0.7.13,>=0.7.12 +netifaces<=0.10.4,>=0.10.4 diff --git a/test-requirements.txt b/test-requirements.txt index 0fab2b3..c129b35 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.9.1,<0.10 +hacking<0.10,>=0.9.1 @@ -7,7 +7,7 @@ hacking>=0.9.1,<0.10 -discover -fixtures>=0.3.14 -python-subunit>=0.0.18 -testrepository>=0.0.18 -testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 -oslotest>=1.2.0 # Apache-2.0 +discover<=0.4.0 +fixtures<=1.0.0,>=0.3.14 +python-subunit<=1.0.0,>=0.0.18 +testrepository<=0.0.20,>=0.0.18 +testscenarios<=0.4,>=0.4 +testtools!=1.4.0,<=1.5.0,>=0.9.34 +oslotest<1.4.0,>=1.1.0 # Apache-2.0 @@ -18 +18 @@ oslotest>=1.2.0 # Apache-2.0 -coverage>=3.6 +coverage<=3.7.1,>=3.6 @@ -21,2 +21,2 @@ coverage>=3.6 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 +sphinx!=1.2.0,<1.3,>=1.1.2 +oslosphinx<2.5.0,>=2.2.0 # Apache-2.0 @@ -25 +25 @@ oslosphinx>=2.2.0 # Apache-2.0 -mock>=1.0 +mock<=1.0.1,>=1.0
participants (1)
-
davanum@gmail.com