multiSSH3 5.64__py3-none-any.whl → 5.65__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.

Potentially problematic release.


This version of multiSSH3 might be problematic. Click here for more details.

multiSSH3.py CHANGED
@@ -54,10 +54,10 @@ except AttributeError:
54
54
  # If neither is available, use a dummy decorator
55
55
  def cache_decorator(func):
56
56
  return func
57
- version = '5.64'
57
+ version = '5.65'
58
58
  VERSION = version
59
59
  __version__ = version
60
- COMMIT_DATE = '2025-05-02'
60
+ COMMIT_DATE = '2025-05-06'
61
61
 
62
62
  CONFIG_FILE_CHAIN = ['./multiSSH3.config.json',
63
63
  '~/multiSSH3.config.json',
@@ -1942,7 +1942,7 @@ def __generate_display(stdscr, hosts, lineToDisplay = -1,curserPosition = 0, min
1942
1942
  # If there is space left, we will draw the bottom border
1943
1943
  bottom_border = None
1944
1944
  if y + host_window_height < org_dim[0]:
1945
- bottom_border = curses.newwin(1, max_x, y + host_window_height, 0)
1945
+ bottom_border = curses.newwin(1, max_x + 1, y + host_window_height, 0)
1946
1946
  bottom_border.leaveok(True)
1947
1947
  #bottom_border.clear()
1948
1948
  #bottom_border.addnstr(0, 0, '-' * (max_x - 1), max_x - 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: multiSSH3
3
- Version: 5.64
3
+ Version: 5.65
4
4
  Summary: Run commands on multiple hosts via SSH
5
5
  Home-page: https://github.com/yufei-pan/multiSSH3
6
6
  Author: Yufei Pan
@@ -0,0 +1,6 @@
1
+ multiSSH3.py,sha256=lcDC3b77m46ZA0UlQNgwsPkeLuZHZeQ-8qCouWoJWvM,144231
2
+ multissh3-5.65.dist-info/METADATA,sha256=ZlRLrTgupEbI3JHZyY-FZcNcaGVdT8bAsgbenzBjQ0s,18093
3
+ multissh3-5.65.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
4
+ multissh3-5.65.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
5
+ multissh3-5.65.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
6
+ multissh3-5.65.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.1.0)
2
+ Generator: setuptools (80.3.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +0,0 @@
1
- multiSSH3.py,sha256=ibtxrdUOFvF-Wh6tbOwAZnVzbB4l8pbum9__mHXN06A,144227
2
- multissh3-5.64.dist-info/METADATA,sha256=GVpomUNwfiFv4kzVF4Hbn2oMfhPxi_Ifb9HQ4IDQeeQ,18093
3
- multissh3-5.64.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
4
- multissh3-5.64.dist-info/entry_points.txt,sha256=xi2rWWNfmHx6gS8Mmx0rZL2KZz6XWBYP3DWBpWAnnZ0,143
5
- multissh3-5.64.dist-info/top_level.txt,sha256=tUwttxlnpLkZorSsroIprNo41lYSxjd2ASuL8-EJIJw,10
6
- multissh3-5.64.dist-info/RECORD,,