1
0

21 Commits

Author SHA256 Message Date
Ana Guerrero
66604c628b Accepting request 1139376 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1139376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=9
2024-01-17 21:16:23 +00:00
6c03803d1c Accepting request 1139177 from Application:ERP:GNUHealth:4.4
- enabled %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1139177
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=20
2024-01-17 07:19:57 +00:00
Ana Guerrero
f83d5c0eee Accepting request 1112732 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1112732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=8
2023-09-21 20:22:53 +00:00
5f0acc6b46 Accepting request 1112601 from home:mimi_vx:branches:devel:languages:python
- update to 0.15.1
 * Improved type hints.
 * Updated ISBN to support newer allocated ranges.
 * Fixed compatibility with Pillow 10.0.

OBS-URL: https://build.opensuse.org/request/show/1112601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=18
2023-09-21 08:46:08 +00:00
39391edf6b Accepting request 989337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=7
2022-07-15 11:52:45 +00:00
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
bbbaede3cf Accepting request 843978 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/843978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=6
2020-10-26 15:21:20 +00:00
Steve Kowalik
7f866a97c3 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=14
2020-10-26 04:16:18 +00:00
492f774f07 Accepting request 807675 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=5
2020-05-26 15:18:17 +00:00
Tomáš Chvátal
3b5ab635d8 Accepting request 807633 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=12
2020-05-20 11:33:59 +00:00
081b5433d7 Accepting request 787472 from devel:languages:python
- Remove tests folder that was installed in sitelib

- 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/787472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=4
2020-03-24 21:34:17 +00:00
Tomáš Chvátal
dd8926eb7a - Remove tests folder that was installed in sitelib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=10
2020-03-23 13:09:03 +00:00
Tomáš Chvátal
8021f49d52 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
2020-03-20 14:02:55 +00:00
9868a22126 Accepting request 705390 from devel:languages:python
- Update to 0.10.0:
  * Various minor fixes and tweaks
  * CI integration fixes

OBS-URL: https://build.opensuse.org/request/show/705390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=3
2019-05-27 06:39:14 +00:00
Tomáš Chvátal
c610f74914 - Update to 0.10.0:
* Various minor fixes and tweaks
  * CI integration fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=7
2019-05-25 09:03:47 +00:00
bec412fbfa Accepting request 692224 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/692224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=2
2019-05-06 11:21:15 +00:00
Tomáš Chvátal
0fe6dbc3a6 Accepting request 692067 from home:jengelh:branches:devel:languages:python
- Unbundle DejaVu font and reuse the one from the system.

OBS-URL: https://build.opensuse.org/request/show/692067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=5
2019-04-08 08:33:54 +00:00
9024b7b245 Accepting request 691444 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-barcode?expand=0&rev=1
2019-04-05 10:04:20 +00:00
Tomáš Chvátal
25ca02d803 - Provide and obsolete pyBarcode as we are fork of it
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=3
2019-04-04 09:24:32 +00:00
Tomáš Chvátal
699fcfee0c - Run the spec-cleaner
initial OBS build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=2
2019-04-03 08:09:08 +00:00
Tomáš Chvátal
9c82c0b6db Accepting request 690790 from home:DocB:branches:devel:languages:python
- Verion 0.9 of python-barcode (fork of pyBarcode)
  initial OBS build

OBS-URL: https://build.opensuse.org/request/show/690790
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-barcode?expand=0&rev=1
2019-04-03 08:07:29 +00:00