Changelog for
python310-python-barcode-0.13.1-18.51.noarch.rpm :
* Mon Oct 26 2020 Steve Kowalik
- Update to 0.13.1:
* Fix a crash when using the generate shortcut function.
* Added support for transparent backgrounds. This is done by setting the mode option for a writer to RGBA.
* Removed writer_options from barcode.get. This parameter was not used.
* Add a with_doctype flag to SVGWriter. Set this to false to avoid including a DOCTYPE in the resulting SVG.
* Add support for Pillow>=8.0.0.
* Wed May 20 2020 Petr Gajdos - %python3_only -> %python_alternative
* Mon Mar 23 2020 Tomáš Chvátal - Remove tests folder that was installed in sitelib
* Fri Mar 20 2020 pgajdosAATTsuse.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 2019 Tomáš Chvátal - Update to 0.10.0:
* Various minor fixes and tweaks
* CI integration fixes
* Sat Apr 06 2019 Jan Engelhardt - Unbundle DejaVu font and reuse the one from the system.
* Thu Apr 04 2019 Tomáš Chvátal - Provide and obsolete pyBarcode as we are fork of it
* Wed Apr 03 2019 Tomáš Chvátal - Run the spec-cleaner
* Mon Mar 25 2019 Axel Braun - Verion 0.9 of python-barcode (fork of pyBarcode) initial OBS build