summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2024-01-24 05:48:21 -0500
committerAlex Hirzel2024-01-24 05:48:21 -0500
commitffe4723c7b3f03b7fa19b8a30c8ac11dedf4ebf2 (patch)
tree4b06c75762e998d1c886eadf068d852d40b64566
parent0c45599c63e832f4081efebfac3885fd727154e7 (diff)
downloadaur-ffe4723c7b3f03b7fa19b8a30c8ac11dedf4ebf2.tar.gz
update to version 4.27.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c581769e003a..4200d7564fee 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.1
+ pkgver = 4.27.2
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-yaml
- source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.1.tar.gz
- sha256sums = 16c83eea4f4f4129e9ddb2d867c0425b4db028bcb6580547a393274a1b9a7c34
+ source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.27.2.tar.gz
+ sha256sums = c1d03b2b330319235b583e843370e684f4a42c57b79aecc756c721acbbf48340
pkgname = python-jsonargparse
diff --git a/PKGBUILD b/PKGBUILD
index ebf528066675..231acd28fcf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jsonargparse
_name=${pkgname#python-}
-pkgver=4.27.1
+pkgver=4.27.2
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=('16c83eea4f4f4129e9ddb2d867c0425b4db028bcb6580547a393274a1b9a7c34')
+sha256sums=('c1d03b2b330319235b583e843370e684f4a42c57b79aecc756c721acbbf48340')
build() {
cd "${srcdir}/${_name}-${pkgver}"