Package Release Info

python-PyQRCode-1.3.0-bp152.2.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-PyQRCode

Change Logs

* Thu May 14 2020 Antonio Larrosa <alarrosa@suse.com>
- Re-download source package which changed the topdir name
* Thu May 14 2020 Antonio Larrosa <alarrosa@suse.com>
- Do not build python2 version
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Mon Apr 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Sort out with spec-cleaner
* Mon Mar 25 2019 Matej Cepl <mcepl@suse.com>
- Upgrade to 1.3.0 (from https://github.com/heuer/pyqrcode/):
  - Added support for meCards etc. contributed by Riccardo Metere
  - Skip detecting content type if constructor mode is given to
    constructor. Contributed by Martijn van Rheenen.
  - Moved tests from nose to pytest since nose is deprecated
  - Updated test environment: Added PyPy, PyPy3 and Python 3.6
  - QRCode.get_png_size() is deprecated, use
    QRCode.symbol_size(). The latter returns a (width, height)
    tuple, not an integer.
  - Deprecated QRCode.png_as_base64_str(), use
    QRCode.png_data_uri() which returns a valid URI instead of
    a Base64 encoded string
  - Faster PNG generation
  - Added CLI
  - Added term() method to QRCode which prints the QR Code to the
    terminal. This works with Windows and Unix.
  - Deprecated QRCode.terminal() in favor of QRCode.term()
  - Added "scale" parameter to QRCode.text
* Mon Mar 25 2019 Mat?j Cepl <mcepl@suse.com>
- Initial packaging of the version 1.2.1