moat-src 0.9.7__py3-none-any.whl → 0.9.9__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.
- moat/src/_main.py +7 -3
- {moat_src-0.9.7.dist-info → moat_src-0.9.9.dist-info}/METADATA +1 -1
- {moat_src-0.9.7.dist-info → moat_src-0.9.9.dist-info}/RECORD +6 -6
- {moat_src-0.9.7.dist-info → moat_src-0.9.9.dist-info}/WHEEL +0 -0
- {moat_src-0.9.7.dist-info → moat_src-0.9.9.dist-info}/licenses/LICENSE.txt +0 -0
- {moat_src-0.9.7.dist-info → moat_src-0.9.9.dist-info}/top_level.txt +0 -0
moat/src/_main.py
CHANGED
@@ -190,8 +190,12 @@ class Package(_Common):
|
|
190
190
|
lc = self.last_commit
|
191
191
|
except AttributeError:
|
192
192
|
return True
|
193
|
-
for d in head.diff(
|
194
|
-
|
193
|
+
for d in head.diff(
|
194
|
+
self.last_commit if main else self._repo.last_tag,
|
195
|
+
paths=self.path if main else Path("packaging")/self.dash,
|
196
|
+
):
|
197
|
+
pp=Path(d.b_path)
|
198
|
+
if pp.name == "changelog" and pp.parent.name == "debian":
|
195
199
|
continue
|
196
200
|
if (
|
197
201
|
self._repo.repo_for(d.a_path, main) != self.name
|
@@ -1046,7 +1050,7 @@ async def build(
|
|
1046
1050
|
)
|
1047
1051
|
tag,ptag = res.stdout.strip().decode("utf-8").rsplit("-", 1)
|
1048
1052
|
ptag = int(ptag)
|
1049
|
-
if tag != ltag or r.vers.pkg
|
1053
|
+
if tag != ltag or r.vers.pkg > ptag:
|
1050
1054
|
subprocess.run(
|
1051
1055
|
[
|
1052
1056
|
"debchange",
|
@@ -1,14 +1,14 @@
|
|
1
1
|
moat/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
moat/src/_cfg.yaml,sha256=bXRcamFBn1VCc7MhGBiWK5ciq4qw6iXyZzRJWvs_m0Q,35
|
3
|
-
moat/src/_main.py,sha256=
|
3
|
+
moat/src/_main.py,sha256=pEeL1K18Pj7EaP89fKx3jzBC-B3_sG_Q8dtMAL554Mg,35967
|
4
4
|
moat/src/inspect.py,sha256=rUU-FQyQoQP8LJCebbtdL6lgzz9KPH7KGSq11kD4nmU,1489
|
5
5
|
moat/src/test.py,sha256=UmBQ0trssY1rLNLXwJp8gdcX6__GJBUqmcryV_0PfcA,2152
|
6
6
|
moat/src/_templates/moat/__init__.py,sha256=ZBoFcXbv35djD599Vo_PKTqDjvQXYYXTcPUs5RcQZrs,101
|
7
7
|
moat/src/_templates/moat/_main.py,sha256=8gLupAmWb5T6wLkQYTi99V1nyaS8cAIccwxHet2ydFw,321
|
8
8
|
moat/src/_templates/packaging/pyproject.default.yaml,sha256=nHUa7dQhe8QpDH9Gbmjflf3BI3ECk2cuXArf0oPCgeg,2801
|
9
9
|
moat/src/_templates/packaging/pyproject.forced.yaml,sha256=djfcy3hgfoIgrn2pRrxDWTyN3EEsA1y5NhkzYrGjgNY,1427
|
10
|
-
moat_src-0.9.
|
11
|
-
moat_src-0.9.
|
12
|
-
moat_src-0.9.
|
13
|
-
moat_src-0.9.
|
14
|
-
moat_src-0.9.
|
10
|
+
moat_src-0.9.9.dist-info/licenses/LICENSE.txt,sha256=L5vKJLVOg5t0CEEPpW9-O_0vzbP0PEjEF06tLvnIDuk,541
|
11
|
+
moat_src-0.9.9.dist-info/METADATA,sha256=FGt8yGIUJlCWN5QgWd4GVmAsDFfapAVlR9nszm2Jqio,733
|
12
|
+
moat_src-0.9.9.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
13
|
+
moat_src-0.9.9.dist-info/top_level.txt,sha256=pcs9fl5w5AB5GVi4SvBqIVmFrkRwQkVw_dEvW0Q0cSA,5
|
14
|
+
moat_src-0.9.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|