faster-eth-abi 5.2.3__tar.gz → 5.2.4__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.
Files changed (70) hide show
  1. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/PKG-INFO +2 -2
  2. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/PKG-INFO +2 -2
  3. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/setup.py +2 -2
  4. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/LICENSE +0 -0
  5. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/MANIFEST.in +0 -0
  6. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/README.md +0 -0
  7. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/__init__.py +0 -0
  8. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/abi.py +0 -0
  9. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/base.py +0 -0
  10. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/codec.py +0 -0
  11. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/constants.py +0 -0
  12. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/decoding.py +0 -0
  13. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/encoding.py +0 -0
  14. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/exceptions.py +0 -0
  15. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/from_type_str.py +0 -0
  16. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/grammar.py +0 -0
  17. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/io.py +0 -0
  18. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/packed.py +0 -0
  19. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/py.typed +0 -0
  20. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/registry.py +0 -0
  21. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/__init__.py +0 -0
  22. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/_strategies.py +0 -0
  23. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/__init__.py +0 -0
  24. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/numeric.py +0 -0
  25. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/padding.py +0 -0
  26. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/string.py +0 -0
  27. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/validation.py +0 -0
  28. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/SOURCES.txt +0 -0
  29. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/dependency_links.txt +0 -0
  30. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/not-zip-safe +0 -0
  31. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/requires.txt +0 -0
  32. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/top_level.txt +0 -0
  33. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/pyproject.toml +0 -0
  34. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/scripts/release/test_package.py +0 -0
  35. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/setup.cfg +0 -0
  36. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/__init__.py +0 -0
  37. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/__init__.py +0 -0
  38. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_decode.py +0 -0
  39. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_encode.py +0 -0
  40. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable.py +0 -0
  41. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable_type.py +0 -0
  42. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_reversibility_properties.py +0 -0
  43. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_uint_properties.py +0 -0
  44. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/base.py +0 -0
  45. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/__init__.py +0 -0
  46. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/strategies.py +0 -0
  47. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/unit.py +0 -0
  48. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/__init__.py +0 -0
  49. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_context_frames_bytes_io.py +0 -0
  50. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_decoder_properties.py +0 -0
  51. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/encoding/__init__.py +0 -0
  52. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/encoding/test_encoder_properties.py +0 -0
  53. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/end_to_end/__init__.py +0 -0
  54. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/end_to_end/test_custom_registrations.py +0 -0
  55. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/grammar.py +0 -0
  56. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/__init__.py +0 -0
  57. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/test_encode_packed.py +0 -0
  58. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/test_is_encodable_packed.py +0 -0
  59. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/__init__.py +0 -0
  60. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_abi_registry.py +0 -0
  61. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicate_mapping.py +0 -0
  62. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicates.py +0 -0
  63. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/test_import_and_version.py +0 -0
  64. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/test_tools.py +0 -0
  65. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/__init__.py +0 -0
  66. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_abbr.py +0 -0
  67. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_ceil32.py +0 -0
  68. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_scale_places.py +0 -0
  69. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_validation_utils.py +0 -0
  70. {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_zpad.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: faster_eth_abi
3
- Version: 5.2.3
3
+ Version: 5.2.4
4
4
  Summary: A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.
5
5
  Home-page: https://github.com/BobTheBuidler/faster-eth-abi
6
6
  Author: The Ethereum Foundation
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
- Requires-Python: >=3.8, <3.15
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  Provides-Extra: dev
25
25
  Provides-Extra: docs
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: faster-eth-abi
3
- Version: 5.2.3
3
+ Version: 5.2.4
4
4
  Summary: A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.
5
5
  Home-page: https://github.com/BobTheBuidler/faster-eth-abi
6
6
  Author: The Ethereum Foundation
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
- Requires-Python: >=3.8, <3.15
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  Provides-Extra: dev
25
25
  Provides-Extra: docs
@@ -72,7 +72,7 @@ else:
72
72
  setup(
73
73
  name="faster_eth_abi",
74
74
  # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
75
- version="5.2.3",
75
+ version="5.2.4",
76
76
  description="""A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.""",
77
77
  long_description=long_description,
78
78
  long_description_content_type="text/markdown",
@@ -87,7 +87,7 @@ setup(
87
87
  "mypy_extensions",
88
88
  "parsimonious>=0.10.0,<0.11.0",
89
89
  ],
90
- python_requires=">=3.8, <3.15",
90
+ python_requires=">=3.8, <4",
91
91
  extras_require=extras_require,
92
92
  py_modules=["eth_abi"],
93
93
  license="MIT",
File without changes
File without changes
File without changes