Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

abst

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abst - npm Package Compare versions

Comparing version
2.3.58
to
2.3.59
+17
-4
abst.egg-info/PKG-INFO

@@ -1,4 +0,4 @@

Metadata-Version: 2.1
Metadata-Version: 2.4
Name: abst
Version: 2.3.58
Version: 2.3.59
Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast

@@ -24,3 +24,3 @@ Home-page: https://github.com/jiri-otoupal/abst

Requires-Dist: inquirerpy
Requires-Dist: oci==2.126.0
Requires-Dist: oci==2.150.0
Requires-Dist: lastversion

@@ -30,5 +30,18 @@ Requires-Dist: semantic_version

Requires-Dist: bext
Requires-Dist: deepmerge~=1.1.1
Requires-Dist: deepmerge~=2.0
Provides-Extra: dev
Requires-Dist: black==22.*; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

@@ -35,0 +48,0 @@ # Auto Bastion

+2
-2
click
rich
inquirerpy
oci==2.126.0
oci==2.150.0
lastversion

@@ -9,5 +9,5 @@ semantic_version

bext
deepmerge~=1.1.1
deepmerge~=2.0
[dev]
black==22.*

@@ -13,3 +13,3 @@ """

__version__ = "2.3.58"
__version__ = "2.3.59"
__author__ = "Jiri Otoupal"

@@ -16,0 +16,0 @@ __author_email__ = "jiri-otoupal@ips-database.eu"

@@ -9,2 +9,3 @@ import datetime

from pathlib import Path
from shlex import quote as shlex_quote
from time import sleep

@@ -508,5 +509,5 @@ from typing import Optional

"""
Will connect to session and reconnect every time it disconnect until session is
Will connect to session and reconnect every time it disconnects until session is
deleted :param shell: If you use shell environment (can have different impacts on
MAC and LINUX) :param sdata: :param ssh_tunnel_arg_str: :param status: :return:
MAC and LINUX) :param sdata: :param ssh_tunnel_arg_str: param status: :return:
"""

@@ -652,3 +653,3 @@ from abst.bastion_support.bastion_scheduler import BastionScheduler

return os.system(ssh_tunnel_arg_str)
return os.system(shlex_quote(ssh_tunnel_arg_str))

@@ -655,0 +656,0 @@ def __run_ssh_tunnel(self, ssh_tunnel_arg_str, shell, already_split=False):

@@ -1,4 +0,4 @@

Metadata-Version: 2.1
Metadata-Version: 2.4
Name: abst
Version: 2.3.58
Version: 2.3.59
Summary: CLI Command making OCI Bastion and kubernetes usage simple and fast

@@ -24,3 +24,3 @@ Home-page: https://github.com/jiri-otoupal/abst

Requires-Dist: inquirerpy
Requires-Dist: oci==2.126.0
Requires-Dist: oci==2.150.0
Requires-Dist: lastversion

@@ -30,5 +30,18 @@ Requires-Dist: semantic_version

Requires-Dist: bext
Requires-Dist: deepmerge~=1.1.1
Requires-Dist: deepmerge~=2.0
Provides-Extra: dev
Requires-Dist: black==22.*; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

@@ -35,0 +48,0 @@ # Auto Bastion

@@ -29,5 +29,5 @@ #!/usr/pycrosskit/env python3

python_requires=">=3.7,<4",
install_requires=["click", "rich", "inquirerpy", "oci==2.126.0", "lastversion",
install_requires=["click", "rich", "inquirerpy", "oci==2.150.0", "lastversion",
"semantic_version", "pyperclip",
"bext", "deepmerge~=1.1.1"],
"bext", "deepmerge~=2.0"],
extras_require={

@@ -34,0 +34,0 @@ "dev": ["black==22.*"],