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.
@@ -1,4 +1,4 @@
1
- __version__ = "0.10.1"
1
+ __version__ = "0.10.2"
2
2
 
3
3
  from .ulid_impl import (
4
4
  bytes_to_ulid,
Binary file
@@ -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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ulid-transform
3
- Version: 0.10.1
3
+ Version: 0.10.2
4
4
  Summary: Create and transform ULIDs
5
5
  Home-page: https://github.com/bdraco/ulid-transform
6
6
  License: MIT
@@ -1,5 +1,5 @@
1
- ulid_transform/__init__.py,sha256=p3JHoB6geHaG050xbrrcyDbWg6c1S7lz_mZ8RKaUHoc,377
2
- ulid_transform/_ulid_impl.pyx,sha256=Qlhh9TuB5JyxNHhr370W5pgYx5AdZpkvANbBYVLCmWY,1347
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=c-Ph7363VI2BpZC_g6VGa_x624UIRYcRMaW-kfAEfd4,48128
11
- ulid_transform-0.10.1.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
12
- ulid_transform-0.10.1.dist-info/METADATA,sha256=ydvpOxvAknjpYdK-nYRIh4MinZg1R5YeM21If61j25I,5389
13
- ulid_transform-0.10.1.dist-info/WHEEL,sha256=Svdtsh_n4IQBUqbkNwiBdP0wkpbnh9mYvfQdH6BQhAs,94
14
- ulid_transform-0.10.1.dist-info/RECORD,,
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,,