pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zlib-ng



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  7 09:02:53 UTC 2025

Modified Files:
        pkgsrc/archivers/py-zlib-ng: Makefile distinfo

Log Message:
py-zlib-ng: updated to 1.0.0

1.0.0

The library has been running without issues as a dependency in quite a few
projects and is now stable enough for the first major version.

+ Updated bundled zlib-ng to 2.2.5.
+ Python 3.14 is supported.
+ Python 3.8 and 3.9 are no longer supported.
+ Fix an issue where flushing using igzip_threaded caused a gzip end of stream
  and started a new gzip stream. In essence creating a concatenated gzip
  stream. Now it is in concordance with how single threaded gzip streams
  are flushed using Z_SYNC_FLUSH.
+ Switched to setuptools-scm for building the package rather than versioningit.
+ Test files are added to the source distribution.
+ Fix an issue where some tests failed because they ignored PYTHONPATH.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-zlib-ng/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-zlib-ng/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-zlib-ng/Makefile
diff -u pkgsrc/archivers/py-zlib-ng/Makefile:1.2 pkgsrc/archivers/py-zlib-ng/Makefile:1.3
--- pkgsrc/archivers/py-zlib-ng/Makefile:1.2    Sun Apr 13 08:06:23 2025
+++ pkgsrc/archivers/py-zlib-ng/Makefile        Tue Oct  7 09:02:53 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/04/13 08:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.3 2025/10/07 09:02:53 adam Exp $
 
-DISTNAME=      zlib_ng-0.5.1
+DISTNAME=      zlib_ng-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zlib-ng/}
 
@@ -12,7 +11,7 @@ COMMENT=      Drop-in replacement for zlib an
 LICENSE=       python-software-foundation
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-versioningit>=1.1.0:../../devel/py-versioningit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
 
 MAKE_ENV+=     PYTHON_ZLIB_NG_LINK_DYNAMIC=1
 

Index: pkgsrc/archivers/py-zlib-ng/distinfo
diff -u pkgsrc/archivers/py-zlib-ng/distinfo:1.1 pkgsrc/archivers/py-zlib-ng/distinfo:1.2
--- pkgsrc/archivers/py-zlib-ng/distinfo:1.1    Thu Feb 13 13:10:20 2025
+++ pkgsrc/archivers/py-zlib-ng/distinfo        Tue Oct  7 09:02:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/02/13 13:10:20 adam Exp $
+$NetBSD: distinfo,v 1.2 2025/10/07 09:02:53 adam Exp $
 
-BLAKE2s (zlib_ng-0.5.1.tar.gz) = 07431dba82611d88af67b06309f17f515d48cd88bc3b5cb7d56d6fad4a531a16
-SHA512 (zlib_ng-0.5.1.tar.gz) = 2f06eaa8aa7320e7153d23789debd6dfbd7e8dac8ced840f55b50ee5f1102d187f5819151f4d21e6f530609680cc81fdb7a2787cceb411ccec119fc6f002e5b0
-Size (zlib_ng-0.5.1.tar.gz) = 2436421 bytes
+BLAKE2s (zlib_ng-1.0.0.tar.gz) = 4c82b1eb3e91225f342c722a10331d4bdd3866ae8392e1964adb3af372012618
+SHA512 (zlib_ng-1.0.0.tar.gz) = 66350217df5803a805ae9e44eb985eab0ed3e45d419f01640f808f38c5a618a51ae31ac700dbd4ab1c0f66f0afad812f6f82375bdacd87e29ba8e85f47754274
+Size (zlib_ng-1.0.0.tar.gz) = 5799954 bytes



Home | Main Index | Thread Index | Old Index