14
0

- 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
This commit is contained in:
2020-10-26 04:16:18 +00:00
committed by Git OBS Bridge
parent 3b5ab635d8
commit 7f866a97c3
4 changed files with 16 additions and 5 deletions

View File

@@ -21,11 +21,10 @@
%define skip_python2 1
%define base_name python-barcode
Name: python-%{base_name}
Version: 0.11.0
Version: 0.13.1
Release: 0
Summary: Library to create Barcodes with Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/WhyNotHugo/python-barcode
Source: https://files.pythonhosted.org/packages/source/p/%{base_name}/%{base_name}-%{version}.tar.gz
BuildRequires: %{python_module Pillow}