[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 8 11:01:29 UTC 2020
Date: Sunday, November 8, 2020 @ 11:01:29
Author: felixonmars
Revision: 746475
upgpkg: python-marshmallow 3.9.1-1
Modified:
python-marshmallow/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-08 10:59:14 UTC (rev 746474)
+++ PKGBUILD 2020-11-08 11:01:29 UTC (rev 746475)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-marshmallow
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=1
pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes."
url="https://github.com/marshmallow-code/marshmallow"
@@ -11,7 +11,7 @@
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=('79413e6adc9fdf1fa16c44c58517936327cccc0d8f3d349240aed9dbfb656795c97a3ad50843822d6c93190e41d3fe463bfabe6d62e2af78c7563f4867e8155d')
+sha512sums=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15')
build() {
cd "$srcdir"/marshmallow-$pkgver
More information about the arch-commits
mailing list