head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.4
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.2
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.1.0.6
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.10.07.09.02.53;	author adam;	state Exp;
branches;
next	1.1;
commitid	RkzV3EYhuxyMiCdG;

1.1
date	2025.02.13.13.10.20;	author adam;	state Exp;
branches;
next	;
commitid	IMDdCH08a9w1gjJF;


desc
@@


1.2
log
@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.
@
text
@$NetBSD: distinfo,v 1.1 2025/02/13 13:10:20 adam Exp $

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
@


1.1
log
@py-zlib-ng: added version 0.5.1

Faster zlib and gzip compatible compression and decompression by providing
Python bindings for the zlib-ng library.
This package provides Python bindings for the zlib-ng library.

python-zlib-ng provides the bindings by offering three modules:
* zlib_ng: A drop-in replacement for the zlib module that uses zlib-ng to
  accelerate its performance.
* gzip_ng: A drop-in replacement for the gzip module that uses zlib_ng instead
  of zlib to perform its compression and checksum tasks, which improves
  performance.
* gzip_ng_threaded offers an open function which returns buffered read or write
  streams that can be used to read and write large files while escaping the GIL
  using one or multiple threads. This functionality only works for streaming,
  seeking is not supported.
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.4 2023/09/13 19:25:48 adam Exp $
d3 3
a5 3
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
@

