Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-sympy
Commits:
80923d95 by Antonio Rojas at 2024-07-20T13:14:37+02:00
upgpkg: 1.13.1-1: Update to 1.13.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-sympy
pkgdesc = Symbolic manipulation package (Computer Algebra System),
written in pure Python
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://sympy.org/en/index.html
arch = any
@@ -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.0
- sha512sums =
298c8e049a23adcb5151f51ecc12b174f0f01c2b8637be56728f10afa158e1a12fab993bad092636676a28401f92267b1aeabb9329f6ea51a921916133e4781b
+ source = git+https://github.com/sympy/sympy#tag=sympy-1.13.1
+ sha512sums =
0b34083447bffa9349e59310dc4807646c501e7f44c5fe2b80731e57b68e1ceaa87defa7316429847a462210382629eab491cd6ed3eed2a1f6b55e2cc1cdfab1
pkgname = python-sympy
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Peter Garceau <[email protected]>
pkgname=python-sympy
-pkgver=1.13.0
+pkgver=1.13.1
pkgrel=1
arch=('any')
pkgdesc='Symbolic manipulation package (Computer Algebra System), written in
pure Python'
@@ -22,7 +22,7 @@ makedepends=('git'
checkdepends=('python-hypothesis'
'python-pytest')
source=(git+https://github.com/sympy/sympy#tag=sympy-$pkgver)
-sha512sums=('298c8e049a23adcb5151f51ecc12b174f0f01c2b8637be56728f10afa158e1a12fab993bad092636676a28401f92267b1aeabb9329f6ea51a921916133e4781b')
+sha512sums=('0b34083447bffa9349e59310dc4807646c501e7f44c5fe2b80731e57b68e1ceaa87defa7316429847a462210382629eab491cd6ed3eed2a1f6b55e2cc1cdfab1')
build() {
cd sympy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/80923d9513eecbfbb209d8e2533383178ac12d09
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sympy/-/commit/80923d9513eecbfbb209d8e2533383178ac12d09
You're receiving this email because of your account on gitlab.archlinux.org.