moat-src 0.12.2__tar.gz → 0.12.4__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.
Files changed (38) hide show
  1. {moat_src-0.12.2/src/moat_src.egg-info → moat_src-0.12.4}/PKG-INFO +1 -1
  2. {moat_src-0.12.2 → moat_src-0.12.4}/debian/changelog +30 -0
  3. {moat_src-0.12.2 → moat_src-0.12.4}/debian/control +1 -2
  4. {moat_src-0.12.2 → moat_src-0.12.4}/pyproject.toml +1 -1
  5. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_repo.py +1 -1
  6. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/build.py +4 -4
  7. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/test.py +4 -0
  8. {moat_src-0.12.2 → moat_src-0.12.4/src/moat_src.egg-info}/PKG-INFO +1 -1
  9. {moat_src-0.12.2 → moat_src-0.12.4}/LICENSE.txt +0 -0
  10. {moat_src-0.12.2 → moat_src-0.12.4}/Makefile +0 -0
  11. {moat_src-0.12.2 → moat_src-0.12.4}/README.md +0 -0
  12. {moat_src-0.12.2 → moat_src-0.12.4}/debian/.gitignore +0 -0
  13. {moat_src-0.12.2 → moat_src-0.12.4}/debian/py3dist-overrides +0 -0
  14. {moat_src-0.12.2 → moat_src-0.12.4}/debian/rules +0 -0
  15. {moat_src-0.12.2 → moat_src-0.12.4}/setup.cfg +0 -0
  16. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/__init__.py +0 -0
  17. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_cfg.yaml +0 -0
  18. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_main.py +0 -0
  19. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_templates/moat/__init__.py +0 -0
  20. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_templates/moat/_main.py +0 -0
  21. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_templates/packaging/pyproject.default.yaml +0 -0
  22. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_templates/packaging/pyproject.forced.yaml +0 -0
  23. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_toml.py +0 -0
  24. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/_util.py +0 -0
  25. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/__init__.py +0 -0
  26. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/_common.py +0 -0
  27. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/forgejo.py +0 -0
  28. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/github.py +0 -0
  29. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/localgit.py +0 -0
  30. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/api/radicle.py +0 -0
  31. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/dep-update.py +0 -0
  32. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/inspect.py +0 -0
  33. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/move.py +0 -0
  34. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat/src/worktree.py +0 -0
  35. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat_src.egg-info/SOURCES.txt +0 -0
  36. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat_src.egg-info/dependency_links.txt +0 -0
  37. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat_src.egg-info/requires.txt +0 -0
  38. {moat_src-0.12.2 → moat_src-0.12.4}/src/moat_src.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-src
3
- Version: 0.12.2
3
+ Version: 0.12.4
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,3 +1,33 @@
1
+ moat-src (0.12.4-1) unstable; urgency=medium
2
+
3
+ * New release for 26.2.4
4
+
5
+ -- Matthias Urlichs <matthias@urlichs.de> Wed, 17 Jun 2026 15:26:49 +0200
6
+
7
+ moat-src (0.12.3-3) unstable; urgency=medium
8
+
9
+ * New release for 26.2.3
10
+
11
+ -- Matthias Urlichs <matthias@urlichs.de> Mon, 15 Jun 2026 17:44:34 +0200
12
+
13
+ moat-src (0.12.3-2) unstable; urgency=medium
14
+
15
+ * New release for 26.1.19
16
+
17
+ -- Matthias Urlichs <matthias@urlichs.de> Wed, 03 Jun 2026 20:28:15 +0200
18
+
19
+ moat-src (0.12.3-1) unstable; urgency=medium
20
+
21
+ * New release for 26.1.18
22
+
23
+ -- Matthias Urlichs <matthias@urlichs.de> Wed, 03 Jun 2026 18:50:00 +0200
24
+
25
+ moat-src (0.12.2-2) unstable; urgency=medium
26
+
27
+ * New release for 26.1.12
28
+
29
+ -- Matthias Urlichs <matthias@urlichs.de> Fri, 24 Apr 2026 15:37:05 +0200
30
+
1
31
  moat-src (0.12.2-1) unstable; urgency=medium
2
32
 
3
33
  * New release for 26.1.10
@@ -2,12 +2,11 @@ Source: moat-src
2
2
  Maintainer: Matthias Urlichs <matthias@urlichs.de>
3
3
  Section: python
4
4
  Priority: optional
5
- Build-Depends: dh-python, python3-all, debhelper (>= 13),
5
+ Build-Depends: dh-python, python3-all, debhelper (>= 13), debhelper-compat (= 13),
6
6
  python3-setuptools,
7
7
  python3-wheel,
8
8
  Standards-Version: 3.9.6
9
9
  Homepage: https://github.com/M-o-a-T/moat-src
10
- X-DH-Compat: 13
11
10
 
12
11
  Package: moat-src
13
12
  Architecture: all
@@ -21,7 +21,7 @@ dependencies = [
21
21
  "moat-lib-run ~= 0.2.0",
22
22
  "moat-util ~= 0.63.0",
23
23
  ]
24
- version = "0.12.2"
24
+ version = "0.12.4"
25
25
  keywords = [ "MoaT",]
26
26
  requires-python = ">=3.8"
27
27
  name = "moat-src"
@@ -180,7 +180,7 @@ class Package(_Common):
180
180
  pf = p / f
181
181
  pf.parent.mkdir(parents=True, exist_ok=True)
182
182
  if f.is_dir():
183
- copytree(f, pf, symlinks=False)
183
+ copytree(f, pf, symlinks=False, dirs_exist_ok=True)
184
184
  else:
185
185
  copyfile(f, pf, follow_symlinks=True)
186
186
 
@@ -327,10 +327,10 @@ async def do_build_deb(repo, repos, deb_opts, no, debug, gtag):
327
327
  file=sys.stderr,
328
328
  )
329
329
  else:
330
- if debug:
331
- print(f"\n=== Failure packaging {r.name}", file=sys.stderr)
332
- else:
333
- print(f"Failure packaging {r.name}: {exc.stderr.strip()}", file=sys.stderr)
330
+ err = exc.stderr or "?"
331
+ print(f"Failure packaging {r.name}: {err.strip()}", file=sys.stderr)
332
+ if not debug and not exc.stderr:
333
+ raise
334
334
  no.commit = True
335
335
  no.deb = True
336
336
  no.pypi = True
@@ -20,6 +20,10 @@ logger = logging.getLogger(__name__)
20
20
 
21
21
  async def run(*args, expect_exit=0, do_stdout=True):
22
22
  """Call a MoaT command handler"""
23
+ if len(args) == 1:
24
+ args = args[0]
25
+ if isinstance(args, str):
26
+ args = args.split(" ")
23
27
  args = ("-s", "env.load_all", "=n", *args)
24
28
 
25
29
  with CFG.with_config_(CfgStore()) as cfg:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-src
3
- Version: 0.12.2
3
+ Version: 0.12.4
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes