Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-moto
Commits: eea64490 by Carl Smedstad at 2025-07-12T12:02:12+02:00 upgpkg: 5.1.8-1: Upstream release https://github.com/getmoto/moto/releases/tag/5.1.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-moto pkgdesc = Moto is a library to mock out the boto library. - pkgver = 5.1.6 + pkgver = 5.1.8 pkgrel = 1 url = https://github.com/spulec/moto arch = any @@ -58,9 +58,9 @@ pkgbase = python-moto optdepends = python-antlr4: for stepfunctions optdepends = python-jsonpath-ng: for events, stepfunctions optdepends = python-jsonschema: for quicksight - source = git+https://github.com/getmoto/moto#tag=5.1.6 + source = git+https://github.com/getmoto/moto#tag=5.1.8 source = fix-tests.diff - sha256sums = d4a3a4e03c9f7edfc613094307711ffe12d3ef1fb8a55c216638b1bcf034211d + sha256sums = 59559b4f61edd3fa2bdd7616df63484a1922f6f0fcac9a1c864c4c915d1398ae sha256sums = 21305cdf3d650ced1acb1d0f7dde8760b26e32a94c56a5571e798d6b6976cf5a pkgname = python-moto ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=python-moto -pkgver=5.1.6 +pkgver=5.1.8 pkgrel=1 pkgdesc='Moto is a library to mock out the boto library.' arch=(any) @@ -76,7 +76,7 @@ source=( "git+https://github.com/getmoto/moto#tag=$pkgver" "fix-tests.diff" ) -sha256sums=('d4a3a4e03c9f7edfc613094307711ffe12d3ef1fb8a55c216638b1bcf034211d' +sha256sums=('59559b4f61edd3fa2bdd7616df63484a1922f6f0fcac9a1c864c4c915d1398ae' '21305cdf3d650ced1acb1d0f7dde8760b26e32a94c56a5571e798d6b6976cf5a') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-moto/-/commit/eea644903d25cb92ae5ab3f080dee5af28f7245a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-moto/-/commit/eea644903d25cb92ae5ab3f080dee5af28f7245a You're receiving this email because of your account on gitlab.archlinux.org.
