diff --git a/pikepdf-5.1.0.tar.gz b/pikepdf-5.1.0.tar.gz deleted file mode 100644 index c9164ee..0000000 --- a/pikepdf-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559b3d502cc1a6813cbcb0766b0797fec034303f8f9b0734cf938fb1734e2b74 -size 2364649 diff --git a/pikepdf-5.1.5.tar.gz b/pikepdf-5.1.5.tar.gz new file mode 100644 index 0000000..3e62c77 --- /dev/null +++ b/pikepdf-5.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af747f989d0de8302e6e58e3da4c38d230bad6138b1cbb8dc6838e16285e63f +size 2366970 diff --git a/python-pikepdf.changes b/python-pikepdf.changes index 9101cf4..5552ce5 100644 --- a/python-pikepdf.changes +++ b/python-pikepdf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 17 00:45:31 UTC 2022 - Atri Bhattacharya + +- 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 diff --git a/python-pikepdf.spec b/python-pikepdf.spec index 47f717e..0fa56da 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: 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