14
0

Accepting request 779055 from home:guoyunhe:branches:devel:languages:python

- Version update to 1.16.11
  * Add redact/replace support
  * Fix PolygonAnnotation

OBS-URL: https://build.opensuse.org/request/show/779055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2020-02-25 12:41:23 +00:00
committed by Git OBS Bridge
parent d0a393eebe
commit 79e223aabf
4 changed files with 12 additions and 5 deletions

View File

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

3
PyMuPDF-1.16.11.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Feb 25 12:22:02 UTC 2020 - Yunhe Guo <i@guoyunhe.me>
- Version update to 1.16.11
* Add redact/replace support
* Fix PolygonAnnotation
-------------------------------------------------------------------
Wed Jan 15 11:54:42 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -21,7 +21,7 @@
%define skip_python2 1
%define pypi_name PyMuPDF
Name: python-%{pypi_name}
Version: 1.16.10
Version: 1.16.11
Release: 0
Summary: Python binding for MuPDF, a PDF and XPS viewer
License: GPL-3.0-only AND AGPL-3.0-only
@@ -80,6 +80,6 @@ This is the documentation for PyMuPDF.
%{python_sitearch}/*
%files doc
%doc doc/PyMuPDF.pdf
%doc docs/*
%changelog