Hello community, here is the log from the commit of package python-img2pdf for openSUSE:Factory checked in at 2020-04-09 23:17:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-img2pdf (Old) and /work/SRC/openSUSE:Factory/.python-img2pdf.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-img2pdf" Thu Apr 9 23:17:05 2020 rev:5 rq:792693 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-img2pdf/python-img2pdf.changes 2019-03-27 16:23:10.395507635 +0100 +++ /work/SRC/openSUSE:Factory/.python-img2pdf.new.3248/python-img2pdf.changes 2020-04-09 23:17:57.334331240 +0200 @@ -1,0 +2,11 @@ +Thu Apr 9 09:30:55 UTC 2020 - [email protected] + +- version update to 0.3.4 + - test.sh: replace imagemagick with custom python script to produce bit-by-bit + identical results on all architectures + - add --crop-border, --bleed-border, --trim-border and --art-border options + - first draft of a rudimentary tkinter gui (run with --gui) +- python3 only per upstream declaration +- Drop patch python-img2pdf-test-python2.patch + +------------------------------------------------------------------- Old: ---- img2pdf-0.3.3.tar.gz python-img2pdf-test-python2.patch New: ---- img2pdf-0.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-img2pdf.spec ++++++ --- /var/tmp/diff_new_pack.ZvT5qL/_old 2020-04-09 23:17:58.190331734 +0200 +++ /var/tmp/diff_new_pack.ZvT5qL/_new 2020-04-09 23:17:58.194331736 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-img2pdf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,31 +17,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test +%define skip_python2 1 Name: python-img2pdf -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: Python module for converting images to PDF via direct JPEG inclusion License: LGPL-3.0-or-later Group: Development/Languages/Python -Url: https://gitlab.mister-muffin.de/josch/img2pdf +URL: https://gitlab.mister-muffin.de/josch/img2pdf Source: https://files.pythonhosted.org/packages/source/i/img2pdf/img2pdf-%{version}.tar.gz -# allow to run testsuite with python 2 (https://gitlab.mister-muffin.de/josch/img2pdf/issues/60) -Patch0: python-img2pdf-test-python2.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pdfrw} +BuildRequires: %{python_module pytest} BuildRequires: python-enum34 # /SECTION Requires: python-Pillow Requires: python-pdfrw Requires: python-setuptools -%ifpython2 -Requires: python-enum34 -%endif Suggests: python-pdfrw BuildArch: noarch @@ -58,9 +54,6 @@ %prep %setup -q -n img2pdf-%{version} -%ifpython2 -%patch0 -p1 -%endif sed -i -e '/^#!\//, 1d' src/*.py %build @@ -78,6 +71,7 @@ %license LICENSE %doc CHANGES.rst README.md %python3_only %{_bindir}/img2pdf +%python3_only %{_bindir}/img2pdf-gui %{python_sitelib}/* %changelog ++++++ img2pdf-0.3.3.tar.gz -> img2pdf-0.3.4.tar.gz ++++++ ++++ 1910 lines of diff (skipped)
