From 675b25c331fe20e8af2bd57a7b8e35861c5c03ca Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail@fabian-affolter.ch>
Date: Thu, 1 Nov 2018 10:55:15 +0000
Subject: [PATCH] testing/py-astral: upgrade to 1.7.1

---
 testing/py-astral/APKBUILD | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/testing/py-astral/APKBUILD b/testing/py-astral/APKBUILD
index 8929df20b883..bb67c14a7374 100644
--- a/testing/py-astral/APKBUILD
+++ b/testing/py-astral/APKBUILD
@@ -2,12 +2,14 @@
 # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
 pkgname=py-astral
 _pkgname=astral
-pkgver=1.6.1
+pkgver=1.7.1
 pkgrel=0
 pkgdesc="Calculations for the position of the sun and moon"
 url="https://pypi.python.org/pypi/astral/"
 arch="noarch"
 license="Apache-2.0"
+# Disable tests for now because they require an API key
+options="!check"
 depends="py-tz"
 makedepends="python2-dev python3-dev py-setuptools"
 subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
@@ -51,4 +53,4 @@ _py() {
 	$python setup.py install --prefix=/usr --root="$subpkgdir"
 }
 
-sha512sums="c987e642224b503b334716a670e85100dd7dcab7c00105be9c2816653dc4c143869a05ff84dd3e1d3d1ab1e968217464f08a759e27e5061bd994a49ffb081e1f  astral-1.6.1.tar.gz"
+sha512sums="151bcc76e6cc3a84cf0e894f57c7c0c02464f6ad93aa3c1adc88064f7e781ed5e7ec0473f616700b504f756c78800b02817d79f1c216733e474242ea9af1e45f  astral-1.7.1.tar.gz"
-- 
GitLab