Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-sympy
Commits:
86b9b4b7 by Antonio Rojas at 2026-03-03T20:52:21+01:00
upgpkg: 1.14.0-6: Unpin mpmath
Fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sympy
pkgdesc = Symbolic manipulation package (Computer Algebra System),
written in pure Python
pkgver = 1.14.0
- pkgrel = 5
+ pkgrel = 6
url = https://sympy.org/en/index.html
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-sympy
pkgver=1.14.0
-pkgrel=5
+pkgrel=6
arch=('any')
pkgdesc='Symbolic manipulation package (Computer Algebra System), written in
pure Python'
url='https://sympy.org/en/index.html'
@@ -30,6 +30,7 @@ prepare() {
cd sympy
git cherry-pick -n 2bfc02884645447072ebb02afa93acd648eb1970 # Port away from
deprecated mpmath functions
patch -p1 -i ../mpmath-1.4.patch
+ git revert -n abfbbcc8a6360da97013f575b8a6e3052b516fde # Unpin mpmath
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/86b9b4b75bd57f4580e329a94ddcbd3113bda07b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/86b9b4b75bd57f4580e329a94ddcbd3113bda07b
You're receiving this email because of your account on gitlab.archlinux.org.