Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-typeguard
Commits:
d5e1cd4c by Felix Yan at 2024-06-19T21:57:44+03:00
upgpkg: 4.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-typeguard
pkgdesc = Run-time type checker for Python
- pkgver = 4.2.1
- pkgrel = 2
+ pkgver = 4.3.0
+ pkgrel = 1
url = https://github.com/agronholm/typeguard
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-typeguard
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-typing_extensions
- source = git+https://github.com/agronholm/typeguard.git#tag=4.2.1
- b2sums =
0cfc6b11e2106502f9d45ca49cf06c22e822d152949b4b1b7efec24f9c65d8aa3b8b7d91565c4a5f6fa41582543570053a182e98aef466ac27e8f81c9c989d20
+ source = git+https://github.com/agronholm/typeguard.git#tag=4.3.0
+ b2sums =
3a682bd34fffe73c0ed93a2884874f47cb9172aced2ed3e9b4f63806ad60b5fa0f96842e49baa53773f42f5b4be27fc5b46f90b59323f4d40d7dbb95704d6364
pkgname = python-typeguard
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=python-typeguard
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
pkgdesc="Run-time type checker for Python"
url="https://github.com/agronholm/typeguard"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('python-typing_extensions')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('mypy' 'python-pytest')
source=("git+https://github.com/agronholm/typeguard.git#tag=$pkgver")
-b2sums=('0cfc6b11e2106502f9d45ca49cf06c22e822d152949b4b1b7efec24f9c65d8aa3b8b7d91565c4a5f6fa41582543570053a182e98aef466ac27e8f81c9c989d20')
+b2sums=('3a682bd34fffe73c0ed93a2884874f47cb9172aced2ed3e9b4f63806ad60b5fa0f96842e49baa53773f42f5b4be27fc5b46f90b59323f4d40d7dbb95704d6364')
prepare() {
cd typeguard
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/d5e1cd4cadb3654b5d3b1f824d2d8968d26f146f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-typeguard/-/commit/d5e1cd4cadb3654b5d3b1f824d2d8968d26f146f
You're receiving this email because of your account on gitlab.archlinux.org.