[arch-commits] Commit in python-schema/trunk (PKGBUILD)
Florian Pritz
bluewind at gemini.archlinux.org
Sun Dec 12 10:43:28 UTC 2021
Date: Sunday, December 12, 2021 @ 10:43:27
Author: bluewind
Revision: 1068792
upgpkg: python-schema 0.7.5-1: upstream update
Modified:
python-schema/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 10:42:01 UTC (rev 1068791)
+++ PKGBUILD 2021-12-12 10:43:27 UTC (rev 1068792)
@@ -2,8 +2,8 @@
_name=schema
pkgname="python-$_name"
-pkgver=0.7.4
-pkgrel=4
+pkgver=0.7.5
+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=('fbb6a52eb2d9facf292f233adcc6008cffd94343c63ccac9a1cb1f3e6de1db17')
+sha256sums=('f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197')
prepare() {
cd "$srcdir/$_name-$pkgver"
More information about the arch-commits
mailing list