[arch-commits] Commit in python-schema/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Sep 13 11:56:11 UTC 2019
Date: Friday, September 13, 2019 @ 11:56:10
Author: bluewind
Revision: 510306
upgpkg: python-schema 0.7.1-1
upstream update
Modified:
python-schema/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-13 11:50:06 UTC (rev 510305)
+++ PKGBUILD 2019-09-13 11:56:10 UTC (rev 510306)
@@ -2,8 +2,8 @@
_name=schema
pkgname="python-$_name"
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.7.1
+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=('44add3ef9016c85ac4b0291b45286a657d0df309b31528ca8d0a9c6d0aa68186')
+sha256sums=('c9dc8f4624e287c7d1435f8fd758f6a0aabbb7eff442db9192cd46f0e2b6d959')
build() {
cd "$srcdir/$_name-$pkgver"
More information about the arch-commits
mailing list