diff --git a/python-barcode-0.11.0.tar.gz b/python-barcode-0.11.0.tar.gz deleted file mode 100644 index 82574e5..0000000 --- a/python-barcode-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3f9b3c03a373e8f7cd78e21cc847bedbce161f411da1fc56b9c6c13938920c -size 231591 diff --git a/python-barcode-0.13.1.tar.gz b/python-barcode-0.13.1.tar.gz new file mode 100644 index 0000000..c7fe110 --- /dev/null +++ b/python-barcode-0.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafba4aa24e9d969777be521c294ff18f6c2b36ad63b5fc2f2108d972e23b252 +size 235921 diff --git a/python-python-barcode.changes b/python-python-barcode.changes index 7992c80..7990988 100644 --- a/python-python-barcode.changes +++ b/python-python-barcode.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 26 04:08:04 UTC 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 07:26:48 UTC 2020 - Petr Gajdos diff --git a/python-python-barcode.spec b/python-python-barcode.spec index 065876c..a2a8c0b 100644 --- a/python-python-barcode.spec +++ b/python-python-barcode.spec @@ -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}