Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-lupa
Commits:
7f9ec31d by Caleb Maclennan at 2025-01-10T02:03:10+03:00
upgpkg: 2.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-lupa
pkgdesc = Python wrapper around Lua and LuaJIT
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.3
+ 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.2.tar.gz
- sha256sums =
665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d
+ source =
https://files.pythonhosted.org/packages/source/l/lupa/lupa-2.3.tar.gz
+ sha256sums =
e72c098a8e054fe2964de515688e60c61964c87c00d53e1cf49fcada13922860
pkgname = python-lupa
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=lupa
pkgname=python-lupa
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+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=('665a006bcf8d9aacdfdb953824b929d06a0c55910a662b59be2f157ab4c8924d')
+sha256sums=('e72c098a8e054fe2964de515688e60c61964c87c00d53e1cf49fcada13922860')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/7f9ec31db9fd89b8addfbed0e86fd21fad59057a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lupa/-/commit/7f9ec31db9fd89b8addfbed0e86fd21fad59057a
You're receiving this email because of your account on gitlab.archlinux.org.