diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-26 18:41:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-27 02:08:14 -0300 |
commit | 37edb64493ae73ea2ab9264edac7be791641b450 (patch) | |
tree | adbfc2b075f2982364d29cefc7531cab39db7591 /testing/py3-dill | |
parent | af86bbfd8ab51c27be6325a7cc3031e64a0c9dcc (diff) | |
download | aports-37edb64493ae73ea2ab9264edac7be791641b450.tar.bz2 aports-37edb64493ae73ea2ab9264edac7be791641b450.tar.xz |
testing/py3-dill: upgrade to 0.3.0
Diffstat (limited to 'testing/py3-dill')
-rw-r--r-- | testing/py3-dill/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-dill/APKBUILD b/testing/py3-dill/APKBUILD index cc0f9bff42..cc7ec0a919 100644 --- a/testing/py3-dill/APKBUILD +++ b/testing/py3-dill/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-dill _pyname=dill -pkgver=0.2.9 +pkgver=0.3.0 pkgrel=0 pkgdesc="Python serializer supporting a broader range of types than pickle" url="https://pypi.org/projects/dill/" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b395f59a4f45cda0eb82a4ea4da03232a645daeba988b4578f8d62ef3de2b755d04cee53caa19a17ca35b64802312ec92b7d64066b494c4f954a28edcdd7742c dill-0.2.9.tar.gz" +sha512sums="d3e36716ec264fab2532264e82dedf2a0923ed11f2517b3df6e5576159d5701f336125e7967a37f4c80c37f60abf584b9f7cd4225ed68f942dca7af500c091cf dill-0.3.0.tar.gz" |