Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-lupa
Commits:
a4f02634 by Caleb Maclennan at 2026-04-08T16:30:00+03:00
upgpkg: 2.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
- pkgver = 2.6
- pkgrel = 2
+ pkgver = 2.7
+ pkgrel = 1
url = https://github.com/scoder/lupa
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-lupa
depends = gcc-libs
depends = glibc
depends = python
- source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.6.tar.gz
- sha256sums =
9a770a6e89576be3447668d7ced312cd6fd41d3c13c2462c9dc2c2ab570e45d9
+ source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.7.tar.gz
+ sha256sums =
73a64ce5dc8cd95b75a330c1513e46e098d40fceed3fea516c09f6595eade889
pkgname = python-lupa
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=lupa
pkgname=python-lupa
-pkgver=2.6
-pkgrel=2
+pkgver=2.7
+pkgrel=1
pkgdesc='Python wrapper around Lua and LuaJIT'
arch=(x86_64)
url="https://github.com/scoder/$_pkgname"
@@ -17,7 +17,7 @@ makedepends=(cython
python-setuptools)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('9a770a6e89576be3447668d7ced312cd6fd41d3c13c2462c9dc2c2ab570e45d9')
+sha256sums=('73a64ce5dc8cd95b75a330c1513e46e098d40fceed3fea516c09f6595eade889')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/a4f026341618c5c46910f544449f6c2c68b9574b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/a4f026341618c5c46910f544449f6c2c68b9574b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help