[arch-commits] Commit in python-moto/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Mon Apr 12 01:35:18 UTC 2021


    Date: Monday, April 12, 2021 @ 01:35:17
  Author: yan12125
Revision: 915853

upgpkg: python-moto 2.0.5-1

python-mock is no longer needed after https://github.com/spulec/moto/pull/3481

Modified:
  python-moto/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-12 01:31:08 UTC (rev 915852)
+++ PKGBUILD	2021-04-12 01:35:17 UTC (rev 915853)
@@ -3,7 +3,7 @@
 
 pkgname=python-moto
 _pkgname=moto
-pkgver=2.0.2
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -14,7 +14,7 @@
 depends=(python-boto3 python-botocore python-cryptography python-requests python-xmltodict
          python-six python-werkzeug python-pytz python-dateutil python-responses
          # Below dependencies varied with Python versions
-         python-jinja python-mock python-more-itertools python-setuptools python-zipp)
+         python-jinja python-more-itertools python-setuptools python-zipp)
 # See reqquirements-test.txt, excluding pytest-cov
 checkdepends=(python-pytest python-sure python-freezegun
               # boto is vendored (#3503), but still imported in tests
@@ -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=('4610d27ead9124eaa84a78eca7dfa25a8ccb66cf6a7cb8a8889b5ca0c7796889'
+sha256sums=('17219c9e8d79bc7450615896b37e5bd639c2038d4672bcab114ac4661e27f8ae'
             '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {



More information about the arch-commits mailing list