Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zlib-ng for openSUSE:Factory checked in at 2026-03-25 21:17:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zlib-ng (Old) and /work/SRC/openSUSE:Factory/.python-zlib-ng.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zlib-ng" Wed Mar 25 21:17:45 2026 rev:4 rq:1342268 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zlib-ng/python-zlib-ng.changes 2024-11-22 23:54:03.779742422 +0100 +++ /work/SRC/openSUSE:Factory/.python-zlib-ng.new.8177/python-zlib-ng.changes 2026-03-27 06:49:26.841823429 +0100 @@ -1,0 +2,18 @@ +Tue Mar 24 15:21:22 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.0.0: + * 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. + +------------------------------------------------------------------- Old: ---- zlib-ng-0.5.1-gh.tar.gz zlib_ng-0.5.1.tar.gz New: ---- zlib_ng-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zlib-ng.spec ++++++ --- /var/tmp/diff_new_pack.IvFcOw/_old 2026-03-27 06:49:27.797862798 +0100 +++ /var/tmp/diff_new_pack.IvFcOw/_new 2026-03-27 06:49:27.801862963 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-zlib-ng # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,18 +27,17 @@ %{?sle15_python_module_pythons} Name: python-zlib-ng%{psuffix} -Version: 0.5.1 +Version: 1.0.0 Release: 0 License: Python-2.0 Summary: Faster zlib and gzip compatible compression and decompression Group: Development/Languages/Python URL: https://github.com/pycompression/python-zlib-ng Source0: https://files.pythonhosted.org/packages/source/z/zlib-ng/zlib_ng-%{version}.tar.gz -Source1: https://github.com/pycompression/python-zlib-ng/archive/refs/tags/v%{version}.tar.gz#/zlib-ng-%{version}-gh.tar.gz -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module versioningit} +BuildRequires: %{python_module setuptools >= 77} +BuildRequires: %{python_module setuptools-scm >= 8} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,7 +56,7 @@ This package provides Python bindings for the zlib-ng library. %prep -%setup -q -a1 -n zlib_ng-%{version} +%setup -q -n zlib_ng-%{version} %build %if !%{with test} ++++++ zlib_ng-0.5.1.tar.gz -> zlib_ng-1.0.0.tar.gz ++++++ ++++ 39060 lines of diff (skipped)
