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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun Jan 23 06:30:40 UTC 2022


    Date: Sunday, January 23, 2022 @ 06:30:40
  Author: yan12125
Revision: 1113544

upgpkg: python-moto 3.0.0-1

python-boto is no longer needed after upstream drops it
https://github.com/spulec/moto/pull/4378

Modified:
  python-moto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 03:52:20 UTC (rev 1113543)
+++ PKGBUILD	2022-01-23 06:30:40 UTC (rev 1113544)
@@ -4,7 +4,7 @@
 pkgname=python-moto
 _pkgname=moto
 # https://github.com/spulec/moto/blob/master/CHANGELOG.md
-pkgver=2.3.2
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Moto is a library to mock out the boto library.'
 arch=(any)
@@ -19,9 +19,7 @@
          # Below dependencies varied with Python versions
          python-jinja python-more-itertools)
 # See reqquirements-test.txt, excluding pytest-cov
-checkdepends=(python-pytest python-sure python-freezegun
-              # boto is vendored (#3503), but still imported in tests
-              python-boto)
+checkdepends=(python-pytest python-sure python-freezegun)
 # Below are optional dependencies. The order matches _dep_* items in upstream `setup.py`.
 # Note that _dep_python_jose_ecdsa_pin and _dep_idna are excluded as they are pins and
 # not used by moto.
@@ -43,7 +41,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=('eaaed229742adbd1387383d113350ecd9222fc1e8f5611a9395a058c1eee4377'
+sha256sums=('d6b00a2663290e7ebb06823d5ffcb124c8dc9bf526b878539ef7c4a377fd8255'
             '4193bd88380f6ab8dac49be37d940993dee4e31351ffd60c8167b7c8e5ec3208')
 
 prepare() {



More information about the arch-commits mailing list