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.
Files changed (123) hide show
  1. {osc-lib-3.0.1 → osc-lib-3.1.0}/.zuul.yaml +2 -2
  2. {osc-lib-3.0.1 → osc-lib-3.1.0}/AUTHORS +1 -0
  3. {osc-lib-3.0.1 → osc-lib-3.1.0}/ChangeLog +12 -0
  4. {osc-lib-3.0.1 → osc-lib-3.1.0}/PKG-INFO +1 -1
  5. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/api.py +3 -4
  6. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/PKG-INFO +1 -1
  7. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/SOURCES.txt +1 -0
  8. osc-lib-3.1.0/osc_lib.egg-info/pbr.json +1 -0
  9. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/requires.txt +1 -1
  10. osc-lib-3.1.0/releasenotes/source/2024.1.rst +6 -0
  11. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/index.rst +1 -0
  12. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/victoria.rst +1 -1
  13. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/wallaby.rst +1 -1
  14. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/xena.rst +1 -1
  15. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/zed.rst +1 -1
  16. {osc-lib-3.0.1 → osc-lib-3.1.0}/requirements.txt +1 -1
  17. osc-lib-3.0.1/osc_lib.egg-info/pbr.json +0 -1
  18. {osc-lib-3.0.1 → osc-lib-3.1.0}/.coveragerc +0 -0
  19. {osc-lib-3.0.1 → osc-lib-3.1.0}/.git-ignore-blame-revs +0 -0
  20. {osc-lib-3.0.1 → osc-lib-3.1.0}/.mailmap +0 -0
  21. {osc-lib-3.0.1 → osc-lib-3.1.0}/.pre-commit-config.yaml +0 -0
  22. {osc-lib-3.0.1 → osc-lib-3.1.0}/.stestr.conf +0 -0
  23. {osc-lib-3.0.1 → osc-lib-3.1.0}/HACKING.rst +0 -0
  24. {osc-lib-3.0.1 → osc-lib-3.1.0}/LICENSE +0 -0
  25. {osc-lib-3.0.1 → osc-lib-3.1.0}/README.rst +0 -0
  26. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/Makefile +0 -0
  27. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/ext/__init__.py +0 -0
  28. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/ext/apidoc.py +0 -0
  29. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/requirements.txt +0 -0
  30. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/conf.py +0 -0
  31. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/contributor/index.rst +0 -0
  32. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/index.rst +0 -0
  33. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/reference/index.rst +0 -0
  34. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/change_log.rst +0 -0
  35. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/index.rst +0 -0
  36. {osc-lib-3.0.1 → osc-lib-3.1.0}/doc/source/user/transition.rst +0 -0
  37. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/__init__.py +0 -0
  38. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/__init__.py +0 -0
  39. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/auth.py +0 -0
  40. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/api/utils.py +0 -0
  41. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/__init__.py +0 -0
  42. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/client_config.py +0 -0
  43. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/format_columns.py +0 -0
  44. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/identity.py +0 -0
  45. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/cli/parseractions.py +0 -0
  46. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/clientmanager.py +0 -0
  47. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/__init__.py +0 -0
  48. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/command.py +0 -0
  49. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/commandmanager.py +0 -0
  50. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/command/timing.py +0 -0
  51. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/exceptions.py +0 -0
  52. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/i18n.py +0 -0
  53. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/logs.py +0 -0
  54. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/shell.py +0 -0
  55. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/__init__.py +0 -0
  56. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/__init__.py +0 -0
  57. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/fakes.py +0 -0
  58. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/test_api.py +0 -0
  59. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/api/test_utils.py +0 -0
  60. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/__init__.py +0 -0
  61. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_client_config.py +0 -0
  62. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_format_columns.py +0 -0
  63. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_identity.py +0 -0
  64. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/cli/test_parseractions.py +0 -0
  65. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/__init__.py +0 -0
  66. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/test_command.py +0 -0
  67. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/command/test_timing.py +0 -0
  68. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/fakes.py +0 -0
  69. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_clientmanager.py +0 -0
  70. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_logs.py +0 -0
  71. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/test_shell.py +0 -0
  72. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/__init__.py +0 -0
  73. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_columns.py +0 -0
  74. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_tags.py +0 -0
  75. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/tests/utils/test_utils.py +0 -0
  76. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/__init__.py +0 -0
  77. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/columns.py +0 -0
  78. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/utils/tags.py +0 -0
  79. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib/version.py +0 -0
  80. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/dependency_links.txt +0 -0
  81. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/not-zip-safe +0 -0
  82. {osc-lib-3.0.1 → osc-lib-3.1.0}/osc_lib.egg-info/top_level.txt +0 -0
  83. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/.placeholder +0 -0
  84. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/1.0-summary-47dcce446d6a512b.yaml +0 -0
  85. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-KeyValueAppendAction-class-f830e71152d6b91e.yaml +0 -0
  86. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-MultiKeyValueCommaAction-class-01dd254a287d70d2.yaml +0 -0
  87. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add-size-column-5424c40af74688df.yaml +0 -0
  88. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/add_sdk_utils-d0c338eba682f2c8.yaml +0 -0
  89. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/arg-precedence-1ba9fd6929650830.yaml +0 -0
  90. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/auth-type-none-d96760912605f822.yaml +0 -0
  91. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-1558690-1528b637f2c0a449.yaml +0 -0
  92. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml +0 -0
  93. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-2004898-686577a07e791051.yaml +0 -0
  94. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/bug-2006480-436489d39643e76c.yaml +0 -0
  95. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/direct-openstacksdk-535a179f3c645cc0.yaml +0 -0
  96. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/drop-py2-support-60c93244107d5778.yaml +0 -0
  97. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/find-project-203bf867619c557e.yaml +0 -0
  98. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/keystone-to-keystone-9b2e55b051775322.yaml +0 -0
  99. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/none-auth-cli-48ab0e48d4852941.yaml +0 -0
  100. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/os-profile-as-environment-variable-a5e232e9ca7c5171.yaml +0 -0
  101. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/remove-babel-50abc5b548455bb2.yaml +0 -0
  102. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/remove-group-subclass-82134e6915c7c782.yaml +0 -0
  103. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/save-results-4473cb5731c0c763.yaml +0 -0
  104. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/notes/shell-argv-decode-cdc13dc0c4ec07af.yaml +0 -0
  105. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/2023.1.rst +0 -0
  106. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/2023.2.rst +0 -0
  107. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/_static/.placeholder +0 -0
  108. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/_templates/.placeholder +0 -0
  109. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/conf.py +0 -0
  110. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/newton.rst +0 -0
  111. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/ocata.rst +0 -0
  112. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/pike.rst +0 -0
  113. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/queens.rst +0 -0
  114. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/rocky.rst +0 -0
  115. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/stein.rst +0 -0
  116. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/train.rst +0 -0
  117. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/unreleased.rst +0 -0
  118. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/ussuri.rst +0 -0
  119. {osc-lib-3.0.1 → osc-lib-3.1.0}/releasenotes/source/yoga.rst +0 -0
  120. {osc-lib-3.0.1 → osc-lib-3.1.0}/setup.cfg +0 -0
  121. {osc-lib-3.0.1 → osc-lib-3.1.0}/setup.py +0 -0
  122. {osc-lib-3.0.1 → osc-lib-3.1.0}/test-requirements.txt +0 -0
  123. {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-antelope-jobs
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: ^(?!stable)
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
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: osc-lib
3
- Version: 3.0.1
3
+ Version: 3.1.0
4
4
  Summary: OpenStackClient Library
5
5
  Home-page: https://docs.openstack.org/osc-lib/latest/
6
6
  Author: OpenStack
@@ -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 simplejson as json
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 json.JSONDecodeError:
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 json.JSONDecodeError:
220
+ except requests.JSONDecodeError:
222
221
  return ret
223
222
 
224
223
  # Layered actions built on top of the basic action methods do not
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: osc-lib
3
- Version: 3.0.1
3
+ Version: 3.1.0
4
4
  Summary: OpenStackClient Library
5
5
  Home-page: https://docs.openstack.org/osc-lib/latest/
6
6
  Author: OpenStack
@@ -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}
@@ -4,5 +4,5 @@ openstacksdk>=0.15.0
4
4
  oslo.i18n>=3.15.3
5
5
  oslo.utils>=3.33.0
6
6
  pbr!=2.1.0,>=2.0.0
7
- simplejson>=3.5.1
7
+ requests>=2.14.2
8
8
  stevedore>=1.20.0
@@ -0,0 +1,6 @@
1
+ ===========================
2
+ 2024.1 Series Release Notes
3
+ ===========================
4
+
5
+ .. release-notes::
6
+ :branch: stable/2024.1
@@ -6,6 +6,7 @@ osc-lib Release Notes
6
6
  :maxdepth: 1
7
7
 
8
8
  unreleased
9
+ 2024.1
9
10
  2023.2
10
11
  2023.1
11
12
  zed
@@ -3,4 +3,4 @@ Victoria Series Release Notes
3
3
  =============================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/victoria
6
+ :branch: unmaintained/victoria
@@ -3,4 +3,4 @@ Wallaby Series Release Notes
3
3
  ============================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/wallaby
6
+ :branch: unmaintained/wallaby
@@ -3,4 +3,4 @@ Xena Series Release Notes
3
3
  =========================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/xena
6
+ :branch: unmaintained/xena
@@ -3,4 +3,4 @@ Zed Series Release Notes
3
3
  ========================
4
4
 
5
5
  .. release-notes::
6
- :branch: stable/zed
6
+ :branch: unmaintained/zed
@@ -8,5 +8,5 @@ keystoneauth1>=3.14.0 # Apache-2.0
8
8
  openstacksdk>=0.15.0 # Apache-2.0
9
9
  oslo.i18n>=3.15.3 # Apache-2.0
10
10
  oslo.utils>=3.33.0 # Apache-2.0
11
- simplejson>=3.5.1 # MIT
11
+ requests>=2.14.2 # Apache-2.0
12
12
  stevedore>=1.20.0 # Apache-2.0
@@ -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