Date: Wednesday, November 21, 2018 @ 14:08:46 Author: dvzrv Revision: 409275
upgpkg: todoman 3.5.0-1 Upgrading to 3.5.0. Removing export of TZ settings, as the issue around it seems fixed upstream. Modified: todoman/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-21 14:06:24 UTC (rev 409274) +++ PKGBUILD 2018-11-21 14:08:46 UTC (rev 409275) @@ -1,6 +1,6 @@ # Maintainer: David Runge <[email protected]> pkgname=todoman -pkgver=3.4.1 +pkgver=3.5.0 pkgrel=1 pkgdesc="A simple, standards-based, cli todo (aka: task) manager" arch=('any') @@ -14,7 +14,7 @@ 'python-click-repl: REPL command' 'zsh-completions: auto-complete in zsh') source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('dd56197a138c0f9b0a7640fe664f801a8b01378196ea1220985770e605e2dce82e9ae37da82e13f6b09ee31aad70d1dafa9b6bfe22f3fdbb057ee64f419c09b3') +sha512sums=('673e87708eae0740d80539bbc2c5b423d4604d0ba12789d5ad0de788af6de5323a22e83a4532038bd01b75574dcd2ab5c7d5dff4a01df8347843482fd5992769') prepare() { cd "$pkgname-$pkgver" @@ -30,9 +30,6 @@ check() { cd "$pkgname-$pkgver" export PYTHONPATH="${PYTHONPATH}:${PWD}" - # export timezone, so tests pick them up correctly - # https://github.com/pimutils/todoman/issues/320 - export TZ=UTC py.test }
