aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tzlocal
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-30 00:39:39 +0200
committerprspkt <prspkt@protonmail.com>2019-03-30 00:47:08 +0200
commitaeb1d5e27803f1eda095c80d676b55633e5df223 (patch)
tree3b3f953a1b1204a6a384e58c1ffb601fc9ccf9a1 /testing/py3-tzlocal
parentd3b3302a899983223bb225fac1a95cebadcdc35f (diff)
downloadaports-aeb1d5e27803f1eda095c80d676b55633e5df223.tar.bz2
aports-aeb1d5e27803f1eda095c80d676b55633e5df223.tar.xz
testinf/py3-tzlocal: upgrade to 1.5.1
- Clarify license, point url to github.com.
Diffstat (limited to 'testing/py3-tzlocal')
-rw-r--r--testing/py3-tzlocal/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-tzlocal/APKBUILD b/testing/py3-tzlocal/APKBUILD
index 05cb32e156..574f55106e 100644
--- a/testing/py3-tzlocal/APKBUILD
+++ b/testing/py3-tzlocal/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer:
pkgname=py3-tzlocal
_pkgname=tzlocal
-pkgver=1.4
-pkgrel=1
+pkgver=1.5.1
+pkgrel=0
pkgdesc="Python tzinfo object for the local timezone"
-url="http://pytz.sourceforge.net/"
+url="https://github.com/regebro/tzlocal"
arch="noarch"
-license="CC0-1.0"
+license="MIT"
provides="py-tzlocal" # for backwards compatibility
provides="py-tzlocal=$pkgver-r$pkgrel" # for backwards compatibility
depends="python3 py3-tz"
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e846f00cb0571da0c891ca8576d614ebfed622431201c713ef38a80fc990fa19298873bad74e5020648ec4b8307ce8362412e0e05d260121e9d70691814a321b tzlocal-1.4.tar.gz"
+sha512sums="9141e3941435fa16afe040f49b8225cdc3434e10003275fe5df9166cb9562764a51c83bc16b6d5be197feb45c913859a37393e13285f0e612510ce076a6451d9 tzlocal-1.5.1.tar.gz"