1
0
python-python-barcode/python-python-barcode.changes
Markéta Machová 3445b941b4 Accepting request 989258 from home:bnavigator:branches:devel:languages:python
- Update to 0.14.0
  * Breaking: The default dimensions have changed slightly. This is
    so that the results of generating a PNG and an SVG look more
    alike.
  * Previous versions included an empty text element for SVGs with
    no comment. This is no longer the case.
  * Some internals have been improved so as to allow better
    subclassing. Subclasses of Barcode can now override
    default_writer_options and default_writer().
  * A guardbar parameter has been added to EAN barcodes. This
    renders barcodes with guardars (longer bars).
  * Added support for Python 3.10.
  * The documentation setup has been redone, hopefully squashing a
    lot of legacy quirks.
  * Previous versions installed the tests module. This was not
    intentional and have been fixed.
- Remove ancient pathlib dependency

OBS-URL: https://build.opensuse.org/request/show/989258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=16
2022-07-15 07:05:59 +00:00

82 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Thu Jul 14 20:48:46 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.14.0
* Breaking: The default dimensions have changed slightly. This is
so that the results of generating a PNG and an SVG look more
alike.
* Previous versions included an empty text element for SVGs with
no comment. This is no longer the case.
* Some internals have been improved so as to allow better
subclassing. Subclasses of Barcode can now override
default_writer_options and default_writer().
* A guardbar parameter has been added to EAN barcodes. This
renders barcodes with guardars (longer bars).
* Added support for Python 3.10.
* The documentation setup has been redone, hopefully squashing a
lot of legacy quirks.
* Previous versions installed the tests module. This was not
intentional and have been fixed.
- Remove ancient pathlib dependency
-------------------------------------------------------------------
Mon Oct 26 04:08:04 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 07:26:48 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Mon Mar 23 13:08:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Remove tests folder that was installed in sitelib
-------------------------------------------------------------------
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>
- Update to 0.10.0:
* Various minor fixes and tweaks
* CI integration fixes
-------------------------------------------------------------------
Sat Apr 6 22:21:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Unbundle DejaVu font and reuse the one from the system.
-------------------------------------------------------------------
Thu Apr 4 09:24:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Provide and obsolete pyBarcode as we are fork of it
-------------------------------------------------------------------
Wed Apr 3 08:08:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Run the spec-cleaner
-------------------------------------------------------------------
Mon Mar 25 16:28:57 UTC 2019 - Axel Braun <axel.braun@gmx.de>
- Verion 0.9 of python-barcode (fork of pyBarcode)
initial OBS build