14
0

Accepting request 983253 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/983253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pikepdf?expand=0&rev=14
This commit is contained in:
2022-06-17 19:21:11 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 17 00:45:31 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.1.5:
* Fixed removal of necessary package packaging. Needed for
import.
- Drop some unnecessary comments.
- Be more specific with file lists.
-------------------------------------------------------------------
Sun Mar 27 15:05:43 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pikepdf
Version: 5.1.0
Version: 5.1.5
Release: 0
Summary: Read and write PDFs with Python, powered by qpdf
License: MPL-2.0
@@ -77,15 +77,12 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
# Ignore some test as it fails on Leap and Tumbleweed
# despite all other tests passing.
# %pytest_arch -k 'not (test_unicode or test_bytes or TestName)'
%pytest_arch
%files %{python_files}
%license LICENSE.txt licenses
%doc README.md docs/*/*.rst
%{python_sitearch}/pikepdf*
%{python_sitearch}/pikepdf/
%{python_sitearch}/pikepdf-%{version}-py%{python_version}.egg-info/
%changelog