moat-src 0.8.5__tar.gz → 0.8.10__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.
- {moat_src-0.8.5/moat_src.egg-info → moat_src-0.8.10}/PKG-INFO +2 -2
- {moat_src-0.8.5 → moat_src-0.8.10}/debian/changelog +54 -0
- moat_src-0.8.10/pyproject.toml +41 -0
- moat_src-0.8.10/src/moat/src/_cfg.yaml +2 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.10/src}/moat/src/_main.py +286 -196
- moat_src-0.8.10/src/moat/src/_templates/moat/_main.py +23 -0
- {moat_src-0.8.5 → moat_src-0.8.10/src}/moat/src/test.py +1 -1
- {moat_src-0.8.5 → moat_src-0.8.10/src/moat_src.egg-info}/PKG-INFO +2 -2
- moat_src-0.8.10/src/moat_src.egg-info/SOURCES.txt +21 -0
- {moat_src-0.8.5 → moat_src-0.8.10/src}/moat_src.egg-info/requires.txt +1 -1
- moat_src-0.8.10/src/moat_src.egg-info/top_level.txt +1 -0
- moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/test.py +0 -89
- moat_src-0.8.5/moat/src/__init__.py +0 -0
- moat_src-0.8.5/moat/src/_main.py +0 -1113
- moat_src-0.8.5/moat/src/_templates/moat/__init__.py +0 -3
- moat_src-0.8.5/moat/src/_templates/pyproject.default.yaml +0 -146
- moat_src-0.8.5/moat/src/_templates/pyproject.forced.yaml +0 -77
- moat_src-0.8.5/moat/src/inspect.py +0 -65
- moat_src-0.8.5/moat_src.egg-info/SOURCES.txt +0 -26
- moat_src-0.8.5/moat_src.egg-info/top_level.txt +0 -4
- moat_src-0.8.5/pyproject.toml +0 -88
- {moat_src-0.8.5 → moat_src-0.8.10}/LICENSE.txt +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10}/Makefile +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10}/debian/.gitignore +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10}/debian/control +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10}/debian/rules +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10}/setup.cfg +0 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.10/src}/moat/src/__init__.py +0 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.10/src}/moat/src/_templates/moat/__init__.py +0 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates → moat_src-0.8.10/src/moat/src/_templates/packaging}/pyproject.default.yaml +0 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages/moat/src/_templates → moat_src-0.8.10/src/moat/src/_templates/packaging}/pyproject.forced.yaml +0 -0
- {moat_src-0.8.5/debian/moat-src/usr/lib/python3/dist-packages → moat_src-0.8.10/src}/moat/src/inspect.py +0 -0
- {moat_src-0.8.5 → moat_src-0.8.10/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.
|
3
|
+
Version: 0.8.10
|
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~=
|
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,57 @@
|
|
1
|
+
moat-src (0.8.10-1) unstable; urgency=medium
|
2
|
+
|
3
|
+
* New release for 25.1.24
|
4
|
+
|
5
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 11:35:22 +0200
|
6
|
+
|
7
|
+
moat-src (0.8.9-2) unstable; urgency=medium
|
8
|
+
|
9
|
+
* New release for 25.1.16
|
10
|
+
|
11
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:50:39 +0200
|
12
|
+
|
13
|
+
moat-src (0.8.9-1) unstable; urgency=medium
|
14
|
+
|
15
|
+
* New release for 25.1.15
|
16
|
+
|
17
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:47:30 +0200
|
18
|
+
|
19
|
+
moat-src (0.8.8-1) unstable; urgency=medium
|
20
|
+
|
21
|
+
* New release for 25.1.14
|
22
|
+
|
23
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:46:57 +0200
|
24
|
+
|
25
|
+
moat-src (0.8.7-3) unstable; urgency=medium
|
26
|
+
|
27
|
+
* New release for 25.1.13
|
28
|
+
|
29
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 02:07:36 +0200
|
30
|
+
|
31
|
+
moat-src (0.8.7-2) unstable; urgency=medium
|
32
|
+
|
33
|
+
* New release for 25.1.12
|
34
|
+
|
35
|
+
-- Matthias Urlichs <matthias@urlichs.de> Tue, 06 May 2025 01:53:32 +0200
|
36
|
+
|
37
|
+
moat-src (0.8.7-1) unstable; urgency=medium
|
38
|
+
|
39
|
+
* New release for 25.1.11
|
40
|
+
|
41
|
+
-- Matthias Urlichs <matthias@urlichs.de> Mon, 05 May 2025 18:25:34 +0200
|
42
|
+
|
43
|
+
moat-src (0.8.6-2) unstable; urgency=medium
|
44
|
+
|
45
|
+
* New release for 25.1.8
|
46
|
+
|
47
|
+
-- Matthias Urlichs <matthias@urlichs.de> Sun, 04 May 2025 19:51:30 +0200
|
48
|
+
|
49
|
+
moat-src (0.8.6-1) unstable; urgency=medium
|
50
|
+
|
51
|
+
* New release for 25.1.2
|
52
|
+
|
53
|
+
-- Matthias Urlichs <matthias@urlichs.de> Sun, 04 May 2025 16:24:28 +0200
|
54
|
+
|
1
55
|
moat-src (0.8.5-1) unstable; urgency=medium
|
2
56
|
|
3
57
|
* 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.10"
|
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"]
|