We are stoked to announce the release of: castellan 1.3.0: Generic Key Manager interface for OpenStack This release is part of the train release series. The source is available from: https://opendev.org/openstack/castellan Download the package from: https://tarballs.openstack.org/castellan/ Please report issues through: https://bugs.launchpad.net/castellan/+bugs For more details, please see below. Changes in castellan 1.2.2..1.3.0 --------------------------------- 3e5a18c Cap Bandit below 1.6.0 and update Sphinx requirement ff6d1dd List requests as explicit dependency c9ce2c6 Use opendev repository cf1d772 OpenDev Migration Patch ebc4ba6 Dropping the py35 testing 79b30bf Replace openstack.org git:// URLs with https:// 0337ff3 Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 4 ++-- README.rst | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ requirements.txt | 1 + setup.cfg | 2 +- test-requirements.txt | 5 +++-- tox.ini | 2 +- 9 files changed, 17 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eeeb417..0d89d61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,0 +16 @@ keystoneauth1>=3.4.0 # Apache-2.0 +requests>=2.14.2,!=2.20.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 918095d..09534b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9,2 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD @@ -16 +17 @@ testtools>=2.2.0 # MIT -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org