diff --git a/contourpy-1.2.0.tar.gz b/contourpy-1.2.1.tar.gz similarity index 66% rename from contourpy-1.2.0.tar.gz rename to contourpy-1.2.1.tar.gz index 6df7016ae89e03ee98ebfe0cdba5087181735c6e..2bebdb984d950957c6909bd018fad866bd8fb3bf 100644 Binary files a/contourpy-1.2.0.tar.gz and b/contourpy-1.2.1.tar.gz differ diff --git a/python-contourpy.spec b/python-contourpy.spec index bc6c76f7201a5b1ade14503de0ab72521d7d8618..326a9d08b0ab57ae0da7c60ca090f9e24662a32d 100644 --- a/python-contourpy.spec +++ b/python-contourpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-contourpy -Version: 1.2.0 +Version: 1.2.1 Release: 1 Summary: Python library for calculating contours of 2D quadrilateral grids License: BSD-3-Clause URL: https://github.com/contourpy/contourpy -Source0: https://files.pythonhosted.org/packages/source/c/contourpy/contourpy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/8d/9e/e4786569b319847ffd98a8326802d5cf8a5500860dbfc2df1f0f4883ed99/contourpy-1.2.1.tar.gz BuildRequires: python3-pybind11 gcc-c++ python3-pip python3-wheel BuildRequires: python3-hatchling python3-hatch-vcs BuildRequires: python3-meson-python @@ -48,6 +48,10 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Jul 31 2024 liudy - 1.2.1-1 +- supports Python 3.9 to 3.12. +- Support NumPy 2 + * Thu Feb 22 2024 xu_ping <707078654@qq.com> - 1.2.0-1 - Upgrade version to 1.2.0