osc-lib 4.0.1__tar.gz → 4.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {osc_lib-4.0.1 → osc_lib-4.0.2}/ChangeLog +5 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/PKG-INFO +1 -1
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/shell.py +1 -1
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/PKG-INFO +1 -1
- osc_lib-4.0.2/osc_lib.egg-info/pbr.json +1 -0
- osc_lib-4.0.1/osc_lib.egg-info/pbr.json +0 -1
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.coveragerc +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.git-ignore-blame-revs +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.mailmap +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.pre-commit-config.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.stestr.conf +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/.zuul.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/AUTHORS +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/HACKING.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/LICENSE +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/README.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/ext/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/ext/apidoc.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/requirements.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/conf.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/contributor/index.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/index.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/reference/index.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/user/change_log.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/user/index.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/doc/source/user/transition.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/api/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/api/api.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/api/auth.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/api/utils.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/client_config.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/format_columns.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/identity.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/pagination.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/cli/parseractions.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/clientmanager.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/command/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/command/command.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/command/commandmanager.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/command/timing.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/exceptions.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/i18n.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/logs.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/py.typed +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/api/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/api/fakes.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/api/test_api.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/api/test_utils.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/cli/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/cli/test_client_config.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/cli/test_format_columns.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/cli/test_identity.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/cli/test_parseractions.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/command/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/command/test_command.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/command/test_timing.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/fakes.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/test_clientmanager.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/test_logs.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/test_shell.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/utils/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/utils/test_columns.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/utils/test_tags.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/tests/utils/test_utils.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/utils/__init__.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/utils/columns.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/utils/tags.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib/version.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/SOURCES.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/dependency_links.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/not-zip-safe +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/requires.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/osc_lib.egg-info/top_level.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/pyproject.toml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/.placeholder +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/1.0-summary-47dcce446d6a512b.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/add-KeyValueAppendAction-class-f830e71152d6b91e.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/add-MultiKeyValueCommaAction-class-01dd254a287d70d2.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/add-size-column-5424c40af74688df.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/add_sdk_utils-d0c338eba682f2c8.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/arg-precedence-1ba9fd6929650830.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/auth-type-none-d96760912605f822.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/bug-1558690-1528b637f2c0a449.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/bug-2004898-686577a07e791051.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/bug-2006480-436489d39643e76c.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/deprecate-BaseAPI-09abd3cb955c2bb6.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/deprecate-clientcache-38c8c9fd4ca6dcdf.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/deprecated-legacy-client-helpers-53dde79bd6769d2d.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/direct-openstacksdk-535a179f3c645cc0.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/drop-py2-support-60c93244107d5778.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/env-default-e8f2c60f1295d15f.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/find-project-203bf867619c557e.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/keystone-to-keystone-9b2e55b051775322.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/none-auth-cli-48ab0e48d4852941.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/os-profile-as-environment-variable-a5e232e9ca7c5171.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/remove-babel-50abc5b548455bb2.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/remove-group-subclass-82134e6915c7c782.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/remove-support-for-legacy-formatters-1240317d801b4336.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/save-results-4473cb5731c0c763.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/shell-argv-decode-cdc13dc0c4ec07af.yaml +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/2023.1.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/2023.2.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/2024.1.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/2024.2.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/2025.1.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/_static/.placeholder +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/_templates/.placeholder +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/conf.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/index.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/newton.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/ocata.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/pike.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/queens.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/rocky.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/stein.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/train.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/unreleased.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/ussuri.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/victoria.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/wallaby.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/xena.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/yoga.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/source/zed.rst +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/requirements.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/setup.cfg +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/setup.py +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/test-requirements.txt +0 -0
- {osc_lib-4.0.1 → osc_lib-4.0.2}/tox.ini +0 -0
@@ -1,12 +1,17 @@
|
|
1
1
|
CHANGES
|
2
2
|
=======
|
3
3
|
|
4
|
+
4.0.2
|
5
|
+
-----
|
6
|
+
|
7
|
+
|
4
8
|
4.0.1
|
5
9
|
-----
|
6
10
|
|
7
11
|
* Temporarily revert dependency bumps
|
8
12
|
* Use Python 3.8-style type hints
|
9
13
|
* Temporarily undrop support for Python 3.8, 3.9
|
14
|
+
* Correct getattr call
|
10
15
|
* Drop support for Python 3.8, 3.9
|
11
16
|
* Replace UPPER\_CONSTRAINTS\_FILE
|
12
17
|
|
@@ -541,7 +541,7 @@ class OpenStackShell(app.App):
|
|
541
541
|
self.client_manager.sdk_connection.close()
|
542
542
|
|
543
543
|
# Close session if available
|
544
|
-
if getattr(self.client_manager
|
544
|
+
if getattr(self.client_manager, "session", None) is not None:
|
545
545
|
self.client_manager.session.session.close()
|
546
546
|
|
547
547
|
# Process collected timing data
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "e63cb66", "is_release": true}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "3ad4594", "is_release": true}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/deprecate-clientcache-38c8c9fd4ca6dcdf.yaml
RENAMED
File without changes
|
File without changes
|
{osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/direct-openstacksdk-535a179f3c645cc0.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/keystone-to-keystone-9b2e55b051775322.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{osc_lib-4.0.1 → osc_lib-4.0.2}/releasenotes/notes/remove-group-subclass-82134e6915c7c782.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|