python-PyQRCode
No description set
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / python-PyQRCode
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-PyQRCode && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1.3.0.tar.gz | 0000075525 73.8 KB | |
python-PyQRCode.changes | 0000001197 1.17 KB | |
python-PyQRCode.spec | 0000002495 2.44 KB |
Revision 4 (latest revision is 21)
Matej Cepl (mcepl)
accepted
request 688863
from
Matej Cepl (mcepl)
(revision 4)
- 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
Comments 0