cchecksum 0.0.15__tar.gz → 0.0.16__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.

Potentially problematic release.


This version of cchecksum might be problematic. Click here for more details.

Files changed (43) hide show
  1. {cchecksum-0.0.15/cchecksum.egg-info → cchecksum-0.0.16}/PKG-INFO +1 -1
  2. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/checksum.py +1 -1
  3. {cchecksum-0.0.15 → cchecksum-0.0.16/cchecksum.egg-info}/PKG-INFO +1 -1
  4. {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/black.yaml +0 -0
  5. {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/deploy-docs.yaml +0 -0
  6. {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/pytest.yaml +0 -0
  7. {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/release.yaml +0 -0
  8. {cchecksum-0.0.15 → cchecksum-0.0.16}/.gitignore +0 -0
  9. {cchecksum-0.0.15 → cchecksum-0.0.16}/LICENSE +0 -0
  10. {cchecksum-0.0.15 → cchecksum-0.0.16}/Makefile +0 -0
  11. {cchecksum-0.0.15 → cchecksum-0.0.16}/README.md +0 -0
  12. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/__init__.py +0 -0
  13. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.c +0 -0
  14. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.pyi +0 -0
  15. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.pyx +0 -0
  16. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/checksum.pyi +0 -0
  17. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/py.typed +0 -0
  18. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/SOURCES.txt +0 -0
  19. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/dependency_links.txt +0 -0
  20. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/not-zip-safe +0 -0
  21. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/requires.txt +0 -0
  22. {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/top_level.txt +0 -0
  23. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/Makefile +0 -0
  24. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/alabaster.css +0 -0
  25. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/basic.css +0 -0
  26. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/custom.css +0 -0
  27. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/doctools.js +0 -0
  28. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/documentation_options.js +0 -0
  29. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/file.png +0 -0
  30. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/language_data.js +0 -0
  31. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/minus.png +0 -0
  32. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/plus.png +0 -0
  33. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/pygments.css +0 -0
  34. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/searchtools.js +0 -0
  35. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/sphinx_highlight.js +0 -0
  36. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/conf.py +0 -0
  37. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/index.rst +0 -0
  38. {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/make.bat +0 -0
  39. {cchecksum-0.0.15 → cchecksum-0.0.16}/pyproject.toml +0 -0
  40. {cchecksum-0.0.15 → cchecksum-0.0.16}/requirements.txt +0 -0
  41. {cchecksum-0.0.15 → cchecksum-0.0.16}/setup.cfg +0 -0
  42. {cchecksum-0.0.15 → cchecksum-0.0.16}/setup.py +0 -0
  43. {cchecksum-0.0.15 → cchecksum-0.0.16}/test_checksum.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cchecksum
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: A ~5x faster drop-in replacement for eth_utils.to_checksum_address. Raises the exact same Exceptions. Implemented in C.
5
5
  Home-page: https://github.com/BobTheBuidler/cchecksum
6
6
  Author: BobTheBuidler
@@ -100,7 +100,7 @@ def to_normalized_address_no_0x(value: Union[AnyAddress, str, bytes]) -> HexAddr
100
100
  )
101
101
 
102
102
  # if `hex_address_no_0x` is not a valid address
103
- if hex_address_fullmatch(f"0x{hex_address_no_0x}") is None:
103
+ if hex_address_fullmatch(hex_address_no_0x) is None:
104
104
  hex_address = f"0x{hex_address_no_0x}".lower()
105
105
  raise ValueError(
106
106
  f"Unknown format {repr(value)}, attempted to normalize to {repr(hex_address)}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cchecksum
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: A ~5x faster drop-in replacement for eth_utils.to_checksum_address. Raises the exact same Exceptions. Implemented in C.
5
5
  Home-page: https://github.com/BobTheBuidler/cchecksum
6
6
  Author: BobTheBuidler
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes