Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycdlib for openSUSE:Factory checked in at 2026-05-15 23:53:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycdlib (Old) and /work/SRC/openSUSE:Factory/.python-pycdlib.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycdlib" Fri May 15 23:53:35 2026 rev:4 rq:1353268 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycdlib/python-pycdlib.changes 2025-09-04 18:02:47.543327566 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycdlib.new.1966/python-pycdlib.changes 2026-05-15 23:53:45.081704706 +0200 @@ -1,0 +2,34 @@ +Fri May 15 05:55:14 UTC 2026 - Daniel Garcia <[email protected]> + +- Update to 1.16.0: + - Require Python 3.10+ + - Add support for parsing and writing UDF Extended File Entries + - Add an optional encoding parameter to full_path_from_dirrecord so + Shift-JIS and other non-UTF-8 ISOs can be walked + - Fix modify_file_in_place corruption when the on-disk directory + order differs from the in-memory sorted order + - Fix on-disk extent ordering for files larger than 8.6 GB + - Fix UDF reads of large files returning truncated data on + UDF-bridge ISOs + - Fix Rock Ridge version detection when 1.12 evidence lives only in + the CE continuation block (bsc#1209983) + - Fix the second UDF anchor being written to an unreachable extent + when a re-write shrinks the layout + - Fix parsing of ISOs whose directory data_length is + sub-extent-aligned (Windows install media, PS2 GT4) + - Fix parsing of FreeBSD 14.3 ISOs by tightening XA-record detection + - Fix a stale-position bug in PyCdlibIO when the underlying file + descriptor is shared with other operations + - Accept several non-compliant artifacts produced by VirtualBox (SP + records outside the root, shared CE regions, NM records combining + a name with the CURRENT / PARENT / HOST flag) + - Reject overly long UDF filenames at entry-creation time with a + clear error message instead of failing later in struct.pack + - Improve the error message when Rock Ridge versions are + inconsistent across an ISO + - Treat an ISO with no Rock Ridge ER record as non-Rock-Ridge so + callers using rr_path get a clear error at the API boundary + - Several performance improvements in directory-record sorting, + struct unpacking, dot-dot lookup, and UDF CRC computation + +------------------------------------------------------------------- Old: ---- pycdlib-1.15.0.tar.gz New: ---- pycdlib-1.16.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycdlib.spec ++++++ --- /var/tmp/diff_new_pack.Y3VRHM/_old 2026-05-15 23:53:45.669728911 +0200 +++ /var/tmp/diff_new_pack.Y3VRHM/_new 2026-05-15 23:53:45.669728911 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pycdlib # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -23,10 +23,10 @@ %endif Name: python-pycdlib -Version: 1.15.0 +Version: 1.16.0 Release: 0 Summary: Pure python ISO manipulation library -License: LGPL-2.0-only +License: LGPL-2.1-only Group: Development/Languages/Python URL: https://github.com/clalancette/pycdlib Source: %{URL}/archive/v%{version}.tar.gz#/pycdlib-%{version}.tar.gz @@ -89,8 +89,6 @@ %python_group_libalternatives pycdlib-explorer pycdlib-extract-files pycdlib-genisoimage %check -export LC_ALL=ja_JP.UTF-8 -export TZ=Asia/Tokyo %pytest -k unit %pre ++++++ pycdlib-1.15.0.tar.gz -> pycdlib-1.16.0.tar.gz ++++++ ++++ 5612 lines of diff (skipped)
