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

Felix Yan felixonmars at archlinux.org
Thu Oct 25 19:01:46 UTC 2018


    Date: Thursday, October 25, 2018 @ 19:01:46
  Author: felixonmars
Revision: 399033

upgpkg: python-aniso8601 4.0.1-1

Modified:
  python-aniso8601/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 18:57:02 UTC (rev 399032)
+++ PKGBUILD	2018-10-25 19:01:46 UTC (rev 399033)
@@ -2,16 +2,17 @@
 
 pkgbase=python-aniso8601
 pkgname=(python-aniso8601 python2-aniso8601)
-pkgver=3.0.2
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="A library for parsing ISO 8601 strings."
 url="https://bitbucket.org/nielsenb/aniso8601"
 license=('BSD')
 arch=('any')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-dateutil' 'python2-dateutil')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-dateutil' 'python2-dateutil'
+              'python-mock' 'python2-mock')
 source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz")
-sha512sums=('828d5c509fff869036b3a616d7f8591d09eae38d05d9143e9218a000edd739d39f9354171380e848beb9f8904a90c8814d45eff0506caab1842014506376225a')
+sha512sums=('8d4247289fb87c76fe36774730c44a7870e3ee8807043e8ece0aa30049a025de597bbeb89944e04a4840e8147a3e73a9716bb686f2f8b1aacf51b41e9056bea9')
 
 prepare() {
   mv nielsenb-aniso8601-* aniso8601-$pkgver



More information about the arch-commits mailing list