[arch-commits] Commit in python-schema/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 6 13:02:06 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:02:05
  Author: bluewind
Revision: 846647

upgpkg: python-schema 0.7.4-1: upstream update

Modified:
  python-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:01:26 UTC (rev 846646)
+++ PKGBUILD	2021-02-06 13:02:05 UTC (rev 846647)
@@ -2,8 +2,8 @@
 
 _name=schema
 pkgname="python-$_name"
-pkgver=0.7.3
-pkgrel=3
+pkgver=0.7.4
+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=('4cf529318cfd1e844ecbe02f41f7e5aa027463e7403666a52746f31f04f47a5e')
+sha256sums=('fbb6a52eb2d9facf292f233adcc6008cffd94343c63ccac9a1cb1f3e6de1db17')
 
 prepare() {
   cd "$srcdir/$_name-$pkgver"



More information about the arch-commits mailing list