diff --git a/numpoly-1.2.14.tar.gz b/numpoly-1.2.14.tar.gz deleted file mode 100644 index 14b3c097f356d1c2dbc776fd4bad3d89df300c97..0000000000000000000000000000000000000000 Binary files a/numpoly-1.2.14.tar.gz and /dev/null differ diff --git a/numpoly-1.3.8.tar.gz b/numpoly-1.3.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9a20073cb4204930e45c6448957ed0ba6e9bc3e4 Binary files /dev/null and b/numpoly-1.3.8.tar.gz differ diff --git a/python-numpoly.spec b/python-numpoly.spec index a4d9127dc6843bcf7f80f035746932d3a2bd666b..36e53955eb164c6c48c7bfbfbe1baa7cd1cba9c2 100644 --- a/python-numpoly.spec +++ b/python-numpoly.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-numpoly -Version: 1.2.14 +Version: 1.3.8 Release: 1 Summary: Polynomials as a numpy datatype License: BSD-2-Clause URL: https://github.com/jonathf/numpoly -Source0: https://files.pythonhosted.org/packages/92/06/d352109cb6dcfb92d96988ddafed6db442008b7a47727f59a744ca6896b3/numpoly-1.2.14.tar.gz +Source0: https://files.pythonhosted.org/packages/source/n/numpoly/numpoly-%{version}.tar.gz BuildArch: noarch @@ -20,6 +20,8 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-flit +BuildRequires: python3-Cython +BuildRequires: python3-numpy Requires: python3-numpy %description -n python3-numpoly Numpoly is a generic library for creating, manipulating and evaluating @@ -52,6 +54,13 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Sep 25 2025 zhangyulong - 1.3.8-1 +- Update package to version 1.3.8 + -Bump urllib3 from 2.2.2 to 2.5.0 dependencies python + -Bump requests from 2.32.0 to 2.32.4 dependencies python + -Bump jinja2 from 3.1.4 to 3.1.6 dependencies python + -Cython implementation multiply and from_attributes + * Thu Oct 24 2024 zhangyulong -1.2.14-1 - Update package to version 1.2.14 -Remove reference to numpy.product