diff --git a/.gitignore b/.gitignore index 1ede1bf..c42134e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qrcode-5.1.tar.gz +SOURCES/qrcode-5.3.tar.gz diff --git a/.python-qrcode.metadata b/.python-qrcode.metadata index 9f78215..cf57721 100644 --- a/.python-qrcode.metadata +++ b/.python-qrcode.metadata @@ -1 +1 @@ -686d017fb655fa2f1d600b1a8672f5ee538ec2d6 SOURCES/qrcode-5.1.tar.gz +f7d2f7f7868afbdcbc65bca12f0b79c020b74e08 SOURCES/qrcode-5.3.tar.gz diff --git a/SPECS/python-qrcode.spec b/SPECS/python-qrcode.spec index 5028a2f..495ed5c 100644 --- a/SPECS/python-qrcode.spec +++ b/SPECS/python-qrcode.spec @@ -8,8 +8,8 @@ %endif Name: python-%{pkgname} -Version: 5.1 -Release: 12%{?dist} +Version: 5.3 +Release: 1%{?dist} Summary: Python QR Code image generator License: BSD @@ -212,6 +212,9 @@ popd %changelog +* Thu Nov 07 2024 Florence Blanc-Renaud - 5.3-1 +- Resolves: RHEL-15090 Generation of image file fails with Python 3 + * Wed Nov 28 2018 Tomas Orsava - 5.1-12 - Require platform-python-setuptools instead of python3-setuptools - Resolves: rhbz#1654457, rhbz#1654458