primitive 0.1.94__py3-none-any.whl → 0.1.95__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.
- primitive/__about__.py +1 -1
- primitive/git/actions.py +3 -0
- {primitive-0.1.94.dist-info → primitive-0.1.95.dist-info}/METADATA +1 -1
- {primitive-0.1.94.dist-info → primitive-0.1.95.dist-info}/RECORD +7 -7
- {primitive-0.1.94.dist-info → primitive-0.1.95.dist-info}/WHEEL +0 -0
- {primitive-0.1.94.dist-info → primitive-0.1.95.dist-info}/entry_points.txt +0 -0
- {primitive-0.1.94.dist-info → primitive-0.1.95.dist-info}/licenses/LICENSE.txt +0 -0
primitive/__about__.py
CHANGED
primitive/git/actions.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
from pathlib import Path
|
2
|
+
import shutil
|
2
3
|
from subprocess import run, CalledProcessError, DEVNULL
|
3
4
|
|
4
5
|
from gql import gql
|
@@ -51,6 +52,8 @@ class Git(BaseAction):
|
|
51
52
|
stderr=DEVNULL,
|
52
53
|
)
|
53
54
|
except CalledProcessError:
|
55
|
+
# Clean up directory if checkout failed
|
56
|
+
shutil.rmtree(path=source_dir)
|
54
57
|
raise Exception("Failed to checkout ref")
|
55
58
|
|
56
59
|
return source_dir
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: primitive
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.95
|
4
4
|
Project-URL: Documentation, https://github.com//primitivecorp/primitive-cli#readme
|
5
5
|
Project-URL: Issues, https://github.com//primitivecorp/primitive-cli/issues
|
6
6
|
Project-URL: Source, https://github.com//primitivecorp/primitive-cli
|
@@ -1,4 +1,4 @@
|
|
1
|
-
primitive/__about__.py,sha256=
|
1
|
+
primitive/__about__.py,sha256=ouSBabAcgPjZIDVCBckH88mjsRPM8LpwffKy_EhIcvc,130
|
2
2
|
primitive/__init__.py,sha256=bwKdgggKNVssJFVPfKSxqFMz4IxSr54WWbmiZqTMPNI,106
|
3
3
|
primitive/cli.py,sha256=CiI60bG3UZyNFuLTpchr0KeJRG5SALj455Ob11CegGE,2412
|
4
4
|
primitive/client.py,sha256=PPyIQRvKKSqCF9RRF5mJJ4Vqqolpzy1YXqffNLKIvAA,2390
|
@@ -31,7 +31,7 @@ primitive/files/graphql/fragments.py,sha256=II6WHZjzSqX4IELwdiWokqHTKvDq6mMHF5gp
|
|
31
31
|
primitive/files/graphql/mutations.py,sha256=Da_e6WSp-fsCYVE9A6SGkIQy9WDzjeQycNyHEn7vJqE,935
|
32
32
|
primitive/files/graphql/queries.py,sha256=_ky-IRz928sKeSJuqaggTPxV4CGgmho3OyaAFu1z7nw,397
|
33
33
|
primitive/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
-
primitive/git/actions.py,sha256=
|
34
|
+
primitive/git/actions.py,sha256=7mOhpujYYXGxjtpjsxH-mle-O1WXv1Vvx0bD6LUDGxY,1745
|
35
35
|
primitive/git/commands.py,sha256=sCeSjkRgSEjCEsB5seXgB_h6xfk0KpvMvzMKoRfUbRA,1177
|
36
36
|
primitive/git/graphql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
37
|
primitive/git/graphql/queries.py,sha256=I1HGlqBb1lHIAWVSsC8tVY9JdsQ8DJVqs4nqSTcL30M,98
|
@@ -92,8 +92,8 @@ primitive/utils/printer.py,sha256=f1XUpqi5dkTL3GWvYRUGlSwtj2IxU1q745T4Fxo7Tn4,37
|
|
92
92
|
primitive/utils/shell.py,sha256=vpjr2Y7UQGYOvPGa6_RYXPPjqScfa9k7kT3tugF9h4Y,1837
|
93
93
|
primitive/utils/text.py,sha256=XiESMnlhjQ534xE2hMNf08WehE1SKaYFRNih0MmnK0k,829
|
94
94
|
primitive/utils/verible.py,sha256=Zb5NUISvcaIgEvgCDBWr-GCoceMa79Tcwvr5Wl9lfnA,2252
|
95
|
-
primitive-0.1.
|
96
|
-
primitive-0.1.
|
97
|
-
primitive-0.1.
|
98
|
-
primitive-0.1.
|
99
|
-
primitive-0.1.
|
95
|
+
primitive-0.1.95.dist-info/METADATA,sha256=o67ITMkiWAPBHvnyaICfDEsrwyQqm0VyRPfKzwGJRPo,3670
|
96
|
+
primitive-0.1.95.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
97
|
+
primitive-0.1.95.dist-info/entry_points.txt,sha256=p1K8DMCWka5FqLlqP1sPek5Uovy9jq8u51gUsP-z334,48
|
98
|
+
primitive-0.1.95.dist-info/licenses/LICENSE.txt,sha256=B8kmQMJ2sxYygjCLBk770uacaMci4mPSoJJ8WoDBY_c,1098
|
99
|
+
primitive-0.1.95.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|