pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/py-tibs



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 16 11:37:04 UTC 2026

Modified Files:
        pkgsrc/misc/py-tibs: Makefile distinfo

Log Message:
py-tibs: updated to 1.0.0

1.0.0

This is the first stable release. The documented public API is now intended
to remain compatible across future 1.x releases.

Backwardly incompatible changes

* Tightened automatic promotion to `Tibs` and `Mutibs`. Constructors and other
  bit-sequence arguments now accept only unambiguous inputs: existing
  `Tibs`/`Mutibs` objects, strings, `bytes`/`bytearray`/`memoryview`, and strict
  list or tuple bit patterns containing only `True`, `False`, `0` or `1`.
  Arbitrary iterables, file-like objects such as `io.BytesIO`, `array.array`,
  and numeric lists such as `[1, 2, 3]` no longer silently convert through
  truthiness. Use `from_bools(...)` for truthy iterables, `from_bytes(...)` for
  explicit byte data, and `from_values(...)` for fixed-width numeric values.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/py-tibs/Makefile \
    pkgsrc/misc/py-tibs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-tibs/Makefile
diff -u pkgsrc/misc/py-tibs/Makefile:1.7 pkgsrc/misc/py-tibs/Makefile:1.8
--- pkgsrc/misc/py-tibs/Makefile:1.7    Mon Jul  6 12:39:03 2026
+++ pkgsrc/misc/py-tibs/Makefile        Thu Jul 16 11:37:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/07/06 12:39:03 adam Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/16 11:37:04 adam Exp $
 
-DISTNAME=      tibs-0.12.0
+DISTNAME=      tibs-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tibs/}
Index: pkgsrc/misc/py-tibs/distinfo
diff -u pkgsrc/misc/py-tibs/distinfo:1.7 pkgsrc/misc/py-tibs/distinfo:1.8
--- pkgsrc/misc/py-tibs/distinfo:1.7    Mon Jul  6 12:39:03 2026
+++ pkgsrc/misc/py-tibs/distinfo        Thu Jul 16 11:37:04 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2026/07/06 12:39:03 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/07/16 11:37:04 adam Exp $
 
 BLAKE2s (allocator-api2-0.2.21.crate) = 19229533116e7c08961658159a3a9779307bf1241963efefbcb34168b00ed036
 SHA512 (allocator-api2-0.2.21.crate) = 1bb5711ed6041b0d7eae2ec784b8aa9d215db0f49cf79c692946eeb0db545d358cbcaa8156ae34e51d05287c08574f1da251ee574f2392949e4ed26d04770d03
@@ -186,9 +186,9 @@ Size (tap-1.0.1.crate) = 11316 bytes
 BLAKE2s (target-lexicon-0.13.5.crate) = 68bf6c69ac036b1df41f1073b8a85e072da1e13c570340afe4f59722e4c95fd0
 SHA512 (target-lexicon-0.13.5.crate) = 956df27c01e1186c5356117ffd07810fc0b62fb919d5bfd215955ba85be00ef675212a3c0dc36679986be7b825442fec5c93c7643b7e1e19c04572e6463546fc
 Size (target-lexicon-0.13.5.crate) = 26928 bytes
-BLAKE2s (tibs-0.12.0.tar.gz) = 1bba54c019c7195784616dba5a2502c7a62e9cc3b674277d79ea7287309ae8ee
-SHA512 (tibs-0.12.0.tar.gz) = 58d8161c5eb553b3e211777da67fdb0fd6dac326b9ccb4dccf917fd0ec24b79f395a214f53829e129267b6830a4d557d4b4bac85a2edbaefaef5eb25ae4667fa
-Size (tibs-0.12.0.tar.gz) = 2164862 bytes
+BLAKE2s (tibs-1.0.0.tar.gz) = 2d80e89e03edb598980d5bbaefc6886864fc488827e23006ec62122a80f93a10
+SHA512 (tibs-1.0.0.tar.gz) = 64fce5f0dfa8ce4d5e6c3f2b9ee7a610c22b5651ca17e8e23b8d5182ec7f44438a614d64eec7ccb324d6d2fdf0f1f5e3b094bb92620367a53119904d3c0fc859
+Size (tibs-1.0.0.tar.gz) = 2166659 bytes
 BLAKE2s (typenum-1.20.1.crate) = 934ab6c421561d93f1a27032be23ce74c9597f8b3a400b3a67b50af525e91ff3
 SHA512 (typenum-1.20.1.crate) = ad4768b49dc06808e3135411ffaf21453572d152f71d73c34b7fe5d00e276d3e121dc78ebed57d620cf46b5ab24b5b5e0787f38ad9ce8bd12330b499cbbde5e1
 Size (typenum-1.20.1.crate) = 105479 bytes



Home | Main Index | Thread Index | Old Index