python-psycopg2: update to 2.9.3

This commit is contained in:
Biswapriyo Nath
2022-07-13 12:48:26 +05:30
committed by GitHub
parent 4ba397286d
commit 0438ff1f91

View File

@@ -6,13 +6,13 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.9.1
pkgrel=3
pkgver=2.9.3
pkgrel=1
pkgdesc="A PostgreSQL database adapter for the Python programming language (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://www.psycopg.org/'
license=('LGPL3')
license=('spdx:LGPL-3.0-or-later')
validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-postgresql>=8.4.1")
@@ -21,10 +21,10 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"
)
options=('staticlibs' 'strip' '!debug')
source=(https://pypi.org/packages/source/p/${_realname}/${_realname}-$pkgver.tar.gz
mingw-fix.patch)
sha256sums=('de5303a6f1d0a7a34b9d40e4d3bef684ccc44a49bbe3eb85e3c0bffb4a131b7c'
'732FA9437AEC1B5CE5569951DC689578D0E4FC83A042E6BF07455CFF6041C2E3')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
mingw-fix.patch)
sha256sums=('8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981'
'732fa9437aec1b5ce5569951dc689578d0e4fc83a042e6bf07455cff6041c2e3')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {