diff --git a/python-pint.spec b/python-pint.spec index 3303795..a564a0e 100644 --- a/python-pint.spec +++ b/python-pint.spec @@ -3,7 +3,7 @@ Name: python-pint Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Physical quantities module License: BSD @@ -82,9 +82,15 @@ rm -rf html/.{doctrees,buildinfo} %license docs/_themes/LICENSE %changelog -* Thu Sep 05 2019 Matthias Runge - 0.9-4 +* Thu Sep 05 2019 Matthias Runge - 0.9-5 - skip test_quantity for now (rhbz#1706212) +* Mon Aug 19 2019 Miro HronĨok - 0.9-5 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Jul 10 2019 Matthias Runge - 0.9-3 - Use context manager for assertWarns and fix DeprecationWarning resolves: rhbz#1706212