Changelog for
python3-quantities-0.12.5-2.1.noarch.rpm :
* Sat Nov 27 2021 arunAATTgmx.de- specfile:
* be more specific in %files section- update to version 0.12.5:
* Added preferred units support for .rescale
* Added dimensionless unit \'lsb\' (least significant bit)
* Added SI multiples for Kelvin
* Fixed invalid escape sequence
* Fri Apr 23 2021 steven.kowalikAATTsuse.com- Don\'t build for Python 3.6, due to no NumPy.
* Wed Jan 20 2021 andythe_greatAATTpm.me- Change from pytest to unittest.- Remove test_umath because the test no longer fails when expected to fail.
* Thu Jan 30 2020 toddrme2178AATTgmail.com- Update to 0.12.4
* Fix broken support for `pq.Quanitty(\'mbar\')`
* Add a `__format__` implementation for Quantity
* Fix `np.arctan2` regression due to newer numpy version
* Fix \"
not supported\" error
* Test against Python 3.8 and NumPy 1.17- Update to 0.12.3
* Updates to support NumPy up to version 1.16.1, and Python 3.7.
* Added microcoulomb and millicoulomb units.- Drop upstream-included no_ufunc_clip.patch
* Wed Dec 04 2019 toddrme2178AATTgmail.com- Initial version- Add no_ufunc_clip.patch Fixes: https://github.com/python-quantities/python-quantities/issues/158 From: https://github.com/python-quantities/python-quantities/pull/165