Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-img2pdf for openSUSE:Factory 
checked in at 2021-10-12 21:51:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-img2pdf (Old)
 and      /work/SRC/openSUSE:Factory/.python-img2pdf.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-img2pdf"

Tue Oct 12 21:51:40 2021 rev:9 rq:924933 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-img2pdf/python-img2pdf.changes    
2020-08-18 15:10:27.212025824 +0200
+++ /work/SRC/openSUSE:Factory/.python-img2pdf.new.2443/python-img2pdf.changes  
2021-10-12 21:51:40.744071486 +0200
@@ -1,0 +2,11 @@
+Tue Oct 12 10:06:25 UTC 2021 - pgaj...@suse.com
+
+- version update to 0.4.1
+  - support wildcards in paths on windows
+  - support MPO images
+  - fix page border computation
+  - use "img2pdf" logger instead of "root" logger
+  - add --from-file
+- actually test the package, use at least part of the testsuite
+
+-------------------------------------------------------------------

Old:
----
  img2pdf-0.4.0.tar.gz

New:
----
  img2pdf-0.4.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-img2pdf.spec ++++++
--- /var/tmp/diff_new_pack.JCW10Q/_old  2021-10-12 21:51:41.240072196 +0200
+++ /var/tmp/diff_new_pack.JCW10Q/_new  2021-10-12 21:51:41.240072196 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-img2pdf
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
+# no numpy and scipy
+%define skip_python36 1
 Name:           python-img2pdf
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        Python module for converting images to PDF via direct JPEG 
inclusion
 License:        LGPL-3.0-or-later
@@ -34,14 +36,16 @@
 Requires:       python-pikepdf
 Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Suggests:       python-pdfrw
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pdfrw}
 BuildRequires:  %{python_module pikepdf}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module scipy}
 # /SECTION
 %python_subpackages
 
@@ -68,7 +72,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+# other tests looks more like a integration tests, needs
+# mupdf, imagemagick, pdftocairo, pdfimages, tiff-tools
+%pytest -k 'test_general or test_layout'
 
 %post
 %python_install_alternative img2pdf-gui

++++++ img2pdf-0.4.0.tar.gz -> img2pdf-0.4.1.tar.gz ++++++
++++ 3801 lines of diff (skipped)

Reply via email to