Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-py-partiql-parser


Commits:
76f9ecb8 by Chih-Hsuan Yen at 2024-04-30T18:21:36+08:00
Upgrade to 0.5.4

Pending until moto 5.x is supported by all reverse dependencies

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,16 @@
 pkgbase = python-py-partiql-parser
        pkgdesc = Python Parser for PartiQL
-       pkgver = 0.5.0
-       pkgrel = 2
+       pkgver = 0.5.4
+       pkgrel = 1
        url = https://github.com/getmoto/py-partiql-parser
        arch = any
-       license = MIT
-       license = Apache
+       license = MIT AND Apache-2.0
        checkdepends = python-pytest
        makedepends = python-build
        makedepends = python-installer
-       makedepends = python-setuptools
-       makedepends = python-wheel
+       makedepends = python-hatchling
        depends = python
-       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
+       source = 
https://github.com/getmoto/py-partiql-parser/archive/refs/tags/0.5.4/python-py-partiql-parser-0.5.4.tar.gz
+       sha256sums = 
f3c94d4de4c99604c3732298af0e1671ce8e2868866d40905b2bbb472b6f2b1d
 
 pkgname = python-py-partiql-parser


=====================================
PKGBUILD
=====================================
@@ -3,22 +3,19 @@
 pkgname=python-py-partiql-parser
 _pkgname=py-partiql-parser
 # https://github.com/getmoto/py-partiql-parser/blob/main/CHANGELOG.md
-# UPDATE_BLOCKED: blocked along with python-moto
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 pkgdesc='Python Parser for PartiQL'
 arch=(any)
 url='https://github.com/getmoto/py-partiql-parser'
 # Most files are licensed under MIT, while an Apache 2.0 file is vendored 
since 0.4.0.
 # See: https://github.com/getmoto/py-partiql-parser/pull/12
-license=(MIT Apache)
-# Switch to SPDX when namcap supports it
-#license=('MIT AND Apache-2.0')
+license=('MIT AND Apache-2.0')
 depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+makedepends=(python-build python-installer python-hatchling)
 checkdepends=(python-pytest)
 
source=("https://github.com/getmoto/py-partiql-parser/archive/refs/tags/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('e9dade1734d7ee48177960d0db2d751b7d3260ffd5882c1a92be441e9b0d35b2')
+sha256sums=('f3c94d4de4c99604c3732298af0e1671ce8e2868866d40905b2bbb472b6f2b1d')
 
 build() {
   cd $_pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py-partiql-parser/-/commit/76f9ecb8dc9378cf2e10caf6a0a17e221a0e18d3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-py-partiql-parser/-/commit/76f9ecb8dc9378cf2e10caf6a0a17e221a0e18d3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to