Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-sympy


Commits:
6c419ac5 by Antonio Rojas at 2026-02-23T23:21:13+01:00
upgpkg: 1.14.0-4: Port away from deprecated mpmath 1.4 functions

- - - - -


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 = 3
+       pkgrel = 4
        url = https://sympy.org/en/index.html
        arch = any
        license = BSD


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=python-sympy
 pkgver=1.14.0
-pkgrel=3
+pkgrel=4
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
 url='https://sympy.org/en/index.html'
@@ -24,6 +24,11 @@ checkdepends=('python-hypothesis'
 source=(git+https://github.com/sympy/sympy#tag=sympy-$pkgver)
 
sha512sums=('4c9db723b3aef259f6f7adaa02701060c53a80d560451f0b38362ebf7931cec4ff94e2b9d88915d4f831cc71e5a64dec80f668b818735f6c3aa0e6048a3e59ca')
 
+prepare() {
+  cd sympy
+  git cherry-pick -n 2bfc02884645447072ebb02afa93acd648eb1970 # Port away from 
deprecated mpmath functions
+}
+
 build() {
   cd sympy
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/6c419ac50c9bb90661a88f5e58d74a6a308597f9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/6c419ac50c9bb90661a88f5e58d74a6a308597f9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to