14
0
forked from pool/python-qrcode

- convert to singlespec

- make binary python3-only
- enable tests
- add proper requirements (fixes boo#1040540)
- update to 5.3
  * better support for tty output in python3
  * --error-correction option
  * fix incomplete block table for QR version 15
  * fix BaseImage.get_image

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-qrcode?expand=0&rev=11
This commit is contained in:
Jan Matejek
2017-06-05 12:44:07 +00:00
committed by Git OBS Bridge
parent ebdd0ba79a
commit 8d91c2f246
4 changed files with 39 additions and 54 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 5 12:38:43 UTC 2017 - jmatejek@suse.com
- convert to singlespec
- make binary python3-only
- enable tests
- add proper requirements (fixes boo#1040540)
- update to 5.3
* better support for tty output in python3
* --error-correction option
* fix incomplete block table for QR version 15
* fix BaseImage.get_image
-------------------------------------------------------------------
Sat Aug 22 07:58:58 UTC 2015 - bruno@ioda-net.ch