0774c9 Update python-PyQRCode to version 1.3.6 / rev 5 via SR 938228

6 files Authored by mcepl 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-PyQRCode to version 1.3.6 / rev 5 via SR 938228
    
    https://build.opensuse.org/request/show/938228
    by user mcepl + dimstar_suse
    - 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(