From 14e39b53a5d3605d062c40906a06653cc0c3f214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:16:45 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-qrcode.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-qrcode.spec b/python-qrcode.spec index 31e4d06..84fa017 100644 --- a/python-qrcode.spec +++ b/python-qrcode.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 5.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Python QR Code image generator License: BSD @@ -182,6 +182,9 @@ popd %changelog +* Tue Jun 19 2018 Miro HronĨok - 5.1-12 +- Rebuilt for Python 3.7 + * Fri Mar 23 2018 Iryna Shcherbina - 5.1-11 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)