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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Dec 7 13:20:02 UTC 2021


    Date: Tuesday, December 7, 2021 @ 13:20:02
  Author: foutrelis
Revision: 1065536

Bump for Python 3.10 support

Modified:
  python-typeguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 13:17:21 UTC (rev 1065535)
+++ PKGBUILD	2021-12-07 13:20:02 UTC (rev 1065536)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-typeguard
-pkgver=2.12.1
-pkgrel=2
+pkgver=2.13.2
+pkgrel=0
 pkgdesc="Run-time type checker for Python"
 url="https://github.com/agronholm/typeguard"
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('mypy' 'python-pytest-cov' 'python-typing_extensions')
 source=("https://github.com/agronholm/typeguard/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('ea91140ba0ebfe7cc83bf212ae20aca777279fc88ff806bf6a1f4208581bb726c6091d0777371d487e7422887814d81c84ebac9f06bfacc5a929f5a2657312a8')
+sha512sums=('a11c1b9ee417a99a8bd09f4b5b05c7cdf319748b8221a49d1ff76854e2f432768224437f82a41c0166e5b148a550b58afbabfa1935cdc2a049cda3010edd052a')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



More information about the arch-commits mailing list