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

Felix Yan felixonmars at archlinux.org
Tue Feb 18 16:15:09 UTC 2020


    Date: Tuesday, February 18, 2020 @ 16:15:09
  Author: felixonmars
Revision: 575993

upgpkg: python-configargparse 1.0-1

Modified:
  python-configargparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 16:12:52 UTC (rev 575992)
+++ PKGBUILD	2020-02-18 16:15:09 UTC (rev 575993)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-configargparse
-pkgver=0.15.2
+pkgver=1.0
 pkgrel=1
 pkgdesc='A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables'
 arch=('any')
@@ -9,10 +9,10 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-yaml')
+checkdepends=('python-tests' 'python-yaml')
 optdepends=('python-yaml: for YAML support')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/bw2/ConfigArgParse/archive/$pkgver.tar.gz")
-sha512sums=('c8403751506b3ce096d707067659492422ecef8e684107935ab26f2e518c7c2c4baca8882cac55dd1961a86e5ad95b73389bc1a681cd2a67b5000bd6d626d2d9')
+sha512sums=('8e2af22dfa08bcf4665289285cc8f94aca00b650cd9521e9c02d4d83b546f4d79f2fd2cae2818ad0f2d38a16907e145ca7165071b78c557fe0be1797609e1cae')
 
 build() {
   cd ConfigArgParse-$pkgver



More information about the arch-commits mailing list