15
0

Accepting request 1318160 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1318160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pikepdf?expand=0&rev=30
This commit is contained in:
2025-11-21 15:55:44 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 6 deletions

3
pikepdf-10.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c85a2526253e35575edb2e28cdc740d004be4b7c5fda954f0e721ee1c423a52
size 4548116

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ad6bffba08849c21eee273ba0b6fcd4b6a9cff81bcbca6988f87a765ba62163
size 4546289

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Nov 15 12:53:32 UTC 2025 - ecsos <ecsos@opensuse.org>
- 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 <dmueller@suse.com>

View File

@@ -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