diff --git a/Pint-0.18.tar.gz b/Pint-0.18.tar.gz deleted file mode 100644 index 0205c9fec61a1f52f4eac0c3d2c275274b531037..0000000000000000000000000000000000000000 Binary files a/Pint-0.18.tar.gz and /dev/null differ diff --git a/Pint-0.19.2.tar.gz b/Pint-0.19.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..90be1e322c6350ed3289dda2eb89365c4c0c14b1 Binary files /dev/null and b/Pint-0.19.2.tar.gz differ diff --git a/python-pint.spec b/python-pint.spec index e987b1342a3c444940485b3a32862c9144babbe4..4f800bbb45210cc306cf1807d07e8c93a029a302 100644 --- a/python-pint.spec +++ b/python-pint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pint -Version: 0.18 -Release: 2 +Version: 0.19.2 +Release: 1 Summary: Physical quantities module License: BSD-3-Clause URL: https://github.com/hgrecco/pint -Source0: https://files.pythonhosted.org/packages/f1/ee/b44c347a8446e1b75404cd7164f90528cacc5f14d55eb073edf240468303/Pint-0.18.tar.gz +Source0: https://files.pythonhosted.org/packages/eb/59/73fd3810d94f2c87aacc79f4e578e1d81df6f0f2800b80b7d3c4fb4e3a2d/Pint-0.19.2.tar.gz BuildArch: noarch %description @@ -64,7 +64,7 @@ If you need Python 2.7 or 3.4/3.5 compatibility, use Pint 0.9. It is licensed under BSD. %prep -%autosetup -n Pint-0.18 +%autosetup -n Pint-0.19.2 %build %py3_build @@ -104,6 +104,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Apr 07 2024 wangjing - 0.19.2-1 +- Upgrade package python3-pint to version 0.19.2 +- Provide a method to iter the definitions in the order they appear, + recursing the imported files. + * Fri Aug 05 2022 huangtianhua - 0.18-2 - Adds python3-toml as BuildRequires to correct dist version