Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/python-pint

This commit is contained in:
Matthias Runge
2019-09-05 09:02:12 +02:00
+8 -2
View File
@@ -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 <mrunge@redhat.com> - 0.9-4
* Thu Sep 05 2019 Matthias Runge <mrunge@redhat.com> - 0.9-5
- skip test_quantity for now (rhbz#1706212)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.9-5
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jul 10 2019 Matthias Runge <mrunge@redhat.com> - 0.9-3
- Use context manager for assertWarns and fix DeprecationWarning
resolves: rhbz#1706212