From 1e45644de7702ceac138b6cba5dbb6f199da60cae802b0c0b9fa6a0af211dd6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:18:20 +0000 Subject: [PATCH] Accepting request 1006806 from home:yarunachalam:branches:devel:languages:python - Update to 0.4.4 (2022-04-07) - --viewer-page-layout support for twopageright and twopageleft - Add B and JB paper sizes - support for pikepdf (>= 5.0.0) and Pillow (>= 9.1.0) OBS-URL: https://build.opensuse.org/request/show/1006806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-img2pdf?expand=0&rev=25 --- img2pdf-0.4.3.tar.gz | 3 --- img2pdf-0.4.4.tar.gz | 3 +++ python-img2pdf.changes | 8 ++++++++ python-img2pdf.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 img2pdf-0.4.3.tar.gz create mode 100644 img2pdf-0.4.4.tar.gz diff --git a/img2pdf-0.4.3.tar.gz b/img2pdf-0.4.3.tar.gz deleted file mode 100644 index 9d7dbd9..0000000 --- a/img2pdf-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e51c5043efa95d751481b516071a006f87c2a4059961a9ac43ec238915de09f -size 98656 diff --git a/img2pdf-0.4.4.tar.gz b/img2pdf-0.4.4.tar.gz new file mode 100644 index 0000000..e4f31f8 --- /dev/null +++ b/img2pdf-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c +size 97796 diff --git a/python-img2pdf.changes b/python-img2pdf.changes index 5821aa7..b4ef70e 100644 --- a/python-img2pdf.changes +++ b/python-img2pdf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 29 02:38:20 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.4.4 (2022-04-07) + - --viewer-page-layout support for twopageright and twopageleft + - Add B and JB paper sizes + - support for pikepdf (>= 5.0.0) and Pillow (>= 9.1.0) + ------------------------------------------------------------------- Mon Mar 7 03:17:23 UTC 2022 - Steve Kowalik diff --git a/python-img2pdf.spec b/python-img2pdf.spec index 38db3a9..cb52a54 100644 --- a/python-img2pdf.spec +++ b/python-img2pdf.spec @@ -21,7 +21,7 @@ # no numpy and scipy %define skip_python36 1 Name: python-img2pdf -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: Python module for converting images to PDF via direct JPEG inclusion License: LGPL-3.0-or-later