We are thrilled to announce the release of: osc-lib 1.11.0: OpenStackClient Library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-lib Download the package from: https://pypi.org/project/osc-lib Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. 1.11.0 ^^^^^^ Upgrade Notes * The dependency on "os-client-config" has been removed in favor of direct use of "openstacksdk". Changes in osc-lib 1.10.0..1.11.0 --------------------------------- e3d7720 Fixes a bug with issubclass() being called on an instance 891ed89 Stop processing requests verify args b8e166b Replace autodoc with sphinxcontrib-apidoc a269e27 Run OSC unit test tips jobs d0c4f38 Pass prompt_for_password to OSC_Config constructor f0837db Fix exception in log warning when no cloud config exists ee79f61 Use openstack.config for config and Session objects bcf08b9 Update sphinx lower-constraint to match test-requirements 22bdac4 Adding api_version to FakeAPP 8f1b8d5 Add release note link in README 6ed7f60 Add cloud to warning about domain related config 8cd329b Delete the output in "find_bulk" api 1716e9f fix tox python3 overrides 9071962 Add OpenTracing based driver id f5166dc Trivial: Update pypi url to new url 60b6624 Rename python-openstacksdk to openstacksdk 892b073 add lower-constraints job Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 + README.rst | 7 +- lower-constraints.txt | 102 +++++++++++++++++++++ osc_lib/api/api.py | 1 - osc_lib/cli/client_config.py | 24 ++--- osc_lib/clientmanager.py | 73 ++------------- osc_lib/command/timing.py | 9 +- osc_lib/session.py | 50 ---------- osc_lib/shell.py | 22 +++-- osc_lib/utils/__init__.py | 2 +- .../direct-openstacksdk-535a179f3c645cc0.yaml | 5 + requirements.txt | 5 +- setup.cfg | 12 --- tox.ini | 25 ++++- 24 files changed, 239 insertions(+), 235 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7c1351d..cc7e873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,2 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 -openstacksdk>=0.11.2 # Apache-2.0 -os-client-config>=1.28.0 # Apache-2.0 +keystoneauth1>=3.7.0 # Apache-2.0 +openstacksdk>=0.15.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org