Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-elementpath
Commits:
1c3cf889 by Felix Yan at 2024-10-03T10:27:48+03:00
upgpkg: 4.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-elementpath
pkgdesc = XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
- pkgver = 4.4.0
- pkgrel = 2
+ pkgver = 4.5.0
+ pkgrel = 1
url = https://github.com/sissaschool/elementpath
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-elementpath
makedepends = git
makedepends = python-setuptools
depends = python
- source =
git+https://github.com/sissaschool/elementpath.git#commit=004fca18366974c34193176bd3a356f711330ca0
- sha512sums = SKIP
+ source = git+https://github.com/sissaschool/elementpath.git#tag=v4.5.0
+ sha512sums =
f8fde4f5d613d769d2a739811f59d4bd9c29fa0918852e0ffb0867bb4fc76ea87f96a6205793eb76281e44cd25e4bcdf3f192c0f93304ce253e97a4c6cc867b2
pkgname = python-elementpath
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-elementpath
-pkgver=4.4.0
-_commit=004fca18366974c34193176bd3a356f711330ca0
-pkgrel=2
+pkgver=4.5.0
+pkgrel=1
pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
url="https://github.com/sissaschool/elementpath"
license=('MIT')
@@ -11,8 +10,8 @@ arch=('any')
depends=('python')
makedepends=('git' 'python-setuptools')
checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema')
-source=("git+https://github.com/sissaschool/elementpath.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/sissaschool/elementpath.git#tag=v$pkgver")
+sha512sums=('f8fde4f5d613d769d2a739811f59d4bd9c29fa0918852e0ffb0867bb4fc76ea87f96a6205793eb76281e44cd25e4bcdf3f192c0f93304ce253e97a4c6cc867b2')
build() {
cd elementpath
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elementpath/-/commit/1c3cf8896e054935104340881a0b0826da6c6662
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-elementpath/-/commit/1c3cf8896e054935104340881a0b0826da6c6662
You're receiving this email because of your account on gitlab.archlinux.org.