Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-py-partiql-parser
Commits:
50ab2c33 by Chih-Hsuan Yen at 2023-12-23T19:22:02+08:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-py-partiql-parser
pkgdesc = Python Parser for PartiQL
- pkgver = 0.4.2
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/getmoto/py-partiql-parser
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-py-partiql-parser
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
https://github.com/getmoto/py-partiql-parser/archive/refs/tags/0.4.2/python-py-partiql-parser-0.4.2.tar.gz
- sha256sums =
5d7531f31f5508880ad4e29eb85d6901185cf999c48c2bc7b18e06cb27f8bfd3
+ source =
https://github.com/getmoto/py-partiql-parser/archive/refs/tags/0.5.0/python-py-partiql-parser-0.5.0.tar.gz
+ sha256sums =
e9dade1734d7ee48177960d0db2d751b7d3260ffd5882c1a92be441e9b0d35b2
pkgname = python-py-partiql-parser
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgname=python-py-partiql-parser
_pkgname=py-partiql-parser
# https://github.com/getmoto/py-partiql-parser/blob/main/CHANGELOG.md
# UPDATE_BLOCKED: moto pins a specific version
https://github.com/getmoto/moto/blob/master/setup.cfg
-pkgver=0.4.2
+pkgver=0.5.0
pkgrel=1
pkgdesc='Python Parser for PartiQL'
arch=(any)
@@ -18,7 +18,7 @@ depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=("https://github.com/getmoto/py-partiql-parser/archive/refs/tags/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5d7531f31f5508880ad4e29eb85d6901185cf999c48c2bc7b18e06cb27f8bfd3')
+sha256sums=('e9dade1734d7ee48177960d0db2d751b7d3260ffd5882c1a92be441e9b0d35b2')
build() {
cd $_pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py-partiql-parser/-/commit/50ab2c33e006aa83f16508499edc57c9afbe5454
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py-partiql-parser/-/commit/50ab2c33e006aa83f16508499edc57c9afbe5454
You're receiving this email because of your account on gitlab.archlinux.org.