* update python-sqlparse to 0.5.1-1

This commit is contained in:
Alexander Baldeck 2024-09-24 13:44:27 +02:00
parent 66b7c95773
commit 60e01f9928
3 changed files with 25 additions and 4 deletions

View File

@ -0,0 +1,18 @@
pkgbase = python-sqlparse
pkgdesc = Non-validating SQL parser for Python
pkgver = 0.5.1
pkgrel = 1
url = https://github.com/andialbrecht/sqlparse
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python-flit-core
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
depends = python
source = python-sqlparse-0.5.1.tar.gz::https://github.com/andialbrecht/sqlparse/archive/0.5.1.tar.gz
sha256sums = a9f1a42ca749a019aa98d996b58e917f4c9e1b9ff164610355f35248733767bb
pkgname = python-sqlparse

View File

@ -0,0 +1,3 @@
[python-sqlparse]
source = "pypi"
pypi = "sqlparse"

View File

@ -3,16 +3,16 @@
# Contributor: Jonathan Kotta <jpkotta AT gmail DOT com>
pkgname=python-sqlparse
pkgver=0.4.4
pkgrel=2
pkgver=0.5.1
pkgrel=1
pkgdesc='Non-validating SQL parser for Python'
arch=(any)
url=https://github.com/andialbrecht/sqlparse
license=('BSD')
depends=('python')
makedepends=('python-setuptools' 'python-flit-core' 'python-build' 'python-installer' 'python-wheel')
makedepends=('python-setuptools' 'python-flit-core' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz")
sha256sums=('4cc5b6c4b35190fc741052bf249aa33c5fb8f4c83723aeec87f220bf06bb371a')
sha256sums=('a9f1a42ca749a019aa98d996b58e917f4c9e1b9ff164610355f35248733767bb')
build() {
cd sqlparse-$pkgver