Accepting request 1299349 from home:mcalabkova:branches:devel:languages:python
- Update to 6.0.0 (bsc#1248089, CVE-2025-55197) * security: Limit decompressed size for FlateDecode filter * Stop testing on Python 3.8 and start testing on Python 3.14 * Allow writing/updating all properties of an embedded file * Modernize license specifiers * Performance optimization for LZW decoding * Add PDF/A XMP metadata support * Add basic support for JBIG2 by using jbig2dec * Use the correct name StandardEncoding for the predefined cmap (#3156) by @stefan6419846 OBS-URL: https://build.opensuse.org/request/show/1299349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypdf?expand=0&rev=11
This commit is contained in:
@@ -18,19 +18,17 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pypdf
|
||||
Version: 5.3.1
|
||||
Version: 6.0.0
|
||||
Release: 0
|
||||
Summary: PDF toolkit
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/py-pdf/pypdf
|
||||
Source0: https://github.com/py-pdf/pypdf/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module flit}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
%if 0%{python_version_nodots} < 311
|
||||
Requires: python-typing_extensions
|
||||
%endif
|
||||
Provides: python3-PyPDF2 = %version-%release
|
||||
Obsoletes: python3-PyPDF2 < %version-%release
|
||||
BuildArch: noarch
|
||||
|
Reference in New Issue
Block a user