aedev-aedev 0.3.23__tar.gz → 0.3.24__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.
@@ -1,4 +1,4 @@
1
- <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30 -->
1
+ <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32 -->
2
2
  ### GNU GENERAL PUBLIC LICENSE
3
3
 
4
4
  Version 3, 29 June 2007
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aedev_aedev
3
- Version: 0.3.23
3
+ Version: 0.3.24
4
4
  Summary: aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
5
5
  Home-page: https://gitlab.com/aedev-group/aedev_aedev
6
6
  Author: AndiEcker
7
7
  Author-email: aecker2@gmail.com
8
8
  License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
+ Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_aedev/-/issues
9
10
  Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html
10
11
  Project-URL: Repository, https://gitlab.com/aedev-group/aedev_aedev
11
12
  Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html
@@ -42,6 +43,7 @@ Requires-Dist: mypy; extra == "dev"
42
43
  Requires-Dist: pylint; extra == "dev"
43
44
  Requires-Dist: pytest; extra == "dev"
44
45
  Requires-Dist: pytest-cov; extra == "dev"
46
+ Requires-Dist: pytest-django; extra == "dev"
45
47
  Requires-Dist: typing; extra == "dev"
46
48
  Requires-Dist: types-setuptools; extra == "dev"
47
49
  Requires-Dist: wheel; extra == "dev"
@@ -61,6 +63,7 @@ Requires-Dist: mypy; extra == "tests"
61
63
  Requires-Dist: pylint; extra == "tests"
62
64
  Requires-Dist: pytest; extra == "tests"
63
65
  Requires-Dist: pytest-cov; extra == "tests"
66
+ Requires-Dist: pytest-django; extra == "tests"
64
67
  Requires-Dist: typing; extra == "tests"
65
68
  Requires-Dist: types-setuptools; extra == "tests"
66
69
  Requires-Dist: wheel; extra == "tests"
@@ -69,7 +72,7 @@ Requires-Dist: twine; extra == "tests"
69
72
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
70
73
  # __aedev__ namespace-root project
71
74
 
72
- aedev_aedev namespace-root 0.3.23
75
+ aedev_aedev namespace-root 0.3.24
73
76
 
74
77
 
75
78
  ## aedev namespace root package use-cases
@@ -1,7 +1,7 @@
1
1
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
2
2
  # __aedev__ namespace-root project
3
3
 
4
- aedev_aedev namespace-root 0.3.23
4
+ aedev_aedev namespace-root 0.3.24
5
5
 
6
6
 
7
7
  ## aedev namespace root package use-cases
@@ -1,3 +1,3 @@
1
1
  """ aedev namespace root, providing setup, development and documentation tools/templates for Python projects. """
2
2
 
3
- __version__ = '0.3.23'
3
+ __version__ = '0.3.24'
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aedev_aedev
3
- Version: 0.3.23
3
+ Version: 0.3.24
4
4
  Summary: aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
5
5
  Home-page: https://gitlab.com/aedev-group/aedev_aedev
6
6
  Author: AndiEcker
7
7
  Author-email: aecker2@gmail.com
8
8
  License: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
+ Project-URL: Bug Tracker, https://gitlab.com/aedev-group/aedev_aedev/-/issues
9
10
  Project-URL: Documentation, https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html
10
11
  Project-URL: Repository, https://gitlab.com/aedev-group/aedev_aedev
11
12
  Project-URL: Source, https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html
@@ -42,6 +43,7 @@ Requires-Dist: mypy; extra == "dev"
42
43
  Requires-Dist: pylint; extra == "dev"
43
44
  Requires-Dist: pytest; extra == "dev"
44
45
  Requires-Dist: pytest-cov; extra == "dev"
46
+ Requires-Dist: pytest-django; extra == "dev"
45
47
  Requires-Dist: typing; extra == "dev"
46
48
  Requires-Dist: types-setuptools; extra == "dev"
47
49
  Requires-Dist: wheel; extra == "dev"
@@ -61,6 +63,7 @@ Requires-Dist: mypy; extra == "tests"
61
63
  Requires-Dist: pylint; extra == "tests"
62
64
  Requires-Dist: pytest; extra == "tests"
63
65
  Requires-Dist: pytest-cov; extra == "tests"
66
+ Requires-Dist: pytest-django; extra == "tests"
64
67
  Requires-Dist: typing; extra == "tests"
65
68
  Requires-Dist: types-setuptools; extra == "tests"
66
69
  Requires-Dist: wheel; extra == "tests"
@@ -69,7 +72,7 @@ Requires-Dist: twine; extra == "tests"
69
72
  <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
70
73
  # __aedev__ namespace-root project
71
74
 
72
- aedev_aedev namespace-root 0.3.23
75
+ aedev_aedev namespace-root 0.3.24
73
76
 
74
77
 
75
78
  ## aedev namespace root package use-cases
@@ -18,6 +18,7 @@ mypy
18
18
  pylint
19
19
  pytest
20
20
  pytest-cov
21
+ pytest-django
21
22
  typing
22
23
  types-setuptools
23
24
  wheel
@@ -39,6 +40,7 @@ mypy
39
40
  pylint
40
41
  pytest
41
42
  pytest-cov
43
+ pytest-django
42
44
  typing
43
45
  types-setuptools
44
46
  wheel
@@ -1,4 +1,4 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
2
2
  """ setup this project with setuptools and aedev.setup_project. """
3
3
  import pprint
4
4
  import sys
@@ -1,4 +1,4 @@
1
- # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.30
1
+ # THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_project V0.3.32
2
2
  # pylint: disable=invalid-name
3
3
  """ default integration and unit tests for new app/namespace-root/aedev-template/... projects.
4
4
 
File without changes