pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-brotlicffi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 23 07:52:58 UTC 2026

Modified Files:
        pkgsrc/archivers/py-brotlicffi: Makefile distinfo

Log Message:
py-brotlicffi: update to 1.2.0.2.

1.2.0.2 (2026-08-21)
--------------------

- Fixed a bug where ``Decompressor.decompress()`` could leave stale
  unconsumed input behind after fully consuming a chunk of compressed
  data, causing subsequent calls to fail or re-process old data.
- Since cibuildwheel dropped support, this release does not include Python 3.8 wheels.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/py-brotlicffi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/py-brotlicffi/distinfo

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

Modified files:

Index: pkgsrc/archivers/py-brotlicffi/Makefile
diff -u pkgsrc/archivers/py-brotlicffi/Makefile:1.5 pkgsrc/archivers/py-brotlicffi/Makefile:1.6
--- pkgsrc/archivers/py-brotlicffi/Makefile:1.5 Sat Mar  7 11:46:10 2026
+++ pkgsrc/archivers/py-brotlicffi/Makefile     Sun Aug 23 07:52:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2026/03/07 11:46:10 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/08/23 07:52:58 wiz Exp $
 
-DISTNAME=      brotlicffi-1.2.0.1
+DISTNAME=      brotlicffi-1.2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/brotlicffi/}
@@ -15,6 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cffi>=1.0.0:../
 
 MAKE_ENV+=     USE_SHARED_BROTLI=1
 
+# tests need libbrotli sources in ${WRKSRC}/libbrotli
+
 .include "../../archivers/brotli/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-brotlicffi/distinfo
diff -u pkgsrc/archivers/py-brotlicffi/distinfo:1.4 pkgsrc/archivers/py-brotlicffi/distinfo:1.5
--- pkgsrc/archivers/py-brotlicffi/distinfo:1.4 Sat Mar  7 11:46:10 2026
+++ pkgsrc/archivers/py-brotlicffi/distinfo     Sun Aug 23 07:52:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/03/07 11:46:10 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/08/23 07:52:58 wiz Exp $
 
-BLAKE2s (brotlicffi-1.2.0.1.tar.gz) = 192eee702a67cad81de54ea707bd4051eeb0c6e4a2067ce93a1655e18dce51a9
-SHA512 (brotlicffi-1.2.0.1.tar.gz) = be854bad4fe5331ce44f40ccd906b61d2f31f628746d41b14efc860cc4a8807d98f732f4c9243979ce82034f47e1703e1a23651e0748ea5f22b40c4f7b63432c
-Size (brotlicffi-1.2.0.1.tar.gz) = 478156 bytes
+BLAKE2s (brotlicffi-1.2.0.2.tar.gz) = 2160243097bbf102dd52beb0e347f8834c61aa51ae70e3882f6784e260509f34
+SHA512 (brotlicffi-1.2.0.2.tar.gz) = 14cebe8acc1c3bfb9cc3803d2cd909e2ad67e4171efb52b0a100f6963d97d0ca8779e5d038276f033bb64af78fe48b1bf79dece9d6908c06e58a9bdae231af69
+Size (brotlicffi-1.2.0.2.tar.gz) = 478755 bytes



Home | Main Index | Thread Index | Old Index