approval-utilities 15.3.2.dev3__py3-none-any.whl → 15.3.2.dev4__py3-none-any.whl

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.

Potentially problematic release.


This version of approval-utilities might be problematic. Click here for more details.

File without changes
@@ -1,12 +1,10 @@
1
- Metadata-Version: 2.1
2
- Name: approval-utilities
3
- Version: 15.3.2.dev3
1
+ Metadata-Version: 2.4
2
+ Name: approval_utilities
3
+ Version: 15.3.2.dev4
4
4
  Summary: Utilities for your production code that work well with approvaltests
5
5
  Home-page: https://github.com/approvals/ApprovalTests.Python
6
6
  Author: ApprovalTests Contributors
7
7
  Author-email: llewellyn.falco@gmail.com
8
- License: UNKNOWN
9
- Platform: UNKNOWN
10
8
  Classifier: Development Status :: 4 - Beta
11
9
  Classifier: Intended Audience :: Developers
12
10
  Classifier: License :: OSI Approved :: Apache Software License
@@ -22,7 +20,11 @@ Classifier: Programming Language :: Python :: 3.11
22
20
  Classifier: Topic :: Software Development :: Libraries
23
21
  Classifier: Topic :: Utilities
24
22
  Requires-Python: >=3.8
25
-
26
- UNKNOWN
27
-
28
-
23
+ License-File: LICENSE
24
+ Dynamic: author
25
+ Dynamic: author-email
26
+ Dynamic: classifier
27
+ Dynamic: home-page
28
+ Dynamic: license-file
29
+ Dynamic: requires-python
30
+ Dynamic: summary
@@ -1,5 +1,6 @@
1
1
  approval_utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  approval_utilities/list_utils.py,sha256=bGdn0Dw7Y9OQgIXOio-ljcKkrH6VbR6epvGHSL0FD64,556
3
+ approval_utilities/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
4
  approval_utilities/utils.py,sha256=nVX7i6d7FaBHLoyejZ4Cei3BvuuIKNfV9nJ0IuG7NsY,2722
4
5
  approval_utilities/approvaltests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
6
  approval_utilities/approvaltests/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -27,8 +28,8 @@ approval_utilities/utilities/logger/simple_logger.py,sha256=rur__lqIMKY3I6mgDjvv
27
28
  approval_utilities/utilities/persistence/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
29
  approval_utilities/utilities/persistence/loader.py,sha256=W4trRgNWyZcbWDSuw87DrbPQ5k1AUes8m6FCtJlLegg,218
29
30
  approval_utilities/utilities/persistence/saver.py,sha256=qpjCSlw0rEkHCv-Dmn_fWPWU-JBqIq931uIDV--8qvA,223
30
- approval_utilities-15.3.2.dev3.dist-info/LICENSE,sha256=c7p036pSC0mkAbXSFFmoUjoUbzt1GKgz7qXvqFEwv2g,10273
31
- approval_utilities-15.3.2.dev3.dist-info/METADATA,sha256=6bv_F62LT2a_drUDhXoITPrN7z0CwZVz9MoLU4X5pBE,1033
32
- approval_utilities-15.3.2.dev3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
33
- approval_utilities-15.3.2.dev3.dist-info/top_level.txt,sha256=9uDtIZHmdLyDNIBh-jNfEM1dA6lBDmo5ftR376zOiv4,19
34
- approval_utilities-15.3.2.dev3.dist-info/RECORD,,
31
+ approval_utilities-15.3.2.dev4.dist-info/licenses/LICENSE,sha256=c7p036pSC0mkAbXSFFmoUjoUbzt1GKgz7qXvqFEwv2g,10273
32
+ approval_utilities-15.3.2.dev4.dist-info/METADATA,sha256=Rz5c7lbUDOmIPBqDTKpOInfY86lLuW0MTke2BNPtAWE,1150
33
+ approval_utilities-15.3.2.dev4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
34
+ approval_utilities-15.3.2.dev4.dist-info/top_level.txt,sha256=9uDtIZHmdLyDNIBh-jNfEM1dA6lBDmo5ftR376zOiv4,19
35
+ approval_utilities-15.3.2.dev4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5