moat-src 0.8.4__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.
@@ -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:
debian/.gitignore ADDED
@@ -0,0 +1,8 @@
1
+ /files
2
+ /*.log
3
+ /*.debhelper
4
+ /*.debhelper-build-stamp
5
+ /*.substvars
6
+ /debhelper-build-stamp
7
+ /moat-src
8
+ /*.service
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:
debian/rules ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/make -f
2
+
3
+ # This file was automatically generated by stdeb 0.8.5 at
4
+ # Fri, 19 Jul 2019 22:07:17 +0200
5
+ export PYBUILD_NAME=moat-src
6
+ %:
7
+ dh $@ --with python3 --buildsystem=pybuild
8
+
9
+ override_dh_auto_test:
10
+ : no test
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-src
3
- Version: 0.8.4
3
+ Version: 0.8.5
4
4
  Summary: Tools for managing the MoaT sources
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -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=vSPa8PC0c58_Bl_8VIugzBVea2djs5PyAdvyyH8NMDs,34072
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=vSPa8PC0c58_Bl_8VIugzBVea2djs5PyAdvyyH8NMDs,34072
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=vSPa8PC0c58_Bl_8VIugzBVea2djs5PyAdvyyH8NMDs,34072
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.4.dist-info/licenses/LICENSE.txt,sha256=L5vKJLVOg5t0CEEPpW9-O_0vzbP0PEjEF06tLvnIDuk,541
23
- moat_src-0.8.4.dist-info/METADATA,sha256=zTQPHbP8HFE9X7EloEayGx61LDzrvV6pagxMmD7EQfk,733
24
- moat_src-0.8.4.dist-info/WHEEL,sha256=xcaH6rP_nCxh1LBIPM7Q0uOnzSGjsIye-Q44j_zbzw8,104
25
- moat_src-0.8.4.dist-info/top_level.txt,sha256=esIWSUltc-K0iuPfb_0bHTgPJqIq9n_LFfqpy_wJCrc,23
26
- moat_src-0.8.4.dist-info/RECORD,,
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,,