1 Commits

Author SHA256 Message Date
b466520453 - Update to 10.0.2
- Fixed presentation of strings using unparse_content_stream - if
    the stream can be represented using PdfDocEncoding,
    it is rendered in that way for ease of reading. :issue:682
  - Reformatted C++ source.
- Changes from 10.0.1
  - Fixed issue with performing equality test on dictionaries with
    cyclic subgraphs. :issue:677
- Changes from 10.0.0
  Breaking changes for v10.x:
  - Dropped Python 3.9 compatibility, since it is end of life.
    Python 3.10 through 3.14 are supported.
  - Dropped macOS 13 support, since it is end of life.
  - Dropped macOS 14 Intel wheels, because GitHub doesn't provide a way
    to build them - macOS 15 Intel works fine.
  - Dropped deprecated method Pdf.check() (use .check_pdf_syntax()).
  pikepdf now declares unstable "support" for freethreading, and
  does not publish freethreading wheels. All tests seem to pass,
  but that's because the existing tests don't try to create
  race conditions. Must be compiled manually.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=60
2025-11-17 07:18:49 +00:00