From 70e45f5e60666578ffcfc8bac2c360d2599b8a29 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Apr 2019 18:32:53 +0000 Subject: [PATCH] main/py-pathlib2: rebuild against python 3.7 --- main/py-pathlib2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py-pathlib2/APKBUILD b/main/py-pathlib2/APKBUILD index c4531fcd400..a65d0c3cf81 100644 --- a/main/py-pathlib2/APKBUILD +++ b/main/py-pathlib2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter pkgname=py-pathlib2 pkgver=2.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="Fork of pathlib aiming to support the full stdlib Python API" url="https://github.com/mcmtroffaes/pathlib2" arch="noarch"