diff --git a/pint-0.24.4.tar.gz b/pint-0.24.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a92c64372932b014049e037ef33ab6a012cc595 Binary files /dev/null and b/pint-0.24.4.tar.gz differ diff --git a/python-pint.spec b/python-pint.spec index 6e16288833bfc194b6979736cfd077db91c6bfd3..03eabb133c53d0a2ddca572f37e6e5a3670c6a79 100644 --- a/python-pint.spec +++ b/python-pint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pint -Version: 0.23 +Version: 0.24.4 Release: 1 Summary: Physical quantities module License: BSD-3-Clause URL: https://github.com/hgrecco/pint -Source0: https://files.pythonhosted.org/packages/02/41/002d020f140db35d971f4bdd73407d69fdf56c5ba5fcccc10776e27d3a6c/Pint-0.23.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/pint/pint-%{version}.tar.gz BuildArch: noarch Requires: python3-numpy @@ -60,7 +60,7 @@ It has a complete test coverage. It runs in Python 3.8+ with no other dependency It is licensed under BSD. %prep -%autosetup -n Pint-%{version} +%autosetup -n pint-%{version} %build %pyproject_build @@ -80,6 +80,13 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Nov 29 2024 jinshuaiyu - 0.24.4 +- Update package to version 0.24.4 +- add error for prefixed non multi units +- build: typing_extensions version +- build: switch from appdirs to platformdirs +- fix GenericPlainRegistry getattr type + * Fri May 10 2024 tenglei - 0.23-1 - Update package to version 0.23 - Fixed Transformation type protocol