2021-12-09 00:25:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 8 12:10:37 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
|
2020-05-14 11:31:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
- Re-download source package which changed the topdir name
|
|
|
|
|
2020-05-14 10:08:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 14 10:01:30 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
- Do not build python2 version
|
|
|
|
|
2019-10-14 11:46:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 11:45:51 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-04-01 08:43:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 1 08:43:21 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Sort out with spec-cleaner
|
|
|
|
|
2019-03-26 12:34:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 25 17:35:15 CET 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 15:30:58 UTC 2019 - Matěj Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging of the version 1.2.1
|