python3-Arrow: update to 1.2.3
This commit is contained in:
parent
cda3fdfaaf
commit
4ff611b21e
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'python3-Arrow'
|
||||
pkgname=python3-Arrow
|
||||
version=0.15.5
|
||||
revision=4
|
||||
version=1.2.3
|
||||
revision=1
|
||||
wrksrc="arrow-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-dateutil"
|
||||
checkdepends="${depends} python3-pytest python3-pytest-cov python3-pytest-mock
|
||||
python3-pytz python3-simplejson"
|
||||
short_desc="Better dates & times for Python (Python3)"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/crsmithdev/arrow"
|
||||
homepage="https://github.com/arrow-py/arrow"
|
||||
changelog="https://raw.githubusercontent.com/arrow-py/arrow/master/CHANGELOG.rst"
|
||||
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
||||
checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
|
||||
checksum=3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1
|
||||
|
|
Loading…
Reference in New Issue