From 50b9b78f61a632dfad8dff33fe64ed3b64d5644208fe8c8bfe0131ee13e7ef66 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 Jul 2020 10:19:47 +0000 Subject: [PATCH] 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 --- pikepdf-1.11.1.tar.gz | 3 --- pikepdf-1.17.3.tar.gz | 3 +++ python-pikepdf.changes | 6 ++++++ python-pikepdf.spec | 7 ++----- 4 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 pikepdf-1.11.1.tar.gz create mode 100644 pikepdf-1.17.3.tar.gz diff --git a/pikepdf-1.11.1.tar.gz b/pikepdf-1.11.1.tar.gz deleted file mode 100644 index 29ef8de..0000000 --- a/pikepdf-1.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a061bab765134d74698f0ec0b9cdd231d95158716535d2518c9044291c0ffc -size 2127771 diff --git a/pikepdf-1.17.3.tar.gz b/pikepdf-1.17.3.tar.gz new file mode 100644 index 0000000..45cbde8 --- /dev/null +++ b/pikepdf-1.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8413c31b0adf95efcad1222fd4d0a50b11d961ad26dbeb84e2abbc860ef8bc8d +size 2357738 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index 18fa4eb..5cb7e74 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 31 03:37:38 UTC 2020 - Karl Cheng + +- 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 diff --git a/python-pikepdf.spec b/python-pikepdf.spec index 9fbb36d..e70137c 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -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}