ulid-transform 0.10.1__cp310-cp310-win32.whl → 0.10.2__cp310-cp310-win32.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.
- ulid_transform/__init__.py +1 -1
- ulid_transform/_ulid_impl.cp310-win32.pyd +0 -0
- ulid_transform/_ulid_impl.pyx +1 -1
- {ulid_transform-0.10.1.dist-info → ulid_transform-0.10.2.dist-info}/METADATA +1 -1
- {ulid_transform-0.10.1.dist-info → ulid_transform-0.10.2.dist-info}/RECORD +7 -7
- {ulid_transform-0.10.1.dist-info → ulid_transform-0.10.2.dist-info}/LICENSE +0 -0
- {ulid_transform-0.10.1.dist-info → ulid_transform-0.10.2.dist-info}/WHEEL +0 -0
ulid_transform/__init__.py
CHANGED
Binary file
|
ulid_transform/_ulid_impl.pyx
CHANGED
@@ -27,7 +27,7 @@ def _ulid_to_bytes(ulid_str: str) -> bytes:
|
|
27
27
|
|
28
28
|
def _bytes_to_ulid(ulid_bytes: bytes) -> str:
|
29
29
|
if len(ulid_bytes) != 16:
|
30
|
-
raise ValueError(f"ULID bytes be 16 bytes: {ulid_bytes}")
|
30
|
+
raise ValueError(f"ULID bytes must be 16 bytes: {ulid_bytes!r}")
|
31
31
|
return _cpp_bytes_to_ulid(ulid_bytes).decode("ascii")
|
32
32
|
|
33
33
|
def _ulid_to_bytes_or_none(ulid_str: Optional[str]) -> Optional[bytes]:
|
@@ -1,5 +1,5 @@
|
|
1
|
-
ulid_transform/__init__.py,sha256=
|
2
|
-
ulid_transform/_ulid_impl.pyx,sha256=
|
1
|
+
ulid_transform/__init__.py,sha256=1pY4OeLuVQ10t0Cjf52lJF4_O1Y18dcC7h_m5qACRu8,377
|
2
|
+
ulid_transform/_ulid_impl.pyx,sha256=EgJjDUXbyl2G4dSi1W_3ZiJlMg1JfmCiCrE36RF_qD0,1354
|
3
3
|
ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
ulid_transform/ulid.hh,sha256=RwGduPUOt5AEfAaAkafGaHyhr2yd7vfHJeY0lOXlTPw,312
|
5
5
|
ulid_transform/ulid_impl.py,sha256=-OqxT7yi7tloT6EnRMmxLMgSLmGSb-hPhO4kn99vDiU,10934
|
@@ -7,8 +7,8 @@ ulid_transform/ulid_struct.hh,sha256=Jh326iAyOkEaEpBZr4CY6xOOSXqO_hcsBS37qUcUCeM
|
|
7
7
|
ulid_transform/ulid_uint128.hh,sha256=ibwgd8Qksjc0oG52h8kb7ClJruJe9CyfMQra4B3fk1E,15370
|
8
8
|
ulid_transform/ulid_wrapper.cpp,sha256=-S7Eq1ae0bHeEOaY1uWHRn2RA9MQG2PrFcIJSl_37Rg,933
|
9
9
|
ulid_transform/ulid_wrapper.h,sha256=H_AaGGLSS3ymjaRh4uUhG-lvFUrwJhnLL0irzDoqgZM,275
|
10
|
-
ulid_transform/_ulid_impl.cp310-win32.pyd,sha256=
|
11
|
-
ulid_transform-0.10.
|
12
|
-
ulid_transform-0.10.
|
13
|
-
ulid_transform-0.10.
|
14
|
-
ulid_transform-0.10.
|
10
|
+
ulid_transform/_ulid_impl.cp310-win32.pyd,sha256=JyBMNowzF6CH5nop_80UEDF6Nkqm8EnHWh--DFpoWvI,47616
|
11
|
+
ulid_transform-0.10.2.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
|
12
|
+
ulid_transform-0.10.2.dist-info/METADATA,sha256=DQWi0XhaJ8iTiEWBqqAm7Fs06Sq8KG243mLjVaj2NRE,5389
|
13
|
+
ulid_transform-0.10.2.dist-info/WHEEL,sha256=Svdtsh_n4IQBUqbkNwiBdP0wkpbnh9mYvfQdH6BQhAs,94
|
14
|
+
ulid_transform-0.10.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|