abst
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: abst | ||
| Version: 2.3.51 | ||
| Version: 2.3.52 | ||
| Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/jiri-otoupal/abst |
@@ -13,3 +13,3 @@ """ | ||
| __version__ = "2.3.51" | ||
| __version__ = "2.3.52" | ||
| __author__ = "Jiri Otoupal" | ||
@@ -16,0 +16,0 @@ __author_email__ = "jiri-otoupal@ips-database.eu" |
+4
-2
@@ -94,5 +94,7 @@ import os | ||
| _config = Bastion.load_config() | ||
| current_version = semantic_version.Version(_config["changelog-version"]) | ||
| change_log_config = _config.get("changelog-version", "0.0.1") | ||
| current_version = semantic_version.Version(change_log_config) | ||
| package_version = semantic_version.Version(__version__) | ||
| if (_config.get("changelog-version", None) is None or current_version < package_version) and __change_log__: | ||
| if (change_log_config is None or current_version < package_version) and __change_log__: | ||
| _config["changelog-version"] = __version__ | ||
@@ -99,0 +101,0 @@ Bastion.write_creds_json(_config, default_conf_path) |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: abst | ||
| Version: 2.3.51 | ||
| Version: 2.3.52 | ||
| Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/jiri-otoupal/abst |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
113414
0.03%2143
0.05%