osc-lib 3.0.1__tar.gz → 3.1.0__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-3.0.1 → osc-lib-3.1.0}/.zuul.yaml +2 -2
- {osc-lib-3.0.1 → osc-lib-3.1.0}/AUTHORS +1 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/ChangeLog +12 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/PKG-INFO +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/api.py +3 -4
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/PKG-INFO +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/SOURCES.txt +1 -0
- osc-lib-3.1.0/osc_lib.egg-info/pbr.json +1 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/requires.txt +1 -1
- osc-lib-3.1.0/releasenotes/source/2024.1.rst +6 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/index.rst +1 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/victoria.rst +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/wallaby.rst +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/xena.rst +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/zed.rst +1 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/requirements.txt +1 -1
- osc-lib-3.0.1/osc_lib.egg-info/pbr.json +0 -1
- {osc-lib-3.0.1 → osc-lib-3.1.0}/.coveragerc +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/.git-ignore-blame-revs +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/.mailmap +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/.pre-commit-config.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/.stestr.conf +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/HACKING.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/LICENSE +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/README.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/Makefile +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/ext/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/ext/apidoc.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/requirements.txt +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/conf.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/contributor/index.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/index.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/reference/index.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/change_log.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/index.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/transition.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/auth.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/utils.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/client_config.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/format_columns.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/identity.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/parseractions.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/clientmanager.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/command.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/commandmanager.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/timing.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/exceptions.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/i18n.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/logs.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/shell.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/fakes.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/test_api.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/test_utils.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_client_config.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_format_columns.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_identity.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_parseractions.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/test_command.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/test_timing.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/fakes.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_clientmanager.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_logs.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_shell.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_columns.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_tags.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_utils.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/__init__.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/columns.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/tags.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/version.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/dependency_links.txt +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/not-zip-safe +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/top_level.txt +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/.placeholder +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/1.0-summary-47dcce446d6a512b.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-KeyValueAppendAction-class-f830e71152d6b91e.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-MultiKeyValueCommaAction-class-01dd254a287d70d2.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-size-column-5424c40af74688df.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add_sdk_utils-d0c338eba682f2c8.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/arg-precedence-1ba9fd6929650830.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/auth-type-none-d96760912605f822.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-1558690-1528b637f2c0a449.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-2004898-686577a07e791051.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-2006480-436489d39643e76c.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/direct-openstacksdk-535a179f3c645cc0.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/drop-py2-support-60c93244107d5778.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/find-project-203bf867619c557e.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/keystone-to-keystone-9b2e55b051775322.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/none-auth-cli-48ab0e48d4852941.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/os-profile-as-environment-variable-a5e232e9ca7c5171.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/remove-babel-50abc5b548455bb2.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/remove-group-subclass-82134e6915c7c782.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/save-results-4473cb5731c0c763.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/shell-argv-decode-cdc13dc0c4ec07af.yaml +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/2023.1.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/2023.2.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/_static/.placeholder +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/_templates/.placeholder +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/conf.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/newton.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/ocata.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/pike.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/queens.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/rocky.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/stein.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/train.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/unreleased.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/ussuri.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/yoga.rst +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/setup.cfg +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/setup.py +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/test-requirements.txt +0 -0
- {osc-lib-3.0.1 → osc-lib-3.1.0}/tox.ini +0 -0
@@ -2,7 +2,7 @@
|
|
2
2
|
- project:
|
3
3
|
templates:
|
4
4
|
- check-requirements
|
5
|
-
- openstack-python3-
|
5
|
+
- openstack-python3-jobs
|
6
6
|
- osc-tox-unit-tips
|
7
7
|
- publish-openstack-docs-pti
|
8
8
|
- release-notes-jobs-python3
|
@@ -15,7 +15,7 @@
|
|
15
15
|
voting: false
|
16
16
|
# The functional-tips job only tests the latest and shouldn't be run
|
17
17
|
# on the stable branches
|
18
|
-
branches:
|
18
|
+
branches: master
|
19
19
|
required-projects:
|
20
20
|
- openstack/python-openstackclient
|
21
21
|
gate:
|
@@ -123,6 +123,7 @@ Stephen Finucane <stephenfin@redhat.com>
|
|
123
123
|
Steve Martinelli <s.martinelli@gmail.com>
|
124
124
|
Steve Martinelli <stevemar@ca.ibm.com>
|
125
125
|
Swapnil Kulkarni (coolsvap) <me@coolsvap.net>
|
126
|
+
Takashi Kajinami <kajinamit@oss.nttdata.com>
|
126
127
|
Takashi Kajinami <tkajinam@redhat.com>
|
127
128
|
Tang Chen <chen.tang@easystack.cn>
|
128
129
|
Tang Chen <tangchen@cn.fujitsu.com>
|
@@ -1,6 +1,18 @@
|
|
1
1
|
CHANGES
|
2
2
|
=======
|
3
3
|
|
4
|
+
3.1.0
|
5
|
+
-----
|
6
|
+
|
7
|
+
* Drop dependency on simplejson
|
8
|
+
* reno: Update master for unmaintained/zed
|
9
|
+
* Update master for stable/2024.1
|
10
|
+
* reno: Update master for unmaintained/xena
|
11
|
+
* reno: Update master for unmaintained/wallaby
|
12
|
+
* reno: Update master for unmaintained/victoria
|
13
|
+
* zuul: Use openstack-python3-jobs template
|
14
|
+
* Fix branch selection in zuul config
|
15
|
+
|
4
16
|
3.0.1
|
5
17
|
-----
|
6
18
|
|
@@ -12,10 +12,9 @@
|
|
12
12
|
#
|
13
13
|
|
14
14
|
"""Base API Library"""
|
15
|
-
|
16
15
|
from keystoneauth1 import exceptions as ksa_exceptions
|
17
16
|
from keystoneauth1 import session as ksa_session
|
18
|
-
import
|
17
|
+
import requests
|
19
18
|
|
20
19
|
from osc_lib import exceptions
|
21
20
|
from osc_lib.i18n import _
|
@@ -153,7 +152,7 @@ class BaseAPI(object):
|
|
153
152
|
# Should this move into _requests()?
|
154
153
|
try:
|
155
154
|
return ret.json()
|
156
|
-
except
|
155
|
+
except requests.JSONDecodeError:
|
157
156
|
return ret
|
158
157
|
|
159
158
|
def delete(self, url, session=None, **params):
|
@@ -218,7 +217,7 @@ class BaseAPI(object):
|
|
218
217
|
)
|
219
218
|
try:
|
220
219
|
return ret.json()
|
221
|
-
except
|
220
|
+
except requests.JSONDecodeError:
|
222
221
|
return ret
|
223
222
|
|
224
223
|
# Layered actions built on top of the basic action methods do not
|
@@ -100,6 +100,7 @@ releasenotes/notes/save-results-4473cb5731c0c763.yaml
|
|
100
100
|
releasenotes/notes/shell-argv-decode-cdc13dc0c4ec07af.yaml
|
101
101
|
releasenotes/source/2023.1.rst
|
102
102
|
releasenotes/source/2023.2.rst
|
103
|
+
releasenotes/source/2024.1.rst
|
103
104
|
releasenotes/source/conf.py
|
104
105
|
releasenotes/source/index.rst
|
105
106
|
releasenotes/source/newton.rst
|
@@ -0,0 +1 @@
|
|
1
|
+
{"git_version": "f9bcdec", "is_release": true}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"git_version": "73ecaa7", "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
|
{osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/direct-openstacksdk-535a179f3c645cc0.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/keystone-to-keystone-9b2e55b051775322.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{osc-lib-3.0.1 → osc-lib-3.1.0}/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
|