skilleter-thingy 0.0.62__py3-none-any.whl → 0.0.63__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 skilleter-thingy might be problematic. Click here for more details.
- skilleter_thingy/readable.py +3 -2
- skilleter_thingy/thingy/tidy.py +1 -1
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/METADATA +1 -1
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/RECORD +8 -8
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/LICENSE +0 -0
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/WHEEL +0 -0
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/entry_points.txt +0 -0
- {skilleter_thingy-0.0.62.dist-info → skilleter_thingy-0.0.63.dist-info}/top_level.txt +0 -0
skilleter_thingy/readable.py
CHANGED
|
@@ -47,7 +47,7 @@ TF_TAG_CHANGE_BLOCK_END = re.compile(r'^ +}$')
|
|
|
47
47
|
|
|
48
48
|
TF_MISC_REGEX = \
|
|
49
49
|
[
|
|
50
|
-
{ 'regex': re.compile(r'(Read complete after) \d+s'), 'replace': r'\1 {
|
|
50
|
+
{ 'regex': re.compile(r'(Read complete after) (\d+s|\d+m\d+s)'), 'replace': r'\1 {ELAPSED}'},
|
|
51
51
|
{ 'regex': re.compile(r'"(.*:.*)"( = ".*")'), 'replace': r'\1\2'},
|
|
52
52
|
{ 'regex': re.compile(r'"(.*:.*)"( = \[$)'), 'replace': r'\1\2'},
|
|
53
53
|
{ 'regex': re.compile(r'^last "terraform apply":$'), 'replace':r'last "terraform apply" which may have affected this plan:'},
|
|
@@ -56,7 +56,8 @@ TF_MISC_REGEX = \
|
|
|
56
56
|
TF_IGNORE_LIST = [
|
|
57
57
|
{'start': TF_HAS_CHANGED, 'end': TF_HAS_CHANGED_END},
|
|
58
58
|
{'start': TF_READ_DURING_APPLY, 'end': TF_READ_DURING_APPLY_END},
|
|
59
|
-
{'start': re.compile('(Releasing|Acquiring) state lock. This may take a few moments\.+')},
|
|
59
|
+
{'start': re.compile(r'(Releasing|Acquiring) state lock. This may take a few moments\.+')},
|
|
60
|
+
{'start': re.compile(r'.*: Still reading\.{3} \[.* elapsed\]')},
|
|
60
61
|
]
|
|
61
62
|
|
|
62
63
|
################################################################################
|
skilleter_thingy/thingy/tidy.py
CHANGED
|
@@ -59,7 +59,7 @@ RE_TIME = [
|
|
|
59
59
|
{'regex': re.compile(r'[0-9]([.][0-9]*)*\s*(second[s]?)'), 'replace': '{ELAPSED}'},
|
|
60
60
|
|
|
61
61
|
{'find': '\{DATE\} \{TIME\}', 'replace': '{DATE+TIME}'},
|
|
62
|
-
{'regex': re.compile(r'[0-9]
|
|
62
|
+
{'regex': re.compile(r'[0-9]+m *[0-9]+s'), 'replace': '{ELAPSED}'},
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
# SHA values
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: skilleter_thingy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.63
|
|
4
4
|
Summary: A collection of useful utilities, mainly aimed at making Git more friendly
|
|
5
5
|
Author-email: John Skilleter <john@skilleter.org.uk>
|
|
6
6
|
Project-URL: Home, https://skilleter.org.uk
|
|
@@ -28,7 +28,7 @@ skilleter_thingy/moviemover.py,sha256=j_Xb9_jFdgpFBAXcF4tEqbnKH_FonlnUU39LiCK980
|
|
|
28
28
|
skilleter_thingy/photodupe.py,sha256=l0hbzSLb2Vk2ceteg-x9fHXCEE1uUuFo84hz5rsZUPA,4184
|
|
29
29
|
skilleter_thingy/phototidier.py,sha256=5gSjlINUxf3ZQl3NG0o7CsWwODvTbokIMIafLFvn8Hc,7818
|
|
30
30
|
skilleter_thingy/py_audit.py,sha256=xJm5k5qyeA6ii8mODa4dOkmP8L1drv94UHuxR54RsIM,4384
|
|
31
|
-
skilleter_thingy/readable.py,sha256=
|
|
31
|
+
skilleter_thingy/readable.py,sha256=urBwbhs12ckBQa_mj2InbhQWFsKxs9irFOLTiJ8QdTE,13066
|
|
32
32
|
skilleter_thingy/remdir.py,sha256=SkN9xEc1ckFGRP4zS2LUbx7Ihw697YMV0ybr_-afiyE,4653
|
|
33
33
|
skilleter_thingy/rmdupe.py,sha256=tcX3w8XvliGwBMdSt9BUu07kuDtQEc0IiU8sCxmgzHA,17117
|
|
34
34
|
skilleter_thingy/rpylint.py,sha256=TzZ5GvWrqgTKYKZwadTvzdbX-DJ8ll4WfVJqtN6IzO0,2635
|
|
@@ -58,11 +58,11 @@ skilleter_thingy/thingy/popup.py,sha256=jW-nbpdeswqEMTli7OmBv1J8XQsvFoMI0J33O6dO
|
|
|
58
58
|
skilleter_thingy/thingy/process.py,sha256=WJLg3js1zdgI7Nlkt7e5ICltkjXcA9P1f-LWPSZCdWs,3570
|
|
59
59
|
skilleter_thingy/thingy/run.py,sha256=6SNKWF01fSxzB10GMU9ajraXYZqAL1w0PXkqjJdr1Uo,12611
|
|
60
60
|
skilleter_thingy/thingy/tfm_pane.py,sha256=oqy5zBzKwfbjbGqetbbhpKi4x5He7sl4qkmhUeqtdZc,19789
|
|
61
|
-
skilleter_thingy/thingy/tidy.py,sha256=
|
|
61
|
+
skilleter_thingy/thingy/tidy.py,sha256=71DCyj0VJrj52RmjQyj1eOiQJIfy5EIPHuThOrS6ZTA,5876
|
|
62
62
|
skilleter_thingy/thingy/venv_template.py,sha256=SsVNvSwojd8NnFeQaZPCRQYTNdwJRplpZpygbUEXRnY,1015
|
|
63
|
-
skilleter_thingy-0.0.
|
|
64
|
-
skilleter_thingy-0.0.
|
|
65
|
-
skilleter_thingy-0.0.
|
|
66
|
-
skilleter_thingy-0.0.
|
|
67
|
-
skilleter_thingy-0.0.
|
|
68
|
-
skilleter_thingy-0.0.
|
|
63
|
+
skilleter_thingy-0.0.63.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
64
|
+
skilleter_thingy-0.0.63.dist-info/METADATA,sha256=hrDs-f3Z4kaE9XUcRT9F9RgJ43s-RBhc8qtt4hXSstY,5313
|
|
65
|
+
skilleter_thingy-0.0.63.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
66
|
+
skilleter_thingy-0.0.63.dist-info/entry_points.txt,sha256=IT6cZSbGHrd2UzIQbiMRotKiTJnYJBkESC4fAe8gjsE,2026
|
|
67
|
+
skilleter_thingy-0.0.63.dist-info/top_level.txt,sha256=8-JhgToBBiWURunmvfpSxEvNkDHQQ7r25-aBXtZv61g,17
|
|
68
|
+
skilleter_thingy-0.0.63.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|