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.
- {cchecksum-0.0.15/cchecksum.egg-info → cchecksum-0.0.16}/PKG-INFO +1 -1
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/checksum.py +1 -1
- {cchecksum-0.0.15 → cchecksum-0.0.16/cchecksum.egg-info}/PKG-INFO +1 -1
- {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/black.yaml +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/deploy-docs.yaml +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/pytest.yaml +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/.github/workflows/release.yaml +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/.gitignore +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/LICENSE +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/Makefile +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/README.md +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/__init__.py +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.c +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.pyi +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/_checksum.pyx +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/checksum.pyi +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum/py.typed +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/SOURCES.txt +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/dependency_links.txt +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/not-zip-safe +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/requires.txt +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/cchecksum.egg-info/top_level.txt +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/Makefile +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/alabaster.css +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/basic.css +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/custom.css +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/doctools.js +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/documentation_options.js +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/file.png +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/language_data.js +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/minus.png +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/plus.png +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/pygments.css +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/searchtools.js +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/conf.py +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/index.rst +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/docs/make.bat +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/pyproject.toml +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/requirements.txt +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/setup.cfg +0 -0
- {cchecksum-0.0.15 → cchecksum-0.0.16}/setup.py +0 -0
- {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.
|
|
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(
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
File without changes
|