From 52c3d487317bffc14d898c270f1643cd8afffd7700fdead4c64c9a241d1cb0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 30 Jul 2019 14:14:27 +0000 Subject: [PATCH] Accepting request 719817 from home:pgajdos - version update to 1.14.19 * minor fixes * added method to check PDF signature status (#326) OBS-URL: https://build.opensuse.org/request/show/719817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=12 --- PyMuPDF-1.14.18.tar.gz | 3 --- PyMuPDF-1.14.19.tar.gz | 3 +++ python-PyMuPDF.changes | 7 +++++++ python-PyMuPDF.spec | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 PyMuPDF-1.14.18.tar.gz create mode 100644 PyMuPDF-1.14.19.tar.gz diff --git a/PyMuPDF-1.14.18.tar.gz b/PyMuPDF-1.14.18.tar.gz deleted file mode 100644 index 05bca42..0000000 --- a/PyMuPDF-1.14.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b0a430d58b5ab742bd2d769f1562706f868b67db7d7cbd310bb5e4853c1427e -size 6859137 diff --git a/PyMuPDF-1.14.19.tar.gz b/PyMuPDF-1.14.19.tar.gz new file mode 100644 index 0000000..2cebf22 --- /dev/null +++ b/PyMuPDF-1.14.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a01c8e42abfbaaa4a78fc43cac43194d08772f0ee6cfd13d6668c1f096f9b9 +size 6857054 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 207bd85..3fa1a13 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 30 11:17:47 UTC 2019 - pgajdos@suse.com + +- version update to 1.14.19 + * minor fixes + * added method to check PDF signature status (#326) + ------------------------------------------------------------------- Thu Jul 18 08:02:49 UTC 2019 - Yunhe Guo diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 46bc549..27e0b4b 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.14.18 +Version: 1.14.19 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: GPL-3.0-only AND AGPL-3.0-only @@ -64,6 +64,9 @@ export CFLAGS="%{optflags}" %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} +%check +# no upstream tests + %files %{python_files} %license COPYING %doc README.md doc/PyMuPDF.pdf