Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-pynamodb
Commits: 008ef986 by Chih-Hsuan Yen at 2023-12-23T17:38:35+08:00 upgpkg: 5.5.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-pynamodb + pkgdesc = A pythonic interface to Amazon's DynamoDB + pkgver = 5.5.1 + pkgrel = 1 + url = https://pynamodb.readthedocs.io/ + arch = any + license = MIT + checkdepends = python-blinker + checkdepends = python-pytest-env + checkdepends = python-pytest-mock + makedepends = python-setuptools + depends = python + depends = python-botocore + optdepends = python-blinker: for signals + source = https://github.com/pynamodb/PynamoDB/archive/5.5.1/PynamoDB-5.5.1.tar.gz + sha256sums = fdd9d7fec4874e998e3a7148a147ce4a59bc03123c08b048d944a191e5ea605a + +pkgname = python-pynamodb ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-pynamodb # https://pynamodb.readthedocs.io/en/latest/release_notes.html # https://github.com/pynamodb/PynamoDB/releases -pkgver=5.5.0 +pkgver=5.5.1 pkgrel=1 pkgdesc="A pythonic interface to Amazon's DynamoDB" arch=(any) @@ -16,7 +16,7 @@ optdepends=( 'python-blinker: for signals' ) source=("https://github.com/pynamodb/PynamoDB/archive/$pkgver/PynamoDB-$pkgver.tar.gz") -sha256sums=('d1ef0e1a9a5c7027c3c28c3689af12a52e1d204be2ae6196d3dd14a8bfc8d3cd') +sha256sums=('fdd9d7fec4874e998e3a7148a147ce4a59bc03123c08b048d944a191e5ea605a') build() { cd PynamoDB-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/008ef986ef7e3c93b0eab67744b411947f3b5ef3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynamodb/-/commit/008ef986ef7e3c93b0eab67744b411947f3b5ef3 You're receiving this email because of your account on gitlab.archlinux.org.
