14
0

Accepting request 823686 from home:qantas94heavy:branches:devel:languages:python

- Update pikepdf to 1.17.3
- Allow test_object.py to run in package spec

OBS-URL: https://build.opensuse.org/request/show/823686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=12
This commit is contained in:
2020-07-31 10:19:47 +00:00
committed by Git OBS Bridge
parent 6000d43f23
commit 50b9b78f61
4 changed files with 11 additions and 8 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8413c31b0adf95efcad1222fd4d0a50b11d961ad26dbeb84e2abbc860ef8bc8d
size 2357738

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 31 03:37:38 UTC 2020 - Karl Cheng <qantas94heavy@gmail.com>
- Update pikepdf to 1.17.3
- Allow test_object.py to run in package spec
-------------------------------------------------------------------
Thu Apr 23 09:57:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pikepdf
Version: 1.11.1
Version: 1.17.3
Release: 0
Summary: Read and write PDFs with Python, powered by qpdf
License: MPL-2.0
@@ -32,6 +32,7 @@ BuildRequires: %{python_module attrs >= 19.1.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis >= 4.24}
BuildRequires: %{python_module lxml >= 4.0}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pybind11 >= 2.4.3}
BuildRequires: %{python_module pybind11-devel >= 2.4.3}
BuildRequires: %{python_module pytest >= 4.4.0}
@@ -66,10 +67,6 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# /usr/lib/python3.8/site-packages/_pytest/python.py:1170: in _idval
# elif hasattr(val, "__name__") and isinstance(val.__name__, str):
# ValueError: object is not a dictionary or a stream
rm tests/test_object.py
%pytest_arch
%files %{python_files}