Date: Monday, June 6, 2022 @ 19:42:53
  Author: felixonmars
Revision: 1227070

upgpkg: python-marshmallow 3.15.0-1

Modified:
  python-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-06 19:42:02 UTC (rev 1227069)
+++ PKGBUILD    2022-06-06 19:42:53 UTC (rev 1227070)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-marshmallow
-pkgver=3.14.1
+pkgver=3.15.0
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow";
 license=('MIT')
 arch=('any')
-depends=('python')
+depends=('python-packaging')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 
'python-dateutil')
 
source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";)
-sha512sums=('d8aff2edbefa49606dd38c4377e9a08816336c1a23e7350e84eea3610402c1d2c78d81c65ebaccdd2b1022d663a7eebf41009564004972599d968ea37fe12c34')
+sha512sums=('9d688466b9dfce7cd3307538aadb68c8297d3ee026a7a61953d361a9e52acafd00da81f48ab26771dba74bf8024117d53292763ab98cb78e2bbd7b5604bee4f1')
 
 build() {
   cd "$srcdir"/marshmallow-$pkgver

Reply via email to