Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyQRCode for openSUSE:Factory 
checked in at 2021-12-09 19:45:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyQRCode (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyQRCode.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyQRCode"

Thu Dec  9 19:45:56 2021 rev:5 rq:938228 version:1.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyQRCode/python-PyQRCode.changes  
2020-05-14 23:26:32.741210279 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyQRCode.new.2520/python-PyQRCode.changes    
    2021-12-09 19:46:41.913164717 +0100
@@ -1,0 +2,28 @@
+Thu Dec  9 16:04:19 UTC 2021 - Matej Cepl <[email protected]>
+
+- Update to 1.3.6:
+  - Code improvements / refactorings
+  - Optimized generation of numerical QR Codes
+  - MUCH faster PNG writing (approx. twice as fast)
+  - Don't raise a UnicodeError if the user provided binary data
+    and sets the mode explicitly to 'binary'. Fixed by Mathieu
+    <https://github.com/albatros69> (PR #13)
+  - The builder raises more specific exceptions like
+    VersionError, MaskError, DataOverflowError. This change is
+    backwards compatible since all exceptions are inherited from
+    ValueError.
+  - Added "designator" property to QRCode. This encodes the
+    version number and error correction level, i.e. "1-H"
+  - Fixed alphanumeric encoding. The bug was introduced in the
+    1.3.4 release
+  - Added more test cases
+  - Added CLI docs
+  - (Deprecated) QRCode.terminal() did not work. Fixed.
+  - Initial release of PyQRCode NG (PyQRCode Next Generation)
+
+-------------------------------------------------------------------
+Wed Dec  8 12:10:37 UTC 2021 - [email protected]
+
+- do not require pytest-runner for build, it is not needed
+
+-------------------------------------------------------------------

Old:
----
  1.3.0.tar.gz

New:
----
  pyqrcodeNG-1.3.6.tar.gz

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

Other differences:
------------------
++++++ python-PyQRCode.spec ++++++
--- /var/tmp/diff_new_pack.uwOL2a/_old  2021-12-09 19:46:42.429164965 +0100
+++ /var/tmp/diff_new_pack.uwOL2a/_new  2021-12-09 19:46:42.433164967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyQRCode
 #
-# 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
@@ -20,22 +20,22 @@
 %define skip_python2 1
 %define modname PyQRCode
 Name:           python-PyQRCode
-Version:        1.3.0
+Version:        1.3.6
 Release:        0
 Summary:        Python 3 module to generate QR Codes
 License:        MIT
 URL:            https://github.com/mnooner256/pyqrcode
 # This is unofficial fork with some additional fixes, the canonical
 # upstream repository is dead.
-Source:         https://github.com/heuer/pyqrcode/archive/%{version}.tar.gz
+Source:         
https://github.com/pyqrcode/pyqrcodeNG/archive/refs/tags/%{version}.tar.gz#/pyqrcodeNG-%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pypng}
-BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -43,8 +43,9 @@
 The PyQRCode module is a QR code generator that is simple to use and written 
in pure python. The module can automates most of the building process for 
creating QR codes. Most codes can be created using only two lines of code!
 
 %prep
-%setup -q -n pyqrcodeNG-%{version}
-sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py
+%autosetup -p1 -n pyqrcodeNG-%{version}
+
+sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcodeng/{cli,qrspecial}.py
 
 %build
 %python_build

Reply via email to