moat-src 0.9.9__tar.gz → 0.9.10__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.9.9/src/moat_src.egg-info → moat_src-0.9.10}/PKG-INFO +1 -1
- {moat_src-0.9.9 → moat_src-0.9.10}/debian/changelog +6 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/pyproject.toml +1 -1
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_main.py +3 -0
- {moat_src-0.9.9 → moat_src-0.9.10/src/moat_src.egg-info}/PKG-INFO +1 -1
- {moat_src-0.9.9 → moat_src-0.9.10}/LICENSE.txt +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/Makefile +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/debian/.gitignore +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/debian/control +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/debian/rules +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/setup.cfg +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/__init__.py +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_cfg.yaml +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_templates/moat/__init__.py +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_templates/moat/_main.py +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_templates/packaging/pyproject.default.yaml +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/_templates/packaging/pyproject.forced.yaml +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/inspect.py +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat/src/test.py +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat_src.egg-info/SOURCES.txt +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat_src.egg-info/dependency_links.txt +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat_src.egg-info/requires.txt +0 -0
- {moat_src-0.9.9 → moat_src-0.9.10}/src/moat_src.egg-info/top_level.txt +0 -0
@@ -1065,6 +1065,9 @@ async def build(
|
|
1065
1065
|
)
|
1066
1066
|
repo.index.add(p / "changelog")
|
1067
1067
|
|
1068
|
+
elif tag == ltag and r.vers.pkg < ptag:
|
1069
|
+
r.vers.pkg = ptag
|
1070
|
+
|
1068
1071
|
changes = PACK / f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.changes"
|
1069
1072
|
if debversion.get(r.dash, "") != ltag or r.vers.pkg != ptag or test_chg and not changes.exists():
|
1070
1073
|
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|