Rebuild for Python 3.6

This commit is contained in:
Charalampos Stratakis 2016-12-12 22:07:22 +01:00
parent ec49c58608
commit aee06e8d7e

View File

@ -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 <cstratak@redhat.com> - 0.7-4
- Rebuild for Python 3.6
* Tue Sep 20 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.7-3
- Prevent ignored exceptions in __del__ from happening (vpodzime)