14
0

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
This commit is contained in:
2022-07-15 07:05:59 +00:00
committed by Git OBS Bridge
parent 7f866a97c3
commit 3445b941b4
4 changed files with 38 additions and 13 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
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>