moat-src 0.8.5__tar.gz → 0.8.11__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 (33) hide show
  1. {moat_src-0.8.5/moat_src.egg-info → moat_src-0.8.11}/PKG-INFO +2 -2
  2. {moat_src-0.8.5 → moat_src-0.8.11}/debian/changelog +60 -0
  3. moat_src-0.8.11/pyproject.toml +41 -0
  4. moat_src-0.8.11/src/moat/src/_cfg.yaml +2 -0
  5. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.11/src}/moat/src/_main.py +295 -201
  6. moat_src-0.8.11/src/moat/src/_templates/moat/_main.py +23 -0
  7. {moat_src-0.8.5 → moat_src-0.8.11/src}/moat/src/test.py +1 -1
  8. {moat_src-0.8.5 → moat_src-0.8.11/src/moat_src.egg-info}/PKG-INFO +2 -2
  9. moat_src-0.8.11/src/moat_src.egg-info/SOURCES.txt +21 -0
  10. {moat_src-0.8.5 → moat_src-0.8.11/src}/moat_src.egg-info/requires.txt +1 -1
  11. moat_src-0.8.11/src/moat_src.egg-info/top_level.txt +1 -0
  12. moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/test.py +0 -89
  13. moat_src-0.8.5/moat/src/__init__.py +0 -0
  14. moat_src-0.8.5/moat/src/_main.py +0 -1113
  15. moat_src-0.8.5/moat/src/_templates/moat/__init__.py +0 -3
  16. moat_src-0.8.5/moat/src/_templates/pyproject.default.yaml +0 -146
  17. moat_src-0.8.5/moat/src/_templates/pyproject.forced.yaml +0 -77
  18. moat_src-0.8.5/moat/src/inspect.py +0 -65
  19. moat_src-0.8.5/moat_src.egg-info/SOURCES.txt +0 -26
  20. moat_src-0.8.5/moat_src.egg-info/top_level.txt +0 -4
  21. moat_src-0.8.5/pyproject.toml +0 -88
  22. {moat_src-0.8.5 → moat_src-0.8.11}/LICENSE.txt +0 -0
  23. {moat_src-0.8.5 → moat_src-0.8.11}/Makefile +0 -0
  24. {moat_src-0.8.5 → moat_src-0.8.11}/debian/.gitignore +0 -0
  25. {moat_src-0.8.5 → moat_src-0.8.11}/debian/control +0 -0
  26. {moat_src-0.8.5 → moat_src-0.8.11}/debian/rules +0 -0
  27. {moat_src-0.8.5 → moat_src-0.8.11}/setup.cfg +0 -0
  28. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.11/src}/moat/src/__init__.py +0 -0
  29. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.11/src}/moat/src/_templates/moat/__init__.py +0 -0
  30. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates → moat_src-0.8.11/src/moat/src/_templates/packaging}/pyproject.default.yaml +0 -0
  31. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates → moat_src-0.8.11/src/moat/src/_templates/packaging}/pyproject.forced.yaml +0 -0
  32. {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.11/src}/moat/src/inspect.py +0 -0
  33. {moat_src-0.8.5 → moat_src-0.8.11/src}/moat_src.egg-info/dependency_links.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: moat-src
3
- Version: 0.8.5
3
+ Version: 0.8.11
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
@@ -15,7 +15,7 @@ Classifier: Development Status :: 4 - Beta
15
15
  Requires-Python: >=3.8
16
16
  Description-Content-Type: text/x-rst
17
17
  License-File: LICENSE.txt
18
- Requires-Dist: anyio~=3.0
18
+ Requires-Dist: anyio~=4.2
19
19
  Requires-Dist: tomlkit~=0.12
20
20
  Requires-Dist: asyncclick
21
21
  Requires-Dist: gitpython
@@ -1,3 +1,63 @@
1
+ moat-src (0.8.11-1) unstable; urgency=medium
2
+
3
+ * New release for 25.2.1
4
+
5
+ -- Matthias Urlichs <matthias@urlichs.de> Mon, 12 May 2025 07:31:33 +0200
6
+
7
+ moat-src (0.8.10-1) unstable; urgency=medium
8
+
9
+ * New release for 25.1.24
10
+
11
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 11:35:22 +0200
12
+
13
+ moat-src (0.8.9-2) unstable; urgency=medium
14
+
15
+ * New release for 25.1.16
16
+
17
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:50:39 +0200
18
+
19
+ moat-src (0.8.9-1) unstable; urgency=medium
20
+
21
+ * New release for 25.1.15
22
+
23
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:47:30 +0200
24
+
25
+ moat-src (0.8.8-1) unstable; urgency=medium
26
+
27
+ * New release for 25.1.14
28
+
29
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:46:57 +0200
30
+
31
+ moat-src (0.8.7-3) unstable; urgency=medium
32
+
33
+ * New release for 25.1.13
34
+
35
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:07:36 +0200
36
+
37
+ moat-src (0.8.7-2) unstable; urgency=medium
38
+
39
+ * New release for 25.1.12
40
+
41
+ -- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 01:53:32 +0200
42
+
43
+ moat-src (0.8.7-1) unstable; urgency=medium
44
+
45
+ * New release for 25.1.11
46
+
47
+ -- Matthias Urlichs <matthias@urlichs.de> Mon, 05 May 2025 18:25:34 +0200
48
+
49
+ moat-src (0.8.6-2) unstable; urgency=medium
50
+
51
+ * New release for 25.1.8
52
+
53
+ -- Matthias Urlichs <matthias@urlichs.de> Sun, 04 May 2025 19:51:30 +0200
54
+
55
+ moat-src (0.8.6-1) unstable; urgency=medium
56
+
57
+ * New release for 25.1.2
58
+
59
+ -- Matthias Urlichs <matthias@urlichs.de> Sun, 04 May 2025 16:24:28 +0200
60
+
1
61
  moat-src (0.8.5-1) unstable; urgency=medium
2
62
 
3
63
  * New release for 25.0.8
@@ -0,0 +1,41 @@
1
+ [build-system]
2
+ build-backend = "setuptools.build_meta"
3
+ requires = [ "setuptools", "wheel",]
4
+
5
+ [project]
6
+ classifiers = [
7
+ "Intended Audience :: Developers",
8
+ "Programming Language :: Python :: 3",
9
+ "Framework :: AsyncIO",
10
+ "Framework :: Trio",
11
+ "Framework :: AnyIO",
12
+ "Development Status :: 4 - Beta",
13
+ ]
14
+ dependencies = [
15
+ "anyio ~= 4.2",
16
+ "tomlkit ~= 0.12",
17
+ "asyncclick",
18
+ "gitpython",
19
+ "packaging",
20
+ ]
21
+ version = "0.8.11"
22
+ keywords = [ "MoaT",]
23
+ requires-python = ">=3.8"
24
+ name = "moat-src"
25
+ description = "Tools for managing the MoaT sources"
26
+ readme = "README.rst"
27
+
28
+ [[project.authors]]
29
+ email = "matthias@urlichs.de"
30
+ name = "Matthias Urlichs"
31
+
32
+ [project.urls]
33
+ homepage = "https://m-o-a-t.org"
34
+ repository = "https://github.com/M-o-a-T/moat"
35
+
36
+ [tool.setuptools]
37
+ [tool.setuptools.packages.find]
38
+ where = ["src"]
39
+
40
+ [tool.setuptools.package-data]
41
+ "*" = ["*.yaml"]
@@ -0,0 +1,2 @@
1
+ src:
2
+ done: "/src/DONE"