forked from pool/python-pikepdf
Accepting request 1132933 from home:jonapap
- update to 8.9.0 * Overhauled documentation * Added new pikepdf.canvas module with rudimentary content stream creation functions * Fixed pikepdf.Matrix.rotated() so it now rotates in the advertised direction * pikepdf.PdfMatrix is now deprecated, in favor of pikepdf.Matrix * Improve behavior around truthiness of pikepdf.Name * Implemented Page.artbox and Page.bleedbox to access these page dimension boxes * Fixed exception on certain PdfImage.__repr__ when the image’s mode was invalid * Fixed some minor issues that caused code coverage to miss some covered lines OBS-URL: https://build.opensuse.org/request/show/1132933 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=40
This commit is contained in:
@@ -29,6 +29,19 @@ Wed Dec 13 14:43:49 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|||||||
- Fixed some minor issues that caused code coverage to miss some covered lines.
|
- Fixed some minor issues that caused code coverage to miss some covered lines.
|
||||||
- Removed some unused code.
|
- Removed some unused code.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 17:29:49 UTC 2023 - Jonathan Papineau <jonathan@jontech.app>
|
||||||
|
|
||||||
|
- update to 8.9.0
|
||||||
|
* Overhauled documentation
|
||||||
|
* Added new pikepdf.canvas module with rudimentary content stream creation functions
|
||||||
|
* Fixed pikepdf.Matrix.rotated() so it now rotates in the advertised direction
|
||||||
|
* pikepdf.PdfMatrix is now deprecated, in favor of pikepdf.Matrix
|
||||||
|
* Improve behavior around truthiness of pikepdf.Name
|
||||||
|
* Implemented Page.artbox and Page.bleedbox to access these page dimension boxes
|
||||||
|
* Fixed exception on certain PdfImage.__repr__ when the image’s mode was invalid
|
||||||
|
* Fixed some minor issues that caused code coverage to miss some covered lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 21 23:05:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Sat Oct 21 23:05:48 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
|||||||
@@ -27,13 +27,14 @@ Group: Development/Libraries/Python
|
|||||||
URL: https://github.com/pikepdf/pikepdf
|
URL: https://github.com/pikepdf/pikepdf
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pikepdf/pikepdf-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pikepdf/pikepdf-%{version}.tar.gz
|
||||||
## SECTION test requirements
|
## SECTION test requirements
|
||||||
BuildRequires: %{python_module Pillow >= 9.0.0}
|
BuildRequires: %{python_module Deprecated}
|
||||||
|
BuildRequires: %{python_module Pillow >= 10.0.1}
|
||||||
BuildRequires: %{python_module attrs >= 20.2.0}
|
BuildRequires: %{python_module attrs >= 20.2.0}
|
||||||
BuildRequires: %{python_module deprecated}
|
BuildRequires: %{python_module deprecated}
|
||||||
BuildRequires: %{python_module devel >= 3.8}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module hypothesis >= 6.36}
|
BuildRequires: %{python_module hypothesis >= 6.36}
|
||||||
BuildRequires: %{python_module ipython}
|
BuildRequires: %{python_module ipython}
|
||||||
BuildRequires: %{python_module lxml >= 4.0}
|
BuildRequires: %{python_module lxml >= 4.8}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module psutil >= 5.9}
|
BuildRequires: %{python_module psutil >= 5.9}
|
||||||
BuildRequires: %{python_module pybind11 >= 2.10.1}
|
BuildRequires: %{python_module pybind11 >= 2.10.1}
|
||||||
@@ -57,8 +58,9 @@ BuildRequires: libjpeg8-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libqpdf) >= 11.5.0
|
BuildRequires: pkgconfig(libqpdf) >= 11.5.0
|
||||||
Requires: python-Pillow >= 9.0.0
|
Requires: python-Deprecated
|
||||||
Requires: python-lxml >= 4.0
|
Requires: python-Pillow >= 10.0.1
|
||||||
|
Requires: python-lxml >= 4.8
|
||||||
Requires: python-packaging
|
Requires: python-packaging
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user