requiresthat 2025.6.19.0__tar.gz → 2025.6.19.1__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.
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/PKG-INFO +2 -2
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/README.rst +1 -1
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/pyproject.toml +1 -1
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/PKG-INFO +2 -2
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/setup.cfg +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat/__init__.py +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat/_exceptions.py +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat/_requires.py +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat/_when.py +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/SOURCES.txt +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/dependency_links.txt +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/top_level.txt +0 -0
- {requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/tests/test_requiresthat.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: requiresthat
|
3
|
-
Version: 2025.6.19.
|
3
|
+
Version: 2025.6.19.1
|
4
4
|
Summary: Support for requirements-assisted development
|
5
5
|
Author-email: Ann T Ropea <bedhanger@gmx.de>
|
6
6
|
License-Expression: MIT
|
@@ -44,7 +44,7 @@ success.
|
|
44
44
|
|
45
45
|
The parameter ``when`` decides if the condition is
|
46
46
|
`a-priori, post-mortem, or before-and-after
|
47
|
-
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
|
47
|
+
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
|
48
48
|
The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
|
49
49
|
you cannot mandate an invariant this way!
|
50
50
|
|
@@ -35,7 +35,7 @@ success.
|
|
35
35
|
|
36
36
|
The parameter ``when`` decides if the condition is
|
37
37
|
`a-priori, post-mortem, or before-and-after
|
38
|
-
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
|
38
|
+
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
|
39
39
|
The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
|
40
40
|
you cannot mandate an invariant this way!
|
41
41
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: requiresthat
|
3
|
-
Version: 2025.6.19.
|
3
|
+
Version: 2025.6.19.1
|
4
4
|
Summary: Support for requirements-assisted development
|
5
5
|
Author-email: Ann T Ropea <bedhanger@gmx.de>
|
6
6
|
License-Expression: MIT
|
@@ -44,7 +44,7 @@ success.
|
|
44
44
|
|
45
45
|
The parameter ``when`` decides if the condition is
|
46
46
|
`a-priori, post-mortem, or before-and-after
|
47
|
-
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/_when.py>`_.
|
47
|
+
<https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_when.py>`_.
|
48
48
|
The default is a-priori, meaning a precondition. Note that before-and-after does *not* mean during;
|
49
49
|
you cannot mandate an invariant this way!
|
50
50
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/dependency_links.txt
RENAMED
File without changes
|
{requiresthat-2025.6.19.0 → requiresthat-2025.6.19.1}/src/requiresthat.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|