kmisc 2.1.104__py3-none-any.whl → 2.1.105__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 +1 -1
- {kmisc-2.1.104.dist-info → kmisc-2.1.105.dist-info}/METADATA +4 -1
- kmisc-2.1.105.dist-info/RECORD +6 -0
- {kmisc-2.1.104.dist-info → kmisc-2.1.105.dist-info}/WHEEL +1 -1
- kmisc-2.1.104.dist-info/RECORD +0 -6
- {kmisc-2.1.104.dist-info → kmisc-2.1.105.dist-info}/LICENSE +0 -0
- {kmisc-2.1.104.dist-info → kmisc-2.1.105.dist-info}/top_level.txt +0 -0
kmisc/__init__.py
CHANGED
@@ -2452,7 +2452,7 @@ def find_cdrom_dev(size=None):
|
|
2452
2452
|
if os.path.isfile('{0}/device/model'.format(rrr)):
|
2453
2453
|
with open('{0}/device/model'.format(rrr),'r') as fpp:
|
2454
2454
|
model=fpp.read()
|
2455
|
-
for ii in ['CDROM','DVD-ROM','DVD-RW']:
|
2455
|
+
for ii in ['CDROM','DVD-ROM','DVD-RW','File-Stor Gadget']: #File-Stor Gadget for OpenBMC's cdrom
|
2456
2456
|
if ii in model:
|
2457
2457
|
if IsNone(size):
|
2458
2458
|
return '/dev/{0}'.format(dd)
|
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: kmisc
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.105
|
4
4
|
Summary: Enginering useful library
|
5
5
|
Home-page: https://github.com/kagepark/kmisc
|
6
6
|
Author: Kage Park
|
7
7
|
License: MIT
|
8
|
+
Platform: UNKNOWN
|
8
9
|
Classifier: Programming Language :: Python :: 2
|
9
10
|
Classifier: Programming Language :: Python :: 3
|
10
11
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -265,3 +266,5 @@ ls : similar as linux ls command
|
|
265
266
|
IsSame: check both data is same or not
|
266
267
|
|
267
268
|
etc...
|
269
|
+
|
270
|
+
|
@@ -0,0 +1,6 @@
|
|
1
|
+
kmisc/__init__.py,sha256=3gWFv6ocpxSAvoKhEtlRrRi-2OuEoqJGWwsD1tjlKbE,135180
|
2
|
+
kmisc-2.1.105.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
|
3
|
+
kmisc-2.1.105.dist-info/METADATA,sha256=HgKzOervsGcaNI_nLgSwdNnpNGQShNJ_6pVimjBI8mg,5523
|
4
|
+
kmisc-2.1.105.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
5
|
+
kmisc-2.1.105.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
|
6
|
+
kmisc-2.1.105.dist-info/RECORD,,
|
kmisc-2.1.104.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
kmisc/__init__.py,sha256=xs1IX-XoLd0PcqS877RqbD2HLAG60w2b4LSupnzr0vg,135123
|
2
|
-
kmisc-2.1.104.dist-info/LICENSE,sha256=mn9ekhb34HJxsrVhcxrLXJUzy55T62zg-Gh9Ro0mVJI,1066
|
3
|
-
kmisc-2.1.104.dist-info/METADATA,sha256=w54Q4KJN39SNxs3euMe5jFjb6AehRJ6DqtsVlcX5KiY,5503
|
4
|
-
kmisc-2.1.104.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
5
|
-
kmisc-2.1.104.dist-info/top_level.txt,sha256=wvdHf5aQTqcGYvxk-F9E_BMWLMhlwC8INBmwO-V6_X4,6
|
6
|
-
kmisc-2.1.104.dist-info/RECORD,,
|
File without changes
|
File without changes
|