14
0

Accepting request 786899 from home:pgajdos:python

- version update to 0.11.0
  * Added basic support for multiline text.
  * Dropped lots of older compat-only code and other cleanups.
  * Fixed a bug in the API when combining certain barcodes and writers.
  * Published documentation again and updated all project references.
  * Fix python_barcode.get mixups between options as writer_options. Previously, some writer/barcode combinations worked fine, while others failed. Now all work consistently.
  * The cli tool has been fixed and should now work as expected again.

OBS-URL: https://build.opensuse.org/request/show/786899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2020-03-20 14:02:55 +00:00
committed by Git OBS Bridge
parent c610f74914
commit 8021f49d52
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 20 13:50:51 UTC 2020 - pgajdos@suse.com
- version update to 0.11.0
* Added basic support for multiline text.
* Dropped lots of older compat-only code and other cleanups.
* Fixed a bug in the API when combining certain barcodes and writers.
* Published documentation again and updated all project references.
* Fix python_barcode.get mixups between options as writer_options. Previously, some writer/barcode combinations worked fine, while others failed. Now all work consistently.
* The cli tool has been fixed and should now work as expected again.
-------------------------------------------------------------------
Sat May 25 09:01:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>