[arch-commits] Commit in python-moto/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Thu May 6 04:42:20 UTC 2021
Date: Thursday, May 6, 2021 @ 04:42:20
Author: yan12125
Revision: 928360
upgpkg: python-moto 2.0.6-1
Modified:
python-moto/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 04:35:41 UTC (rev 928359)
+++ PKGBUILD 2021-05-06 04:42:20 UTC (rev 928360)
@@ -3,7 +3,7 @@
pkgname=python-moto
_pkgname=moto
-pkgver=2.0.5
+pkgver=2.0.6
pkgrel=1
pkgdesc='Moto is a library to mock out the boto library.'
arch=(any)
@@ -37,7 +37,7 @@
python-cfn-lint python-sshpubkeys python-flask python-flask-cors)
source=("https://files.pythonhosted.org/packages/source/m/moto/moto-${pkgver}.tar.gz"
sdist-no-pyc.diff)
-sha256sums=('17219c9e8d79bc7450615896b37e5bd639c2038d4672bcab114ac4661e27f8ae'
+sha256sums=('7982176837406cabb47a84785125d337b6df357ae92ae29423724d072764dd90'
'4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
prepare() {
@@ -63,7 +63,7 @@
# other than listing one-by-one for exclusion. To make things worse, running docker/podman
# in systemd-nspawn containers appears impossible without special configurations. I gave
# it up and running podman _outside_ the container for testing.
- # $ podman system service "unix:$XDG_RUNTIME_DIR/podman/podman.sock" -t 0
+ # $ systemctl --user start podman.socket
# $ extra-x86_64-build -- -d "$XDG_RUNTIME_DIR/podman:/tmp/podman"
PODMAN_SOCK=/tmp/podman/podman.sock
if [ -S $PODMAN_SOCK ]; then
More information about the arch-commits
mailing list