From 5f0acc6b464577ee622ed7fc87bc1c3172f6096fb0419d8a1677dd97dc728259 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Sep 2023 08:46:08 +0000 Subject: [PATCH] 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 --- python-barcode-0.14.0.tar.gz | 3 --- python-barcode-0.15.1.tar.gz | 3 +++ python-python-barcode.changes | 8 ++++++++ python-python-barcode.spec | 6 ++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 python-barcode-0.14.0.tar.gz create mode 100644 python-barcode-0.15.1.tar.gz diff --git a/python-barcode-0.14.0.tar.gz b/python-barcode-0.14.0.tar.gz deleted file mode 100644 index 2214466..0000000 --- a/python-barcode-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:241b34aa5c5cb6a9889882f9409b0182903a2c5d19b4218be3609cdbbd5ffdf9 -size 228128 diff --git a/python-barcode-0.15.1.tar.gz b/python-barcode-0.15.1.tar.gz new file mode 100644 index 0000000..a7f36a3 --- /dev/null +++ b/python-barcode-0.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1825fbdb11e597466dff4286b4ea9b1e86a57717b59e563ae679726fc854de +size 228161 diff --git a/python-python-barcode.changes b/python-python-barcode.changes index 4b50481..c88fc75 100644 --- a/python-python-barcode.changes +++ b/python-python-barcode.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 20 15:26:50 UTC 2023 - Ondřej Súkup + +- update to 0.15.1 + * Improved type hints. + * Updated ISBN to support newer allocated ranges. + * Fixed compatibility with Pillow 10.0. + ------------------------------------------------------------------- Thu Jul 14 20:48:46 UTC 2022 - Ben Greiner diff --git a/python-python-barcode.spec b/python-python-barcode.spec index 44ef58b..c1b285c 100644 --- a/python-python-barcode.spec +++ b/python-python-barcode.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -17,11 +17,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %define base_name python-barcode Name: python-%{base_name} -Version: 0.14.0 +Version: 0.15.1 Release: 0 Summary: Library to create Barcodes with Python License: MIT