From a4e15852d9b07b8a60269b7392bdd6c52441f8d941cb2d6bc7641105c3635311 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Sat, 28 Aug 2021 09:07:46 +0000 Subject: [PATCH] Accepting request 914690 from home:bnavigator:branches:devel:languages:python - remove dangling series file - skip failing test due to poppler 21.08.0 crash gh#cbrunet/python-poppler#39 OBS-URL: https://build.opensuse.org/request/show/914690 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-poppler?expand=0&rev=6 --- python-python-poppler.changes | 7 +++++++ python-python-poppler.spec | 10 ++++++---- series | 2 -- 3 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 series diff --git a/python-python-poppler.changes b/python-python-poppler.changes index 3745fd5..98aab4f 100644 --- a/python-python-poppler.changes +++ b/python-python-poppler.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner + +- remove dangling series file +- skip failing test due to poppler 21.08.0 crash + gh#cbrunet/python-poppler#39 + ------------------------------------------------------------------- Mon Mar 22 01:19:20 UTC 2021 - Hans-Peter Jansen diff --git a/python-python-poppler.spec b/python-python-poppler.spec index 3c93cf2..3a1f786 100644 --- a/python-python-poppler.spec +++ b/python-python-poppler.spec @@ -27,7 +27,6 @@ License: GPL-2.0-only Group: Development/Libraries/Python URL: https://github.com/cbrunet/python-poppler Source: python-poppler-%{version}.tar.xz -Source1: series Patch: use-system-pybind11.patch Patch1: fix-image-argb.patch BuildRequires: %{python_module devel} @@ -41,7 +40,7 @@ BuildRequires: pkg-config BuildRequires: python-rpm-macros BuildRequires: python3 BuildRequires: pkgconfig(poppler) -# some tests require this this +# some tests require this BuildRequires: poppler-data %python_subpackages @@ -70,11 +69,14 @@ export CXXFLAGS="%{optflags}" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch tests +# gh#cbrunet/python-poppler#39 +donttest="test_get_pdf_version_of_locked_document" +%pytest_arch tests -k "not ($donttest)" %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitearch}/ +%{python_sitearch}/poppler +%{python_sitearch}/python_poppler-%{version}*-info %changelog diff --git a/series b/series deleted file mode 100644 index 0448890..0000000 --- a/series +++ /dev/null @@ -1,2 +0,0 @@ -use-system-pybind11.patch -fix-image-argb.patch