From 002e9c0f0411518866361b86f48bffca799f5960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 22 Dec 2016 13:08:41 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-canonicaljson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 6a2fde7..b4c112d 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Canonical JSON License: ASL 2.0 @@ -91,5 +91,8 @@ nosetests-%{python3_version} -v %{python3_sitelib}/__pycache__/%{modname}.* %changelog +* Thu Dec 22 2016 Miro HronĨok - 1.0.0-2 +- Rebuild for Python 3.6 + * Mon Dec 19 2016 Igor Gnatenko - 1.0.0-1 - Initial package