Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-asteval
Commits:
8691e68c by Felix Yan at 2024-08-14T21:32:48+03:00
upgpkg: 0.9.33-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-asteval
pkgdesc = Minimalistic evaluator of python expression using ast module
- pkgver = 0.9.32
- pkgrel = 2
+ pkgver = 0.9.33
+ pkgrel = 1
url = https://github.com/lmfit/asteval
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-asteval
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
- source = git+https://github.com/lmfit/asteval.git#tag=0.9.32
- sha512sums =
6a103640417583bf02138a7682bcbe53d4c8cf000e581b78def267630ccd2df5608a9364e423f518c8114f4bfce8eb7c27b57c0c8852ffd788fff8f283ad89af
+ source = git+https://github.com/lmfit/asteval.git#tag=0.9.33
+ sha512sums =
02370327f2b5fb86b928e26d6f9650f7c134f69ba194b312af12022b775fd6e141d7fed4456f4c11f395b4aed974d48ac814365b72bdc45d6d410d52194537e2
pkgname = python-asteval
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-asteval
-pkgver=0.9.32
-pkgrel=2
+pkgver=0.9.33
+pkgrel=1
pkgdesc="Minimalistic evaluator of python expression using ast module"
url="https://github.com/lmfit/asteval"
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest-cov' 'python-numpy' 'tk')
source=("git+https://github.com/lmfit/asteval.git#tag=$pkgver")
-sha512sums=('6a103640417583bf02138a7682bcbe53d4c8cf000e581b78def267630ccd2df5608a9364e423f518c8114f4bfce8eb7c27b57c0c8852ffd788fff8f283ad89af')
+sha512sums=('02370327f2b5fb86b928e26d6f9650f7c134f69ba194b312af12022b775fd6e141d7fed4456f4c11f395b4aed974d48ac814365b72bdc45d6d410d52194537e2')
build() {
cd asteval
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asteval/-/commit/8691e68ceb77910e7f914ef95964416fcbfe8c56
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-asteval/-/commit/8691e68ceb77910e7f914ef95964416fcbfe8c56
You're receiving this email because of your account on gitlab.archlinux.org.