* update python-pymongo to 4.4.1-1

This commit is contained in:
Alexander Baldeck 2023-07-28 13:17:55 +02:00
parent e7f5c482dd
commit ef6aa09cf1

View File

@ -5,10 +5,10 @@
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgname=python-pymongo
pkgver=4.3.3
pkgrel=2
pkgver=4.4.1
pkgrel=1
pkgdesc='Python module for using MongoDB'
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('Apache')
url='https://pypi.python.org/pypi/pymongo/'
depends=('python')
@ -20,7 +20,7 @@ optdepends=('python-pyopenssl: for [ocsp]'
'python-zstandard: for [zstd]'
'python-dnspython: for [srv]')
source=("https://pypi.io/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
sha512sums=('f39b973b89495ca3bb9c0041ab750a6d31ac0d013e9a3eda63c32a6db17f8d46a24fd97456840274af1720d3ac2e05e137530d96b1f9a02feb89659cda821d61')
sha512sums=('0acde06319e9b629bc36e7fa1074516f9e5e7cc9bd46a8aeb334d887b3c36b2c10c8c9596d243ce09301363f0154fc7de0c885e53da6229cc134b4dbc456e5d1')
build() {
cd pymongo-$pkgver