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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 9 07:01:56 UTC 2019


    Date: Monday, September 9, 2019 @ 07:01:55
  Author: alucryd
Revision: 509037

upgpkg: python-arrow 0.15.0-1

Modified:
  python-arrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 03:05:05 UTC (rev 509036)
+++ PKGBUILD	2019-09-09 07:01:55 UTC (rev 509037)
@@ -2,7 +2,7 @@
 # Contributor: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
 
 pkgname=python-arrow
-pkgver=0.14.5
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Better dates and times for Python'
 arch=(any)
@@ -15,13 +15,20 @@
 )
 checkdepends=(
   python-chai
+  python-mock
   python-nose
   python-pytz
   python-simplejson
 )
-source=(git+https://github.com/crsmithdev/arrow.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(git+https://github.com/crsmithdev/arrow.git#tag=fed02b456fc81b6215e08c6698ae42a4dcba4cc8)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd arrow
+
+  git describe --tags
+}
+
 build() {
   cd arrow
 



More information about the arch-commits mailing list