requiresthat 2025.6.22.0__tar.gz → 2025.6.22.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: requiresthat
3
- Version: 2025.6.22.0
3
+ Version: 2025.6.22.1
4
4
  Summary: Support for requirements-assisted development
5
5
  Author-email: Ann T Ropea <bedhanger@gmx.de>
6
6
  License-Expression: MIT
@@ -51,4 +51,6 @@ you cannot mandate an invariant this way!
51
51
 
52
52
  ``RequirementNotFulfilledError`` is the exception you have to deal with in case a condition is not
53
53
  met. ``NoCallableConstructError`` gets raised should you apply the decorator to a construct that is
54
- not callable.
54
+ not callable. Both of these derive from the `base class
55
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_exceptions.py>`_
56
+ ``RequirementError``.
@@ -42,4 +42,6 @@ you cannot mandate an invariant this way!
42
42
 
43
43
  ``RequirementNotFulfilledError`` is the exception you have to deal with in case a condition is not
44
44
  met. ``NoCallableConstructError`` gets raised should you apply the decorator to a construct that is
45
- not callable.
45
+ not callable. Both of these derive from the `base class
46
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_exceptions.py>`_
47
+ ``RequirementError``.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "requiresthat"
7
- version = "2025.6.22.0"
7
+ version = "2025.6.22.1"
8
8
  authors = [
9
9
  {name = "Ann T Ropea", email = "bedhanger@gmx.de"},
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: requiresthat
3
- Version: 2025.6.22.0
3
+ Version: 2025.6.22.1
4
4
  Summary: Support for requirements-assisted development
5
5
  Author-email: Ann T Ropea <bedhanger@gmx.de>
6
6
  License-Expression: MIT
@@ -51,4 +51,6 @@ you cannot mandate an invariant this way!
51
51
 
52
52
  ``RequirementNotFulfilledError`` is the exception you have to deal with in case a condition is not
53
53
  met. ``NoCallableConstructError`` gets raised should you apply the decorator to a construct that is
54
- not callable.
54
+ not callable. Both of these derive from the `base class
55
+ <https://gitlab.com/bedhanger/mwe/-/blob/master/python/requiresthat/src/requiresthat/_exceptions.py>`_
56
+ ``RequirementError``.