Rebuild for Python 3.6, again

This commit is contained in:
Adam Williamson 2016-12-21 15:59:21 -08:00
parent 0bac08b10c
commit 37bf1e7088

View File

@ -1,6 +1,6 @@
Name: libbytesize
Version: 0.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for working with sizes in bytes
License: LGPLv2+
URL: https://github.com/rhinstaller/libbytesize
@ -89,6 +89,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%{python3_sitearch}/bytesize/__pycache__/*
%changelog
* Wed Dec 21 2016 Adam Williamson <awilliam@redhat.com> - 0.8-2
- Rebuild for Python 3.6, again
* Fri Dec 16 2016 Vratislav Podzimek <vpodzime@redhat.com> - 0.8-1
- Add a docstring to python bindings (vpodzime)
- Neutralize None as an operand for math operations (vpodzime)