1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00

testing/py3-django-timezone-field: upgrade to 4.0

This commit is contained in:
Leo 2020-02-14 10:27:28 -03:00
parent a1fe55a612
commit de30530cd7

View file

@ -2,8 +2,8 @@
# Maintainer: # Maintainer:
pkgname=py3-django-timezone-field pkgname=py3-django-timezone-field
_pkgname=django-timezone-field _pkgname=django-timezone-field
pkgver=3.1 pkgver=4.0
pkgrel=1 pkgrel=0
pkgdesc="A Django app providing database and form fields for pytz timezone objects" pkgdesc="A Django app providing database and form fields for pytz timezone objects"
options="!check" # Testsuite is only coverage and flake8 tests options="!check" # Testsuite is only coverage and flake8 tests
url="https://pypi.python.org/pypi/django-timezone-field" url="https://pypi.python.org/pypi/django-timezone-field"
@ -30,4 +30,4 @@ package() {
python3 setup.py --quiet install --prefix=/usr --root="$pkgdir" python3 setup.py --quiet install --prefix=/usr --root="$pkgdir"
} }
sha512sums="eb63c9010c4a8e88466a47f695f75a38d38bd64670c4c9cc7622c46c723855d5752313bad0157230bfa98ec642bbc60095348ae5be6d883d67b43ed79973e93b py3-django-timezone-field-3.1.tar.gz" sha512sums="177a13489d8ef990c1c58ce22f4fd989f763ee7d63473898e3e46cfe27d2d2e09e2e777a24bf09ad7a115a50ba35e93021914dfaeafc482cb09c03e319e8279c py3-django-timezone-field-4.0.tar.gz"