diff --git a/python-qrcode.changes b/python-qrcode.changes index bf5fddd..0420915 100644 --- a/python-qrcode.changes +++ b/python-qrcode.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 26 12:25:15 UTC 2021 - Axel Braun + +- version 7.3.1 + * Improvements for embeded image. + * Skip color mask if QR is black and white + * Add Styled PIL image factory, allowing different color masks and shapes in QR codes + * Small performance inprovement + * Add check for border size parameter + * Add --ascii parameter to command line interface allowing to output ascii when stdout is piped + * Add --output parameter to command line interface to specify output file + * Accept RGB tuples in fill_color and back_color + * Add to_string method to SVG images + * Replace inline styles with SVG attributes to avoid CSP issues + * Add Python3.10 to supported versions + * Drop Python < 3.6 support. + ------------------------------------------------------------------- Tue May 19 09:27:37 UTC 2020 - Petr Gajdos diff --git a/python-qrcode.spec b/python-qrcode.spec index 6fc4b86..077c9e4 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -1,7 +1,7 @@ # # spec file for package python-qrcode # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 + Name: python-qrcode -Version: 6.1 +Version: 7.3.1 Release: 0 Summary: QR Code image generator License: BSD-3-Clause @@ -33,7 +35,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-Pillow BuildArch: noarch %python_subpackages diff --git a/qrcode-6.1.tar.gz b/qrcode-6.1.tar.gz deleted file mode 100644 index 7cc32ad..0000000 --- a/qrcode-6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369 -size 29363 diff --git a/qrcode-7.3.1.tar.gz b/qrcode-7.3.1.tar.gz new file mode 100644 index 0000000..53e63a7 --- /dev/null +++ b/qrcode-7.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578 +size 43495