diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 14:48:15 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-30 15:44:38 -0300 |
commit | 4a4ad06a7087aa42e56d5f180576570ba2f13029 (patch) | |
tree | f535bd4b8afc994ea41e9370bc0f508012774e7f /testing/py3-tomlkit | |
parent | 80478b85ee11623937133b151a0a9705f4ff258b (diff) | |
download | aports-4a4ad06a7087aa42e56d5f180576570ba2f13029.tar.bz2 aports-4a4ad06a7087aa42e56d5f180576570ba2f13029.tar.xz |
testing/py3-tomlkit: upgrade to 0.5.4
Diffstat (limited to 'testing/py3-tomlkit')
-rw-r--r-- | testing/py3-tomlkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-tomlkit/APKBUILD b/testing/py3-tomlkit/APKBUILD index df1c1d1770..43a1820d8b 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.3 +pkgver=0.5.4 pkgrel=0 pkgdesc="Python3 library for parsing and modifying TOML" options="!check" # No tests on pypi tarball, github uses pyproject.toml @@ -22,4 +22,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="90939b380fb8c58a1825c45740d599f116adf5075b1efb327ceb72353b1d1b3d6d6b960ed7673d46af586fc3ed56a866a6a8eb8dfc2a78ea128b5b7f214b0b55 tomlkit-0.5.3.tar.gz" +sha512sums="7537cca7a4af491d48211739b4f90533d3b5aaad43184c9c414251bc7ccc5531e1b9effd3a92710a6e83207227639d238cebd48a1839e24b0416025af82fb045 tomlkit-0.5.4.tar.gz" |