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

Johannes Löthberg demize at archlinux.org
Sun May 27 23:16:50 UTC 2018


    Date: Sunday, May 27, 2018 @ 23:16:49
  Author: demize
Revision: 332111

upgpkg: python-parse 1.8.4-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-27 22:05:09 UTC (rev 332110)
+++ PKGBUILD	2018-05-27 23:16:49 UTC (rev 332111)
@@ -3,7 +3,7 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.8.2
+pkgver=1.8.4
 pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() syntax.'
@@ -13,16 +13,12 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"
         LICENSE) # license from the bottom of parse.py
 
-md5sums=('42002338551bdfa0f01bbe4e679a17dd'
-         'SKIP'
+md5sums=('fa69ab2fe846f9b183411391f7c6897b'
          '68c10fa20482cc4328a1052695fb7e53')
 
-validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')
-
-
 check() {
   cd parse-"$pkgver"
   python test_parse.py || warning 'test_too_many_fields fails on Python 3'



More information about the arch-commits mailing list