[arch-commits] Commit in python-schema/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sun Apr 19 08:40:45 UTC 2020
Date: Sunday, April 19, 2020 @ 08:40:44
Author: bluewind
Revision: 616446
upgpkg: python-schema 0.7.2-1: upstream update
Modified:
python-schema/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-19 08:19:40 UTC (rev 616445)
+++ PKGBUILD 2020-04-19 08:40:44 UTC (rev 616446)
@@ -2,8 +2,8 @@
_name=schema
pkgname="python-$_name"
-pkgver=0.7.1
-pkgrel=4
+pkgver=0.7.2
+pkgrel=1
pkgdesc='Python module to validate and convert data structures.'
arch=(any)
url="https://github.com/keleshev/$_name"
@@ -12,7 +12,7 @@
checkdepends=(python-mock python-pytest)
license=(MIT)
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('c9dc8f4624e287c7d1435f8fd758f6a0aabbb7eff442db9192cd46f0e2b6d959')
+sha256sums=('b536f2375b49fdf56f36279addae98bd86a8afbd58b3c32ce363c464bed5fc1c')
prepare() {
cd "$srcdir/$_name-$pkgver"
More information about the arch-commits
mailing list