Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-sympy
Commits:
b78d1ab4 by Antonio Rojas at 2025-04-28T00:16:07+02:00
upgpkg: 1.14.0-1: Upstream update
- - - - -
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.13.3
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://sympy.org/en/index.html
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = python-sympy
depends = python-mpmath
optdepends = ipython: user friendly interface for isympy
optdepends = python-symengine: optimized backend, set USE_SYMENGINE=1
to use
- source = git+https://github.com/sympy/sympy#tag=sympy-1.13.3
- sha512sums =
abc0d547ccdd43469aa546c09491df756a0f447bc63e6828ad68f340e303c735ca3bb1f34a7bb2f0c52435cc699083b678e5dc721a45bc03e47509bfda0489b0
+ source = git+https://github.com/sympy/sympy#tag=sympy-1.14.0
+ sha512sums =
4c9db723b3aef259f6f7adaa02701060c53a80d560451f0b38362ebf7931cec4ff94e2b9d88915d4f831cc71e5a64dec80f668b818735f6c3aa0e6048a3e59ca
pkgname = python-sympy
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Peter Garceau <[email protected]>
pkgname=python-sympy
-pkgver=1.13.3
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
arch=('any')
pkgdesc='Symbolic manipulation package (Computer Algebra System), written in
pure Python'
url='https://sympy.org/en/index.html'
@@ -22,7 +22,7 @@ makedepends=('git'
checkdepends=('python-hypothesis'
'python-pytest')
source=(git+https://github.com/sympy/sympy#tag=sympy-$pkgver)
-sha512sums=('abc0d547ccdd43469aa546c09491df756a0f447bc63e6828ad68f340e303c735ca3bb1f34a7bb2f0c52435cc699083b678e5dc721a45bc03e47509bfda0489b0')
+sha512sums=('4c9db723b3aef259f6f7adaa02701060c53a80d560451f0b38362ebf7931cec4ff94e2b9d88915d4f831cc71e5a64dec80f668b818735f6c3aa0e6048a3e59ca')
build() {
cd sympy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/b78d1ab49f11a49b8f9213fd2a842eeaae871f2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/b78d1ab49f11a49b8f9213fd2a842eeaae871f2a
You're receiving this email because of your account on gitlab.archlinux.org.