From 69fdd96569a55de30e829f8fe4013aaee57691ab Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Fri, 11 Oct 2019 11:36:43 -0300 Subject: [PATCH] testing/py3-tomlkit: upgrade to 0.5.8 --- testing/py3-tomlkit/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-tomlkit/APKBUILD b/testing/py3-tomlkit/APKBUILD index 9408ace350b9..654248676cd1 100644 --- a/testing/py3-tomlkit/APKBUILD +++ b/testing/py3-tomlkit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-tomlkit _realname=tomlkit -pkgver=0.5.7 +pkgver=0.5.8 pkgrel=0 pkgdesc="Python3 library for parsing and modifying TOML" url="https://github.com/sdispater/tomlkit" @@ -27,4 +27,4 @@ package() { rm -rf "$pkgdir"/usr/lib/python3*/site-packages/tests } -sha512sums="3626c72bdac933b8303eb52c8963ccb8520ee364736f60a2e244a2f1df07e46355a2ae56dfbabc2a004e9f84380f616745c0655fd5db24c1524cec5b1451bdb1 tomlkit-0.5.7.tar.gz" +sha512sums="e224ad4522279ea94977eb60739d2a43ddbb2d60bac5d00eaa0a93e06cded14eb030c3438ec4be982437c75cc317d89c674fc9e00239e12f41a4ac57285be3e1 tomlkit-0.5.8.tar.gz" -- GitLab