moat-src 0.8.10__tar.gz → 0.8.11__tar.gz
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.
- {moat_src-0.8.10/src/moat_src.egg-info → moat_src-0.8.11}/PKG-INFO +1 -1
- {moat_src-0.8.10 → moat_src-0.8.11}/debian/changelog +6 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/pyproject.toml +1 -1
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_main.py +9 -5
- {moat_src-0.8.10 → moat_src-0.8.11/src/moat_src.egg-info}/PKG-INFO +1 -1
- {moat_src-0.8.10 → moat_src-0.8.11}/LICENSE.txt +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/Makefile +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/debian/.gitignore +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/debian/control +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/debian/rules +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/setup.cfg +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/__init__.py +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_cfg.yaml +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_templates/moat/__init__.py +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_templates/moat/_main.py +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_templates/packaging/pyproject.default.yaml +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_templates/packaging/pyproject.forced.yaml +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/inspect.py +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/test.py +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat_src.egg-info/SOURCES.txt +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat_src.egg-info/dependency_links.txt +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat_src.egg-info/requires.txt +0 -0
- {moat_src-0.8.10 → moat_src-0.8.11}/src/moat_src.egg-info/top_level.txt +0 -0
@@ -1082,7 +1082,9 @@ async def build(
|
|
1082
1082
|
print("*** Failure packaging", r.name, file=sys.stderr)
|
1083
1083
|
else:
|
1084
1084
|
print("Failure packaging", r.name, file=sys.stderr)
|
1085
|
-
|
1085
|
+
no_commit=True
|
1086
|
+
no_deb=True
|
1087
|
+
no_pypi=True
|
1086
1088
|
|
1087
1089
|
# Step 5: build PyPI package
|
1088
1090
|
if not no_pypi:
|
@@ -1121,10 +1123,11 @@ async def build(
|
|
1121
1123
|
print("Build errors:", file=sys.stderr)
|
1122
1124
|
print(*err, file=sys.stderr)
|
1123
1125
|
print("Please fix and try again.", file=sys.stderr)
|
1124
|
-
|
1126
|
+
no_commit=True
|
1127
|
+
no_deb=True
|
1125
1128
|
|
1126
1129
|
# Step 6: upload PyPI package
|
1127
|
-
|
1130
|
+
elif run:
|
1128
1131
|
err = set()
|
1129
1132
|
for r in up:
|
1130
1133
|
rd = PACK / r.dash
|
@@ -1154,7 +1157,8 @@ async def build(
|
|
1154
1157
|
print("Upload errors:", file=sys.stderr)
|
1155
1158
|
print(*err, file=sys.stderr)
|
1156
1159
|
print("Please fix(?) and try again.", file=sys.stderr)
|
1157
|
-
|
1160
|
+
no_commit=True
|
1161
|
+
no_deb=True
|
1158
1162
|
|
1159
1163
|
# Step 7: upload Debian package
|
1160
1164
|
if run and not no_deb:
|
@@ -1183,7 +1187,7 @@ async def build(
|
|
1183
1187
|
print("Upload errors:", file=sys.stderr)
|
1184
1188
|
print(*err, file=sys.stderr)
|
1185
1189
|
print("Please fix(?) and try again.", file=sys.stderr)
|
1186
|
-
|
1190
|
+
no_commit=True
|
1187
1191
|
|
1188
1192
|
# Step 8: commit the result
|
1189
1193
|
if run:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{moat_src-0.8.10 → moat_src-0.8.11}/src/moat/src/_templates/packaging/pyproject.default.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|