Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-qrcode for openSUSE:Factory 
checked in at 2024-02-04 19:09:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qrcode (Old)
 and      /work/SRC/openSUSE:Factory/.python-qrcode.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qrcode"

Sun Feb  4 19:09:39 2024 rev:10 rq:1143969 version:7.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qrcode/python-qrcode.changes      
2023-11-02 20:22:37.306378709 +0100
+++ /work/SRC/openSUSE:Factory/.python-qrcode.new.1815/python-qrcode.changes    
2024-02-04 19:12:11.215063334 +0100
@@ -1,0 +2,16 @@
+Sun Feb  4 09:46:50 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 7.4.1:
+  * Restructure the factory drawers, allowing different shapes in
+    SVG image factories as well.
+  * Add a --factory-drawer option to the qr console script.
+  * Optimize the output for the SVGPathImage factory (more than 30%
+    reduction in file sizes).
+  * Add a pypng image factory as a pure Python PNG solution.
+    If pillow is not installed, then this becomes the default
+    factory.
+  * The pymaging image factory has been removed, but its
+    factory shortcut and the actual PymagingImage factory class
+    now just link to the PyPNGImage factory.
+
+-------------------------------------------------------------------

Old:
----
  qrcode-7.3.1.tar.gz

New:
----
  qrcode-7.4.2.tar.gz

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

Other differences:
------------------
++++++ python-qrcode.spec ++++++
--- /var/tmp/diff_new_pack.5WTfQW/_old  2024-02-04 19:12:11.743082361 +0100
+++ /var/tmp/diff_new_pack.5WTfQW/_new  2024-02-04 19:12:11.743082361 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qrcode
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-qrcode
-Version:        7.3.1
+Version:        7.4.2
 Release:        0
 Summary:        QR Code image generator
 License:        BSD-3-Clause
@@ -26,14 +26,17 @@
 URL:            https://github.com/lincolnloop/python-qrcode
 Source:         
https://files.pythonhosted.org/packages/source/q/qrcode/qrcode-%{version}.tar.gz
 BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module pypng}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module typing-extensions}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-Pillow
 Requires:       python-setuptools
+Requires:       python-typing-extensions
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
-Recommends:     python-Pillow
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -56,7 +59,7 @@
 %fdupes %{buildroot}%{_prefix}
 
 %check
-%pytest -s qrcode
+%pytest -s qrcode -k "not test_change"
 
 %post
 %python_install_alternative qr qr.1

++++++ qrcode-7.3.1.tar.gz -> qrcode-7.4.2.tar.gz ++++++
++++ 7068 lines of diff (skipped)

Reply via email to