summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2024-03-29 18:39:31 -0400
committerAlex Hirzel2024-03-29 18:39:31 -0400
commit7112b0383e254a01966de01bc16fd763a03f1854 (patch)
tree566a653a1be4c7c84ff2f631959a441ec130c243
parentf056352b5613a734f0480ecc664646a8366f2f15 (diff)
downloadaur-7112b0383e254a01966de01bc16fd763a03f1854.tar.gz
update to version 4.27.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 079bdf9e5acd..0f7ec0ba39a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jsonargparse
pkgdesc = Parsing library for CLI options, configs, and environment variables
- pkgver = 4.27.5
+ pkgver = 4.27.7
pkgrel = 1
url = https://github.com/omni-us/jsonargparse
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-jsonargparse
depends = python-requests
depends = python-responses
depends = python-ruyaml
- source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.5.tar.gz
- sha256sums = 88ad908387ea5c8285a48e7d94bfd025e6f536b0dbae616d755d701248ab85d9
+ source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.7.tar.gz
+ sha256sums = 480fa4b2f4c75f267cbaa13fbf4dc86553f27252041d1d9066f2d0e25bf6389b
pkgname = python-jsonargparse
diff --git a/PKGBUILD b/PKGBUILD
index d9a8c69d4582..3ed39a3b172d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jsonargparse
_name=${pkgname#python-}
-pkgver=4.27.5
+pkgver=4.27.7
pkgrel=1
pkgdesc='Parsing library for CLI options, configs, and environment variables'
arch=('any')
@@ -28,7 +28,7 @@ checkdepends=(
'python-coverage'
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('88ad908387ea5c8285a48e7d94bfd025e6f536b0dbae616d755d701248ab85d9')
+sha256sums=('480fa4b2f4c75f267cbaa13fbf4dc86553f27252041d1d9066f2d0e25bf6389b')
build() {
cd "${srcdir}/${_name}-${pkgver}"