faster-eth-abi 5.2.2__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.2 → faster_eth_abi-5.2.4}/PKG-INFO +2 -2
  2. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/decoding.py +1 -1
  3. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/PKG-INFO +2 -2
  4. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/pyproject.toml +2 -1
  5. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/setup.py +3 -2
  6. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/LICENSE +0 -0
  7. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/MANIFEST.in +0 -0
  8. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/README.md +0 -0
  9. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/__init__.py +0 -0
  10. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/abi.py +0 -0
  11. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/base.py +0 -0
  12. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/codec.py +0 -0
  13. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/constants.py +0 -0
  14. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/encoding.py +0 -0
  15. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/exceptions.py +0 -0
  16. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/from_type_str.py +0 -0
  17. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/grammar.py +0 -0
  18. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/io.py +0 -0
  19. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/packed.py +0 -0
  20. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/py.typed +0 -0
  21. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/registry.py +0 -0
  22. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/__init__.py +0 -0
  23. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/_strategies.py +0 -0
  24. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/__init__.py +0 -0
  25. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/numeric.py +0 -0
  26. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/padding.py +0 -0
  27. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/string.py +0 -0
  28. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/validation.py +0 -0
  29. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/SOURCES.txt +0 -0
  30. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/dependency_links.txt +0 -0
  31. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/not-zip-safe +0 -0
  32. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/requires.txt +0 -0
  33. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/top_level.txt +0 -0
  34. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/scripts/release/test_package.py +0 -0
  35. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/setup.cfg +0 -0
  36. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/__init__.py +0 -0
  37. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/__init__.py +0 -0
  38. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_decode.py +0 -0
  39. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_encode.py +0 -0
  40. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable.py +0 -0
  41. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable_type.py +0 -0
  42. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_reversibility_properties.py +0 -0
  43. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_uint_properties.py +0 -0
  44. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/base.py +0 -0
  45. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/common/__init__.py +0 -0
  46. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/common/strategies.py +0 -0
  47. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/common/unit.py +0 -0
  48. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/decoding/__init__.py +0 -0
  49. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/decoding/test_context_frames_bytes_io.py +0 -0
  50. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/decoding/test_decoder_properties.py +0 -0
  51. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/encoding/__init__.py +0 -0
  52. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/encoding/test_encoder_properties.py +0 -0
  53. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/end_to_end/__init__.py +0 -0
  54. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/end_to_end/test_custom_registrations.py +0 -0
  55. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/grammar.py +0 -0
  56. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/packed/__init__.py +0 -0
  57. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/packed/test_encode_packed.py +0 -0
  58. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/packed/test_is_encodable_packed.py +0 -0
  59. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/registry/__init__.py +0 -0
  60. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/registry/test_abi_registry.py +0 -0
  61. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicate_mapping.py +0 -0
  62. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicates.py +0 -0
  63. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/test_import_and_version.py +0 -0
  64. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/test_tools.py +0 -0
  65. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/utils/__init__.py +0 -0
  66. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/utils/test_abbr.py +0 -0
  67. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/utils/test_ceil32.py +0 -0
  68. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/utils/test_scale_places.py +0 -0
  69. {faster_eth_abi-5.2.2 → faster_eth_abi-5.2.4}/tests/core/utils/test_validation_utils.py +0 -0
  70. {faster_eth_abi-5.2.2 → 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.2
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.14
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  Provides-Extra: dev
25
25
  Provides-Extra: docs
@@ -143,7 +143,7 @@ class TupleDecoder(BaseDecoder):
143
143
  # return the stream to its original location for actual decoding
144
144
  stream.seek(current_location)
145
145
 
146
- @to_tuple
146
+ @to_tuple # type: ignore [misc]
147
147
  def decode(self, stream: ContextFramesBytesIO) -> Generator[Any, None, None]:
148
148
  self.validate_pointers(stream)
149
149
  for decoder in self.decoders:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: faster-eth-abi
3
- Version: 5.2.2
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.14
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  Provides-Extra: dev
25
25
  Provides-Extra: docs
@@ -5,7 +5,8 @@ requires = [
5
5
  "mypy[mypyc]>=1.14.1,<1.17.1",
6
6
  "mypy_extensions",
7
7
  "cchecksum>=0.2.6,<0.4",
8
- "faster-eth-utils>=2.0.0",
8
+ # pydantic-core (installed with faster-eth-utils) is unable to build on Python3.14
9
+ "faster-eth-utils>=2.0.0; python_version<'3.14'",
9
10
  "eth-typing>=3.0.0",
10
11
  "parsimonious>=0.10.0,<0.11.0",
11
12
  ]
@@ -64,6 +64,7 @@ else:
64
64
  "--pretty",
65
65
  "--install-types",
66
66
  "--disable-error-code=override",
67
+ "--disable-error-code=unused-ignore",
67
68
  ],
68
69
  )
69
70
 
@@ -71,7 +72,7 @@ else:
71
72
  setup(
72
73
  name="faster_eth_abi",
73
74
  # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
74
- version="5.2.2",
75
+ version="5.2.4",
75
76
  description="""A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.""",
76
77
  long_description=long_description,
77
78
  long_description_content_type="text/markdown",
@@ -86,7 +87,7 @@ setup(
86
87
  "mypy_extensions",
87
88
  "parsimonious>=0.10.0,<0.11.0",
88
89
  ],
89
- python_requires=">=3.8, <3.14",
90
+ python_requires=">=3.8, <4",
90
91
  extras_require=extras_require,
91
92
  py_modules=["eth_abi"],
92
93
  license="MIT",
File without changes
File without changes
File without changes