Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-motor
Commits: b87176a1 by Carl Smedstad at 2025-01-30T06:39:47+01:00 upgpkg: 3.7.0-1: Upstream release https://www.mongodb.com/community/forums/t/motor-3-7-0-released/311077 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-motor pkgdesc = Async Python driver for MongoDB and Tornado or asyncio - pkgver = 3.6.1 + pkgver = 3.7.0 pkgrel = 1 url = https://github.com/mongodb/motor arch = any @@ -12,7 +12,7 @@ pkgbase = python-motor makedepends = python-wheel depends = python depends = python-pymongo - source = python-motor-3.6.1.tar.gz::https://github.com/mongodb/motor/archive/3.6.1.tar.gz - sha256sums = a5aa48a6e491f778c928976f93eefee9c17a316662ad03d1b6f091fcd23cdfe5 + source = python-motor-3.7.0.tar.gz::https://github.com/mongodb/motor/archive/3.7.0.tar.gz + sha256sums = 7189219542841fee3e0ee4222c7c1f50391294fdd7507d294b197a9c7123c32b pkgname = python-motor ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-motor _pkgname=${pkgname#python-} -pkgver=3.6.1 +pkgver=3.7.0 pkgrel=1 pkgdesc="Async Python driver for MongoDB and Tornado or asyncio" arch=(any) @@ -21,7 +21,7 @@ makedepends=( python-wheel ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('a5aa48a6e491f778c928976f93eefee9c17a316662ad03d1b6f091fcd23cdfe5') +sha256sums=('7189219542841fee3e0ee4222c7c1f50391294fdd7507d294b197a9c7123c32b') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-motor/-/commit/b87176a1819baf12145dbd79c9e1b2db896816ec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-motor/-/commit/b87176a1819baf12145dbd79c9e1b2db896816ec You're receiving this email because of your account on gitlab.archlinux.org.
