diff --git a/pikepdf-10.0.2.tar.gz b/pikepdf-10.0.2.tar.gz new file mode 100644 index 0000000..11826c6 --- /dev/null +++ b/pikepdf-10.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c85a2526253e35575edb2e28cdc740d004be4b7c5fda954f0e721ee1c423a52 +size 4548116 diff --git a/pikepdf-9.11.0.tar.gz b/pikepdf-9.11.0.tar.gz deleted file mode 100644 index 6078db0..0000000 --- a/pikepdf-9.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ad6bffba08849c21eee273ba0b6fcd4b6a9cff81bcbca6988f87a765ba62163 -size 4546289 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index edf2cfb..db0de76 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Nov 15 12:53:32 UTC 2025 - ecsos + +- 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. + ------------------------------------------------------------------- Tue Sep 30 06:48:05 UTC 2025 - Dirk Müller diff --git a/python-pikepdf.spec b/python-pikepdf.spec index e2a1c46..40de0d6 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-pikepdf -Version: 9.11.0 +Version: 10.0.2 Release: 0 Summary: Read and write PDFs with Python, powered by qpdf License: MPL-2.0 @@ -31,7 +31,7 @@ BuildRequires: %{python_module Deprecated} BuildRequires: %{python_module Pillow >= 10.0.1} BuildRequires: %{python_module attrs >= 20.2.0} BuildRequires: %{python_module deprecated} -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.10} BuildRequires: %{python_module hypothesis >= 6.36} BuildRequires: %{python_module lxml >= 4.8} BuildRequires: %{python_module packaging} @@ -56,7 +56,7 @@ BuildRequires: gcc-c++ BuildRequires: libjpeg8-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(libqpdf) >= 11.5.0 +BuildRequires: pkgconfig(libqpdf) >= 12.2.0 Requires: python-Deprecated Requires: python-Pillow >= 10.0.1 Requires: python-lxml >= 4.8