summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2023-09-25 15:13:41 -0400
committerAlex Hirzel2023-09-25 15:13:41 -0400
commit6b4900617fe3d64ff49f7650ae91d1f2486decce (patch)
tree49b479a2b3706b2ce6bba7033908ad65b7edf811
parent6efbb20608e490fb6d33173873bf3d746fd99f19 (diff)
downloadaur-6b4900617fe3d64ff49f7650ae91d1f2486decce.tar.gz
update to version 4.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c9da985d34..58d693ecd08e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jsonargparse
pkgdesc = Parsing library for CLI options, configs, and environment variables
- pkgver = 4.24.1
+ pkgver = 4.25.0
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.24.1.tar.gz
- sha256sums = 48e367c5a4dc6a0c3d0a28bb1937b8421bc2fce920dbc162a5a0edac643d8784
+ source = https://files.pythonhosted.org/packages/source/j/jsonargparse/jsonargparse-4.25.0.tar.gz
+ sha256sums = 4eaadae69c387a3d83a76b1eaf20ca98d5274d8637f180dca0754ce5405adb6b
pkgname = python-jsonargparse
diff --git a/PKGBUILD b/PKGBUILD
index a770a858a4dc..86334e9c83de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jsonargparse
_name=${pkgname#python-}
-pkgver=4.24.1
+pkgver=4.25.0
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=('48e367c5a4dc6a0c3d0a28bb1937b8421bc2fce920dbc162a5a0edac643d8784')
+sha256sums=('4eaadae69c387a3d83a76b1eaf20ca98d5274d8637f180dca0754ce5405adb6b')
build() {
cd "${srcdir}/${_name}-${pkgver}"