diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 15:09:07 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 16:15:55 +0100 |
commit | 24dae8fefb320390fa4a66c213342bd7bb996e99 (patch) | |
tree | b9dbc5fe0c7e72737a634d4e057fc97ad48188c8 /main | |
parent | 15753c40f8a7714627bf3a67b4ec3dcb1191eced (diff) | |
download | aports-24dae8fefb320390fa4a66c213342bd7bb996e99.tar.bz2 aports-24dae8fefb320390fa4a66c213342bd7bb996e99.tar.xz |
main/py3-pluggy: upgrade to 0.13.1
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-pluggy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-pluggy/APKBUILD b/main/py3-pluggy/APKBUILD index 65ba44f516..2e24e1565c 100644 --- a/main/py3-pluggy/APKBUILD +++ b/main/py3-pluggy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=py3-pluggy _pkgname=${pkgname#py3-*} -pkgver=0.13.0 +pkgver=0.13.1 pkgrel=0 pkgdesc="Plugin management and hook calling for Python" options="!check" # Requires py3-flake8 which is not in main @@ -27,4 +27,4 @@ check() { python3 -m pytest } -sha512sums="82cf7d8aa4a0e09f8ba5048cd7ce038f34ca1453fe0c5a7926a2113e64528d0861955f8544035b4ffd61f0227e3d30d8d4180a05bf80e0de4809546e990bd4c7 pluggy-0.13.0.tar.gz" +sha512sums="eb747ff341cedacbd90eb20e22ad3d1ddf5588056f14d069f56331f4141a15b7eccaee23ea196d2f4906964ddb77a79b156bbf3ef8c8083e9952c55d13d55f3e pluggy-0.13.1.tar.gz" |