From 1ab6d8b846b5e432c9d5d9d34f36f9c03b977480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 1 May 2025 12:08:45 -0300 Subject: [PATCH] python3-sympy: update to 1.14.0. --- srcpkgs/python3-sympy/patches/fix-test.patch | 13 ------------- srcpkgs/python3-sympy/template | 6 +++--- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 srcpkgs/python3-sympy/patches/fix-test.patch diff --git a/srcpkgs/python3-sympy/patches/fix-test.patch b/srcpkgs/python3-sympy/patches/fix-test.patch deleted file mode 100644 index 2bf648b6266..00000000000 --- a/srcpkgs/python3-sympy/patches/fix-test.patch +++ /dev/null @@ -1,13 +0,0 @@ -Upstream at https://github.com/sympy/sympy/pull/26823 - ---- a/sympy/codegen/tests/test_fnodes.py -+++ b/sympy/codegen/tests/test_fnodes.py -@@ -44,7 +44,7 @@ def test_size_assumed_shape(): - 'program myprog\n' - 'use mod_rms, only: rms\n' - 'real*8, dimension(4), parameter :: x = [4, 2, 2, 2]\n' -- 'print *, dsqrt(7d0) - rms(x)\n' -+ 'print "(f7.5)", dsqrt(7d0) - rms(x)\n' - 'end program\n' - )) - ], clean=True) diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template index ee253fe52a3..ce5bf0fb295 100644 --- a/srcpkgs/python3-sympy/template +++ b/srcpkgs/python3-sympy/template @@ -1,7 +1,7 @@ # Template file for 'python3-sympy' pkgname=python3-sympy -version=1.13.3 -revision=2 +version=1.14.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" depends="python3-mpmath" @@ -14,7 +14,7 @@ license="BSD-3-Clause" homepage="https://sympy.org/" changelog="https://github.com/sympy/sympy/wiki/Release-Notes" distfiles="${PYPI_SITE}/s/sympy/sympy-${version}.tar.gz" -checksum=b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9 +checksum=d3d3fe8df1e5a0b42f0e7bdf50541697dbe7d23746e894990c030e2b05e72517 post_install() { vman doc/man/isympy.1