From 1b4032ddc1fd2ad35f898a6cdfc353f3fe8a01f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-justbytes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-justbytes.spec b/python-justbytes.spec index 5fd6697..2d9bb86 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -1,7 +1,7 @@ %global srcname justbytes Name: python-%{srcname} Version: 0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for handling computation with address ranges in bytes License: GPLv2 @@ -68,6 +68,9 @@ rm -rf justbytes.egg-info %{python3_sitelib}/justbytes-%{version}-*.egg-info %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.10-2 +- Rebuild for Python 3.6 + * Wed Aug 10 2016 mulhern - 0.10 - New release