moat-src 0.8.3__py3-none-any.whl → 0.8.5__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.
- build/lib/moat/src/_main.py +4 -4
- debian/.gitignore +8 -0
- debian/changelog +78 -0
- debian/control +20 -0
- debian/moat-src/usr/lib/python3/dist-packages/moat/src/_main.py +4 -4
- debian/rules +10 -0
- moat/src/_main.py +4 -4
- {moat_src-0.8.3.dist-info → moat_src-0.8.5.dist-info}/METADATA +1 -1
- {moat_src-0.8.3.dist-info → moat_src-0.8.5.dist-info}/RECORD +12 -8
- {moat_src-0.8.3.dist-info → moat_src-0.8.5.dist-info}/WHEEL +0 -0
- {moat_src-0.8.3.dist-info → moat_src-0.8.5.dist-info}/licenses/LICENSE.txt +0 -0
- {moat_src-0.8.3.dist-info → moat_src-0.8.5.dist-info}/top_level.txt +0 -0
build/lib/moat/src/_main.py
CHANGED
@@ -916,7 +916,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
916
916
|
continue
|
917
917
|
raise
|
918
918
|
tags[r.mdash] = tag
|
919
|
-
if r.has_changes():
|
919
|
+
if r.has_changes(True):
|
920
920
|
err.add(r.dash)
|
921
921
|
if err:
|
922
922
|
if not run:
|
@@ -991,7 +991,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
991
991
|
tag = res.stdout.strip().decode("utf-8").rsplit("-",1)[0]
|
992
992
|
ltag = r.last_tag
|
993
993
|
if tag != ltag:
|
994
|
-
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.
|
994
|
+
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.pkg}",f"New release for {forcetag}"] , cwd=rd, check=True)
|
995
995
|
repo.index.add(p/"changelog")
|
996
996
|
|
997
997
|
if debversion.get(r.dash,"") != ltag:
|
@@ -1079,8 +1079,8 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
1079
1079
|
ltag = r.last_tag
|
1080
1080
|
if not (PACK/r.dash/"debian").is_dir():
|
1081
1081
|
continue
|
1082
|
-
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1083
|
-
done = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1082
|
+
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.changes"
|
1083
|
+
done = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.done"
|
1084
1084
|
if done.exists():
|
1085
1085
|
continue
|
1086
1086
|
try:
|
debian/.gitignore
ADDED
debian/changelog
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
moat-src (0.8.5-1) unstable; urgency=medium
|
2
|
+
|
3
|
+
* New release for 25.0.8
|
4
|
+
|
5
|
+
-- Matthias Urlichs <matthias@urlichs.de> Sun, 23 Mar 2025 14:42:53 +0100
|
6
|
+
|
7
|
+
moat-src (0.8.4-1) unstable; urgency=medium
|
8
|
+
|
9
|
+
* New release for 25.0.7
|
10
|
+
|
11
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 21:57:15 +0100
|
12
|
+
|
13
|
+
moat-src (0.8.3-1) unstable; urgency=medium
|
14
|
+
|
15
|
+
* New release for 25.0.6
|
16
|
+
|
17
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 21:51:18 +0100
|
18
|
+
|
19
|
+
moat-src (0.8.2-1) unstable; urgency=medium
|
20
|
+
|
21
|
+
* New release for 25.0.3
|
22
|
+
|
23
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 14:54:14 +0100
|
24
|
+
|
25
|
+
moat-src (0.8.1-1) unstable; urgency=medium
|
26
|
+
|
27
|
+
* New release for 25.0.2
|
28
|
+
|
29
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 13:31:29 +0100
|
30
|
+
|
31
|
+
moat-src (0.8.0-1) unstable; urgency=medium
|
32
|
+
|
33
|
+
* New release for 25.0.2
|
34
|
+
|
35
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 13:24:30 +0100
|
36
|
+
|
37
|
+
moat-src (0.7.0-1) unstable; urgency=medium
|
38
|
+
|
39
|
+
* New release for 25.0.2
|
40
|
+
|
41
|
+
-- Matthias Urlichs <matthias@urlichs.de> Fri, 21 Mar 2025 12:04:24 +0100
|
42
|
+
|
43
|
+
moat-src (0.6.1-1) unstable; urgency=medium
|
44
|
+
|
45
|
+
* Merge
|
46
|
+
|
47
|
+
-- Matthias Urlichs <matthias@urlichs.de> Mon, 18 Nov 2024 10:05:25 +0100
|
48
|
+
|
49
|
+
moat-src (0.6.0-1) unstable; urgency=medium
|
50
|
+
|
51
|
+
* Merge
|
52
|
+
|
53
|
+
-- Matthias Urlichs <matthias@urlichs.de> Wed, 06 Mar 2024 10:34:24 +0100
|
54
|
+
|
55
|
+
moat-src (0.5.2-1) unstable; urgency=medium
|
56
|
+
|
57
|
+
* Merge
|
58
|
+
|
59
|
+
-- Matthias Urlichs <matthias@urlichs.de> Sun, 24 Dec 2023 09:30:07 +0100
|
60
|
+
|
61
|
+
moat-src (0.5.1-2) unstable; urgency=medium
|
62
|
+
|
63
|
+
* Fix naming and deps
|
64
|
+
|
65
|
+
-- Matthias Urlichs <matthias@urlichs.de> Wed, 15 Nov 2023 14:33:46 +0100
|
66
|
+
|
67
|
+
moat-src (0.5.1-1) unstable; urgency=medium
|
68
|
+
|
69
|
+
* Merge
|
70
|
+
|
71
|
+
-- Matthias Urlichs <matthias@urlichs.de> Wed, 15 Nov 2023 14:32:17 +0100
|
72
|
+
|
73
|
+
moat-src (0.3.1-1) unstable; urgency=medium
|
74
|
+
|
75
|
+
* Debianized.
|
76
|
+
|
77
|
+
-- Matthias Urlichs <matthias@urlichs.de> Thu, 18 May 2023 14:52:55 +0200
|
78
|
+
|
debian/control
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Source: moat-src
|
2
|
+
Maintainer: Matthias Urlichs <matthias@urlichs.de>
|
3
|
+
Section: python
|
4
|
+
Priority: optional
|
5
|
+
Build-Depends: dh-python, python3-all, debhelper (>= 13), debhelper-compat (= 13),
|
6
|
+
python3-setuptools,
|
7
|
+
python3-wheel,
|
8
|
+
Standards-Version: 3.9.6
|
9
|
+
Homepage: https://github.com/M-o-a-T/moat-src
|
10
|
+
|
11
|
+
Package: moat-src
|
12
|
+
Architecture: all
|
13
|
+
Depends: ${misc:Depends}, ${python3:Depends},
|
14
|
+
python3-anyio (>= 2.0),
|
15
|
+
moat-main,
|
16
|
+
Recommends:
|
17
|
+
moat-kv (>= 0.32),
|
18
|
+
python3-trio (>= 0.17),
|
19
|
+
Description: MoaT module for handling MoaT-related packaging
|
20
|
+
|
@@ -916,7 +916,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
916
916
|
continue
|
917
917
|
raise
|
918
918
|
tags[r.mdash] = tag
|
919
|
-
if r.has_changes():
|
919
|
+
if r.has_changes(True):
|
920
920
|
err.add(r.dash)
|
921
921
|
if err:
|
922
922
|
if not run:
|
@@ -991,7 +991,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
991
991
|
tag = res.stdout.strip().decode("utf-8").rsplit("-",1)[0]
|
992
992
|
ltag = r.last_tag
|
993
993
|
if tag != ltag:
|
994
|
-
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.
|
994
|
+
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.pkg}",f"New release for {forcetag}"] , cwd=rd, check=True)
|
995
995
|
repo.index.add(p/"changelog")
|
996
996
|
|
997
997
|
if debversion.get(r.dash,"") != ltag:
|
@@ -1079,8 +1079,8 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
1079
1079
|
ltag = r.last_tag
|
1080
1080
|
if not (PACK/r.dash/"debian").is_dir():
|
1081
1081
|
continue
|
1082
|
-
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1083
|
-
done = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1082
|
+
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.changes"
|
1083
|
+
done = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.done"
|
1084
1084
|
if done.exists():
|
1085
1085
|
continue
|
1086
1086
|
try:
|
debian/rules
ADDED
moat/src/_main.py
CHANGED
@@ -916,7 +916,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
916
916
|
continue
|
917
917
|
raise
|
918
918
|
tags[r.mdash] = tag
|
919
|
-
if r.has_changes():
|
919
|
+
if r.has_changes(True):
|
920
920
|
err.add(r.dash)
|
921
921
|
if err:
|
922
922
|
if not run:
|
@@ -991,7 +991,7 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
991
991
|
tag = res.stdout.strip().decode("utf-8").rsplit("-",1)[0]
|
992
992
|
ltag = r.last_tag
|
993
993
|
if tag != ltag:
|
994
|
-
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.
|
994
|
+
subprocess.run(["debchange", "--distribution","unstable", "--newversion",f"{ltag}-{r.vers.pkg}",f"New release for {forcetag}"] , cwd=rd, check=True)
|
995
995
|
repo.index.add(p/"changelog")
|
996
996
|
|
997
997
|
if debversion.get(r.dash,"") != ltag:
|
@@ -1079,8 +1079,8 @@ async def build(no_commit, no_dirty, no_test, no_tag, no_pypi, parts, dput_opts,
|
|
1079
1079
|
ltag = r.last_tag
|
1080
1080
|
if not (PACK/r.dash/"debian").is_dir():
|
1081
1081
|
continue
|
1082
|
-
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1083
|
-
done = PACK/f"{r.mdash}_{ltag}-{r.vers.
|
1082
|
+
changes = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.changes"
|
1083
|
+
done = PACK/f"{r.mdash}_{ltag}-{r.vers.pkg}_{ARCH}.done"
|
1084
1084
|
if done.exists():
|
1085
1085
|
continue
|
1086
1086
|
try:
|
@@ -1,26 +1,30 @@
|
|
1
1
|
build/lib/moat/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
build/lib/moat/src/_main.py,sha256=
|
2
|
+
build/lib/moat/src/_main.py,sha256=9zV7SHzs71NP3SmVQ2ejhs7NfKSExeaZecEgt5eoIk4,34076
|
3
3
|
build/lib/moat/src/inspect.py,sha256=rUU-FQyQoQP8LJCebbtdL6lgzz9KPH7KGSq11kD4nmU,1489
|
4
4
|
build/lib/moat/src/test.py,sha256=Xn7tIyKt9V0CL_Vt0vauKsZUeNmZTftiHUpnGgk4wyA,2191
|
5
5
|
build/lib/moat/src/_templates/pyproject.default.yaml,sha256=nHUa7dQhe8QpDH9Gbmjflf3BI3ECk2cuXArf0oPCgeg,2801
|
6
6
|
build/lib/moat/src/_templates/pyproject.forced.yaml,sha256=djfcy3hgfoIgrn2pRrxDWTyN3EEsA1y5NhkzYrGjgNY,1427
|
7
7
|
build/lib/moat/src/_templates/moat/__init__.py,sha256=ZBoFcXbv35djD599Vo_PKTqDjvQXYYXTcPUs5RcQZrs,101
|
8
|
+
debian/.gitignore,sha256=7WCFYCU97MR-W2vjMVTm4yKsNA7gmhXnj66cTLnWLhs,109
|
9
|
+
debian/changelog,sha256=SZ3mghd4DzqIacPohxa3II9r16ukB2fNQfnOzs00nwk,1868
|
10
|
+
debian/control,sha256=keUV2YPYmLzJAIOBZqvXGixSqqdFf8gkbnaIcxx_YQw,539
|
11
|
+
debian/rules,sha256=9Pf-Fi5uWllV6C3sFeA_EP3yOhR_ZzKRZt4ODLxzUrc,224
|
8
12
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
debian/moat-src/usr/lib/python3/dist-packages/moat/src/_main.py,sha256=
|
13
|
+
debian/moat-src/usr/lib/python3/dist-packages/moat/src/_main.py,sha256=9zV7SHzs71NP3SmVQ2ejhs7NfKSExeaZecEgt5eoIk4,34076
|
10
14
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/inspect.py,sha256=rUU-FQyQoQP8LJCebbtdL6lgzz9KPH7KGSq11kD4nmU,1489
|
11
15
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/test.py,sha256=Xn7tIyKt9V0CL_Vt0vauKsZUeNmZTftiHUpnGgk4wyA,2191
|
12
16
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.default.yaml,sha256=nHUa7dQhe8QpDH9Gbmjflf3BI3ECk2cuXArf0oPCgeg,2801
|
13
17
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/pyproject.forced.yaml,sha256=djfcy3hgfoIgrn2pRrxDWTyN3EEsA1y5NhkzYrGjgNY,1427
|
14
18
|
debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates/moat/__init__.py,sha256=ZBoFcXbv35djD599Vo_PKTqDjvQXYYXTcPUs5RcQZrs,101
|
15
19
|
moat/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
moat/src/_main.py,sha256=
|
20
|
+
moat/src/_main.py,sha256=9zV7SHzs71NP3SmVQ2ejhs7NfKSExeaZecEgt5eoIk4,34076
|
17
21
|
moat/src/inspect.py,sha256=rUU-FQyQoQP8LJCebbtdL6lgzz9KPH7KGSq11kD4nmU,1489
|
18
22
|
moat/src/test.py,sha256=Xn7tIyKt9V0CL_Vt0vauKsZUeNmZTftiHUpnGgk4wyA,2191
|
19
23
|
moat/src/_templates/pyproject.default.yaml,sha256=nHUa7dQhe8QpDH9Gbmjflf3BI3ECk2cuXArf0oPCgeg,2801
|
20
24
|
moat/src/_templates/pyproject.forced.yaml,sha256=djfcy3hgfoIgrn2pRrxDWTyN3EEsA1y5NhkzYrGjgNY,1427
|
21
25
|
moat/src/_templates/moat/__init__.py,sha256=ZBoFcXbv35djD599Vo_PKTqDjvQXYYXTcPUs5RcQZrs,101
|
22
|
-
moat_src-0.8.
|
23
|
-
moat_src-0.8.
|
24
|
-
moat_src-0.8.
|
25
|
-
moat_src-0.8.
|
26
|
-
moat_src-0.8.
|
26
|
+
moat_src-0.8.5.dist-info/licenses/LICENSE.txt,sha256=L5vKJLVOg5t0CEEPpW9-O_0vzbP0PEjEF06tLvnIDuk,541
|
27
|
+
moat_src-0.8.5.dist-info/METADATA,sha256=MJS9WT6tKNnUlD7sh2jkdkbg7Exp2WjfM3CZ6n-bsjc,733
|
28
|
+
moat_src-0.8.5.dist-info/WHEEL,sha256=xcaH6rP_nCxh1LBIPM7Q0uOnzSGjsIye-Q44j_zbzw8,104
|
29
|
+
moat_src-0.8.5.dist-info/top_level.txt,sha256=esIWSUltc-K0iuPfb_0bHTgPJqIq9n_LFfqpy_wJCrc,23
|
30
|
+
moat_src-0.8.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|