xpk 0.7.1__py3-none-any.whl → 0.7.2__py3-none-any.whl
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.
- xpk/core/config.py +1 -1
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/METADATA +1 -1
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/RECORD +7 -7
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/WHEEL +1 -1
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/entry_points.txt +0 -0
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/licenses/LICENSE +0 -0
- {xpk-0.7.1.dist-info → xpk-0.7.2.dist-info}/top_level.txt +0 -0
xpk/core/config.py
CHANGED
|
@@ -24,7 +24,7 @@ from ..utils.console import xpk_print
|
|
|
24
24
|
from .system_characteristics import AcceleratorType, SystemCharacteristics
|
|
25
25
|
|
|
26
26
|
# This is the version for XPK PyPI package
|
|
27
|
-
__version__ = 'v0.7.
|
|
27
|
+
__version__ = 'v0.7.2'
|
|
28
28
|
XPK_CURRENT_VERSION = __version__
|
|
29
29
|
XPK_CONFIG_FILE = os.path.expanduser('~/.config/xpk/config.yaml')
|
|
30
30
|
|
|
@@ -23,7 +23,7 @@ xpk/core/capacity.py,sha256=pli6McSdPgGJxsBfJNVk5lCjehp1s1WI82ETAvJT1_I,5365
|
|
|
23
23
|
xpk/core/cluster.py,sha256=GPuasSTadvgmIb9Iw7giqw7FJDg0jEzIwbQLEkzjuvE,18352
|
|
24
24
|
xpk/core/cluster_private.py,sha256=J2-UZ6t5f-UNdcSkuUr2_f4xk6xyrMH9Muk56trBh4M,6657
|
|
25
25
|
xpk/core/commands.py,sha256=JiS4vJqWSLu8MKFBIKPBea9MKD2ZdpaQrziVQBqiDr4,10719
|
|
26
|
-
xpk/core/config.py,sha256=
|
|
26
|
+
xpk/core/config.py,sha256=qFYohiDizy4NRgsY8V-OraKVOCqzaObtiLizGaHRFfA,5659
|
|
27
27
|
xpk/core/docker_container.py,sha256=GvkCJ2S5UKn8uh3pZhRd3X7iS0-PsQpRO8l7QhywVGc,7604
|
|
28
28
|
xpk/core/docker_image.py,sha256=fEdpLQg1C205mMbLREy48WnhvNv2Nm4KQFX87B2CuiA,6624
|
|
29
29
|
xpk/core/docker_manager.py,sha256=_fE27tDCJPd9dUfswYoQMzZRMAMfxq6SxdFdOT-gzIQ,10566
|
|
@@ -84,9 +84,9 @@ xpk/utils/objects.py,sha256=OwMNxB4TGX21qnJPdZo2YBMPMbQPqOtHMh19QhoRNRY,2498
|
|
|
84
84
|
xpk/utils/templates.py,sha256=g8zgR1MxyJmTmzM_wnvH30FmcbgQMC47UQwBtLj8B9k,807
|
|
85
85
|
xpk/utils/validation.py,sha256=bSJApIY0Lk48I4EEQP08ZUvolXt_APpYXVGJXFQ_YLA,2711
|
|
86
86
|
xpk/utils/yaml.py,sha256=j8xuAJ9yAAwnQi6ozwZ-nMnDyDnc3xWkeBZMtSuP4RU,844
|
|
87
|
-
xpk-0.7.
|
|
88
|
-
xpk-0.7.
|
|
89
|
-
xpk-0.7.
|
|
90
|
-
xpk-0.7.
|
|
91
|
-
xpk-0.7.
|
|
92
|
-
xpk-0.7.
|
|
87
|
+
xpk-0.7.2.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
88
|
+
xpk-0.7.2.dist-info/METADATA,sha256=rzXsUzC86TBMyfXBRMKTOHiwX_e_wA6V8Lb0giiylBw,63800
|
|
89
|
+
xpk-0.7.2.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
90
|
+
xpk-0.7.2.dist-info/entry_points.txt,sha256=mzEtiIesFkT1kmcTUVDA1o3uOhiniX6tIz2wmOlMu1M,38
|
|
91
|
+
xpk-0.7.2.dist-info/top_level.txt,sha256=aDe4N0jicmuWExx_6w0TxWQJaEuPSs9BnLU-3aF1GLo,4
|
|
92
|
+
xpk-0.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|