ulid-transform 0.10.1__cp310-cp310-macosx_14_0_arm64.whl → 0.10.2__cp310-cp310-macosx_14_0_arm64.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,
@@ -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,14 +1,14 @@
1
- ulid_transform/_ulid_impl.pyx,sha256=Ox7hcWKixg0PEIx_nv5Q91h5rAdu5snl6t-LNx84mnw,1306
2
- ulid_transform/_ulid_impl.cpython-310-darwin.so,sha256=gwpk_IgWW5sHBkn8zTY5wnQC16h9JKdYqty2WRuLPkQ,104816
1
+ ulid_transform-0.10.2.dist-info/RECORD,,
2
+ ulid_transform-0.10.2.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
3
+ ulid_transform-0.10.2.dist-info/WHEEL,sha256=Wsq4u-zkVvJvCgMlnsZidjjgDNWIndSZBKDBYnNnw1Q,106
4
+ ulid_transform-0.10.2.dist-info/METADATA,sha256=DQWi0XhaJ8iTiEWBqqAm7Fs06Sq8KG243mLjVaj2NRE,5389
5
+ ulid_transform/_ulid_impl.pyx,sha256=5Kw2_8zbpjGkFKYRR2LfQtxUH6Knof7Gn6G2DZJ8u-c,1313
6
+ ulid_transform/_ulid_impl.cpython-310-darwin.so,sha256=FaydadNL0_1257PMkVBvnqSLucE0QqGC6tw196Yf1hw,104960
3
7
  ulid_transform/ulid.hh,sha256=cCMqxiPh9iw5hOxvu4czd2I6Rgnl7z9hc9c5a78qLLI,295
4
- ulid_transform/__init__.py,sha256=caMm1jwVNVQOOMBytBTMiQ1RjwpL5AXen_LQrdR2PCQ,356
8
+ ulid_transform/__init__.py,sha256=2Pbpc9YNaE5NjqqGb7bGLT6jMQ3cXLgMaxq7u1fv4Ek,356
5
9
  ulid_transform/ulid_uint128.hh,sha256=W_EkG8AmjhKdzkl6Wz3t5XY11sE7LgCqKBmhdxjjQ90,14815
6
10
  ulid_transform/ulid_wrapper.cpp,sha256=MsI5ZQOQerefP96fdbYnFoGB5idHcaf9Y3vAxogLFBU,901
7
11
  ulid_transform/ulid_struct.hh,sha256=vPUTL0wOvm0YRtLbuVZCYLyDaFmTA_WdLASQ786n4FQ,19309
8
12
  ulid_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
13
  ulid_transform/ulid_wrapper.h,sha256=LrAXT30cKfW1xjCRG2u2ggh9BIDaNU1LGztT0hfnlQ4,264
10
14
  ulid_transform/ulid_impl.py,sha256=zE8YlcFSjzIRSSWK_BK7kfHzFxHfE4nkfMFetFKsGC4,10481
11
- ulid_transform-0.10.1.dist-info/RECORD,,
12
- ulid_transform-0.10.1.dist-info/LICENSE,sha256=gieJjxNidEKH1VXLqbV9tuqnmcnqvMqt5xcmktkn5I4,1072
13
- ulid_transform-0.10.1.dist-info/WHEEL,sha256=Wsq4u-zkVvJvCgMlnsZidjjgDNWIndSZBKDBYnNnw1Q,106
14
- ulid_transform-0.10.1.dist-info/METADATA,sha256=ydvpOxvAknjpYdK-nYRIh4MinZg1R5YeM21If61j25I,5389