* update python-mongomock to 4.0.0-6

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:40 +01:00
parent 5f79e75e4f
commit 094cebe6a9
3 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,19 @@
pkgbase = python-mongomock
pkgdesc = Fake pymongo stub for testing simple MongoDB-dependent code
pkgver = 4.0.0
pkgrel = 6
url = https://github.com/mongomock/mongomock
arch = any
license = BSD-3-Clause
makedepends = python-pbr
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-sentinels
depends = python-six
depends = python-packaging
source = https://github.com/mongomock/mongomock/archive/4.0.0/python-mongomock-4.0.0.tar.gz
sha512sums = 52bb91389d44780f76616adb6a956f9f866a090851a7e004d07310e45d4ede858f4bdba6f86b06c5ffad02097b009e675daee49da7eb9c683a2232cef2064d65
pkgname = python-mongomock

View File

@ -0,0 +1,3 @@
[python-mongomock]
source = "git"
git = "https://github.com/mongomock/mongomock.git"

View File

@ -3,7 +3,7 @@
pkgname=python-mongomock
pkgver=4.0.0
pkgrel=5
pkgrel=6
pkgdesc="Fake pymongo stub for testing simple MongoDB-dependent code"
url="https://github.com/mongomock/mongomock"
license=('BSD-3-Clause')