Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pikepdf for openSUSE:Factory checked in at 2025-12-29 15:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pikepdf (Old) and /work/SRC/openSUSE:Factory/.python-pikepdf.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pikepdf" Mon Dec 29 15:16:37 2025 rev:31 rq:1324586 version:10.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pikepdf/python-pikepdf.changes 2025-11-21 16:56:30.845945008 +0100 +++ /work/SRC/openSUSE:Factory/.python-pikepdf.new.1928/python-pikepdf.changes 2025-12-29 15:17:19.408290638 +0100 @@ -1,0 +2,27 @@ +Sun Dec 28 19:30:51 UTC 2025 - Dirk Müller <[email protected]> + +- update to 10.1.0: + * Added {class}`pikepdf.NamePath` for ergonomic access to deeply + nested PDF structures. NamePath provides a single-operation + traversal with helpful error messages showing exactly where + traversal failed. + * Added explicit scalar types: {class}`pikepdf.Integer`, + {class}`pikepdf.Boolean`, and {class}`pikepdf.Real`. When + explicit conversion mode is enabled, these types + are returned instead of Python native types (`int`, `bool`, + `Decimal`), enabling better type safety and static type checking. + * Added {func}`pikepdf.set_object_conversion_mode` and + {func}`pikepdf.get_object_conversion_mode` to control + conversion behavior globally. + * Added {func}`pikepdf.explicit_conversion` context manager for + temporarily enabling explicit conversion mode. + * Added safe accessor methods to + {class}`pikepdf.Object`: {meth}`~pikepdf.Object.as_int`, + {meth}`~pikepdf.Object.as_bool`, {meth}`~pikepdf.Object.as_float`, and + {meth}`~pikepdf.Object.as_decimal` with optional default parameters + for type-safe access to scalar values. + * `pikepdf.Integer` and `pikepdf.Real` now support full arithmetic + operations with both `int` and `float` operands, including true + division (`/`). + +------------------------------------------------------------------- Old: ---- pikepdf-10.0.2.tar.gz New: ---- pikepdf-10.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pikepdf.spec ++++++ --- /var/tmp/diff_new_pack.yduqZt/_old 2025-12-29 15:17:20.240324812 +0100 +++ /var/tmp/diff_new_pack.yduqZt/_new 2025-12-29 15:17:20.244324977 +0100 @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pikepdf -Version: 10.0.2 +Version: 10.1.0 Release: 0 Summary: Read and write PDFs with Python, powered by qpdf License: MPL-2.0 ++++++ pikepdf-10.0.2.tar.gz -> pikepdf-10.1.0.tar.gz ++++++ ++++ 6099 lines of diff (skipped)
