From aee06e8d7e91344f778f6c7d361cfd11c7672427 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Mon, 12 Dec 2016 22:07:22 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- libbytesize.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libbytesize.spec b/libbytesize.spec index 6d8a0c1..01a88e5 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,6 +1,6 @@ Name: libbytesize Version: 0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/rhinstaller/libbytesize @@ -90,6 +90,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %{python3_sitearch}/bytesize/__pycache__/* %changelog +* Mon Dec 12 2016 Charalampos Stratakis - 0.7-4 +- Rebuild for Python 3.6 + * Tue Sep 20 2016 Vratislav Podzimek - 0.7-3 - Prevent ignored exceptions in __del__ from happening (vpodzime)