14
0
Commit Graph

5 Commits

Author SHA256 Message Date
Tomáš Chvátal
87d81c7415 - Sort out with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=6
2019-04-01 08:43:34 +00:00
29d5d341ff Accepting request 688863 from home:mcepl:branches:devel:languages:python
- 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
- Initial packaging of the version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/688863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=4
2019-03-26 18:33:31 +00:00
Tomáš Chvátal
38afdf384e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=3 2019-03-26 12:37:35 +00:00
Tomáš Chvátal
2fcd65b84c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=2 2019-03-26 12:35:13 +00:00
Tomáš Chvátal
a996cca30c Accepting request 688700 from home:mcepl:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=1
2019-03-26 12:34:04 +00:00