kmisc 2.1.98__py3-none-any.whl → 2.1.99__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.
kmisc/__init__.py CHANGED
@@ -1697,7 +1697,7 @@ class SCREEN:
1697
1697
  print('Already has the title at {}'.format(scr_id))
1698
1698
  return False
1699
1699
 
1700
- if not IP(ip).IsBmcIp(port=(623,664,443)):
1700
+ if not IpV4(ip,port=(623,664,443)):
1701
1701
  print('{} is not ipmi ip'.format(ip))
1702
1702
  return False
1703
1703
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kmisc
3
- Version: 2.1.98
3
+ Version: 2.1.99
4
4
  Summary: Enginering useful library
5
5
  Home-page: https://github.com/kagepark/kmisc
6
6
  Author: Kage Park
@@ -0,0 +1,6 @@
1
+ kmisc/__init__.py,sha256=RQrN-ILWI5hYbvcJbz82e8F4J_qYivogUIq7an9Db9o,133266
2
+ kmisc-2.1.99.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
+ kmisc-2.1.99.dist-info/METADATA,sha256=6l-OSb4nx8zrw9juE_ncCGVZ5PAobxkUK6lUlZ9OxXI,5502
4
+ kmisc-2.1.99.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ kmisc-2.1.99.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
+ kmisc-2.1.99.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- kmisc/__init__.py,sha256=DpAeQmL-srx_cZASNdYYAef_UbPL_F2GS7S7DZxyqXk,133273
2
- kmisc-2.1.98.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
3
- kmisc-2.1.98.dist-info/METADATA,sha256=zPFPy6k0TIT1CjIVXFDJ-1Kun5VXVpEQxWvBAJOof1w,5502
4
- kmisc-2.1.98.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
- kmisc-2.1.98.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
6
- kmisc-2.1.98.dist-info/RECORD,,
File without changes