python-chi 1.2.1__tar.gz → 1.2.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.
Files changed (74) hide show
  1. python_chi-1.2.2/ChangeLog +7 -0
  2. {python_chi-1.2.1 → python_chi-1.2.2}/PKG-INFO +1 -1
  3. {python_chi-1.2.1 → python_chi-1.2.2}/chi/clients.py +2 -2
  4. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/PKG-INFO +1 -1
  5. python_chi-1.2.2/python_chi.egg-info/pbr.json +1 -0
  6. python_chi-1.2.2/setup.py +5 -0
  7. python_chi-1.2.1/ChangeLog +0 -7
  8. python_chi-1.2.1/python_chi.egg-info/pbr.json +0 -1
  9. python_chi-1.2.1/setup.py +0 -5
  10. {python_chi-1.2.1 → python_chi-1.2.2}/.github/CODEOWNERS +0 -0
  11. {python_chi-1.2.1 → python_chi-1.2.2}/.github/workflows/linting.yml +0 -0
  12. {python_chi-1.2.1 → python_chi-1.2.2}/.github/workflows/pypi-publish.yml +0 -0
  13. {python_chi-1.2.1 → python_chi-1.2.2}/.github/workflows/test.yml +0 -0
  14. {python_chi-1.2.1 → python_chi-1.2.2}/.mailmap +0 -0
  15. {python_chi-1.2.1 → python_chi-1.2.2}/.readthedocs.yml +0 -0
  16. {python_chi-1.2.1 → python_chi-1.2.2}/AUTHORS +0 -0
  17. {python_chi-1.2.1 → python_chi-1.2.2}/DEVELOPMENT.rst +0 -0
  18. {python_chi-1.2.1 → python_chi-1.2.2}/LICENSE +0 -0
  19. {python_chi-1.2.1 → python_chi-1.2.2}/Makefile +0 -0
  20. {python_chi-1.2.1 → python_chi-1.2.2}/README.rst +0 -0
  21. {python_chi-1.2.1 → python_chi-1.2.2}/chi/__init__.py +0 -0
  22. {python_chi-1.2.1 → python_chi-1.2.2}/chi/container.py +0 -0
  23. {python_chi-1.2.1 → python_chi-1.2.2}/chi/context.py +0 -0
  24. {python_chi-1.2.1 → python_chi-1.2.2}/chi/exception.py +0 -0
  25. {python_chi-1.2.1 → python_chi-1.2.2}/chi/hardware.py +0 -0
  26. {python_chi-1.2.1 → python_chi-1.2.2}/chi/image.py +0 -0
  27. {python_chi-1.2.1 → python_chi-1.2.2}/chi/jupyterhub.py +0 -0
  28. {python_chi-1.2.1 → python_chi-1.2.2}/chi/keypair.py +0 -0
  29. {python_chi-1.2.1 → python_chi-1.2.2}/chi/lease.py +0 -0
  30. {python_chi-1.2.1 → python_chi-1.2.2}/chi/magic.py +0 -0
  31. {python_chi-1.2.1 → python_chi-1.2.2}/chi/network.py +0 -0
  32. {python_chi-1.2.1 → python_chi-1.2.2}/chi/server.py +0 -0
  33. {python_chi-1.2.1 → python_chi-1.2.2}/chi/share.py +0 -0
  34. {python_chi-1.2.1 → python_chi-1.2.2}/chi/ssh.py +0 -0
  35. {python_chi-1.2.1 → python_chi-1.2.2}/chi/storage.py +0 -0
  36. {python_chi-1.2.1 → python_chi-1.2.2}/chi/util.py +0 -0
  37. {python_chi-1.2.1 → python_chi-1.2.2}/docs/__init__.py +0 -0
  38. {python_chi-1.2.1 → python_chi-1.2.2}/docs/_templates/page.html +0 -0
  39. {python_chi-1.2.1 → python_chi-1.2.2}/docs/conf.py +0 -0
  40. {python_chi-1.2.1 → python_chi-1.2.2}/docs/examples.rst +0 -0
  41. {python_chi-1.2.1 → python_chi-1.2.2}/docs/generate_notebook.py +0 -0
  42. {python_chi-1.2.1 → python_chi-1.2.2}/docs/index.rst +0 -0
  43. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/clients.rst +0 -0
  44. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/container.rst +0 -0
  45. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/context.rst +0 -0
  46. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/exception.rst +0 -0
  47. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/hardware.rst +0 -0
  48. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/image.rst +0 -0
  49. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/lease.rst +0 -0
  50. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/magic.rst +0 -0
  51. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/network.rst +0 -0
  52. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/server.rst +0 -0
  53. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/share.rst +0 -0
  54. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/ssh.rst +0 -0
  55. {python_chi-1.2.1 → python_chi-1.2.2}/docs/modules/storage.rst +0 -0
  56. {python_chi-1.2.1 → python_chi-1.2.2}/docs/requirements.txt +0 -0
  57. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/SOURCES.txt +0 -0
  58. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/dependency_links.txt +0 -0
  59. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/not-zip-safe +0 -0
  60. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/requires.txt +0 -0
  61. {python_chi-1.2.1 → python_chi-1.2.2}/python_chi.egg-info/top_level.txt +0 -0
  62. {python_chi-1.2.1 → python_chi-1.2.2}/requirements.txt +0 -0
  63. {python_chi-1.2.1 → python_chi-1.2.2}/ruff.toml +0 -0
  64. {python_chi-1.2.1 → python_chi-1.2.2}/setup.cfg +0 -0
  65. {python_chi-1.2.1 → python_chi-1.2.2}/test-requirements.txt +0 -0
  66. {python_chi-1.2.1 → python_chi-1.2.2}/tests/__init__.py +0 -0
  67. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_container.py +0 -0
  68. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_context.py +0 -0
  69. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_lease.py +0 -0
  70. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_network.py +0 -0
  71. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_server.py +0 -0
  72. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_share.py +0 -0
  73. {python_chi-1.2.1 → python_chi-1.2.2}/tests/test_ssh.py +0 -0
  74. {python_chi-1.2.1 → python_chi-1.2.2}/tox.ini +0 -0
@@ -0,0 +1,7 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v1.2.2
5
+ ------
6
+
7
+ * Fix nova API version
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-chi
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Helper library for Chameleon Infrastructure (CHI) testbed
5
5
  Home-page: https://www.chameleoncloud.org
6
6
  Author: University of Chicago
@@ -20,7 +20,7 @@ if TYPE_CHECKING:
20
20
 
21
21
  session_factory = session
22
22
 
23
- NOVA_API_VERSION = "2.10"
23
+ NOVA_API_VERSION = "2.61"
24
24
  ZUN_API_VERSION = "1.41"
25
25
 
26
26
 
@@ -55,7 +55,7 @@ def connection(session=None) -> "Connection":
55
55
  cloud_config = cloud_region.from_session(sess)
56
56
  return Connection(
57
57
  config=cloud_config,
58
- compute_api_version="2.61",
58
+ compute_api_version=NOVA_API_VERSION,
59
59
  )
60
60
 
61
61
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-chi
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Helper library for Chameleon Infrastructure (CHI) testbed
5
5
  Home-page: https://www.chameleoncloud.org
6
6
  Author: University of Chicago
@@ -0,0 +1 @@
1
+ {"git_version": "e454aa3", "is_release": false}
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env python
2
+
3
+ from setuptools import setup
4
+
5
+ setup(setup_requires=["pbr"], pbr=True, version="v1.2.2")
@@ -1,7 +0,0 @@
1
- CHANGES
2
- =======
3
-
4
- v1.2.1
5
- ------
6
-
7
- * Fix formatting
@@ -1 +0,0 @@
1
- {"git_version": "3a104cf", "is_release": false}
python_chi-1.2.1/setup.py DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env python
2
-
3
- from setuptools import setup
4
-
5
- setup(setup_requires=["pbr"], pbr=True, version="v1.2.1")
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