aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-09 16:03:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-10 02:18:11 +0000
commit557a6cc1836ed350f96d56998cb7bfaad37dab51 (patch)
treebd388261ce704b535200a1e1cf449724165f688e
parente0ef55700ed17d391849617b82aeae95ab16f3b4 (diff)
downloadalpine_aports-557a6cc1836ed350f96d56998cb7bfaad37dab51.tar.bz2
alpine_aports-557a6cc1836ed350f96d56998cb7bfaad37dab51.tar.xz
alpine_aports-557a6cc1836ed350f96d56998cb7bfaad37dab51.zip
community/py3-rope: upgrade to 0.18.0
-rw-r--r--community/py3-rope/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-rope/APKBUILD b/community/py3-rope/APKBUILD
index 7081e4c414..384eb42206 100644
--- a/community/py3-rope/APKBUILD
+++ b/community/py3-rope/APKBUILD
@@ -1,9 +1,9 @@
1# Contributor: Bart Ribbers <bribbers@disroot.org> 1# Contributor: Bart Ribbers <bribbers@disroot.org>
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=py3-rope 3pkgname=py3-rope
4pkgver=0.17.0 4pkgver=0.18.0
5pkgrel=0 5pkgrel=0
6pkgdesc="A Python refactoring library" 6pkgdesc="Python refactoring library"
7url="https://github.com/python-rope/rope" 7url="https://github.com/python-rope/rope"
8arch="noarch" 8arch="noarch"
9license="LGPL-3.0-only" 9license="LGPL-3.0-only"
@@ -24,4 +24,4 @@ package() {
24 python3 setup.py install --prefix=/usr --root="$pkgdir" 24 python3 setup.py install --prefix=/usr --root="$pkgdir"
25} 25}
26 26
27sha512sums="6912b81e71630217cdeefe6bbf697123760ec1191f33bd980977036499cdfcce3e971cb93d7fe6913d8d0f1173e6527d10dba665342a54bc0dada6f66e97aba3 rope-0.17.0.tar.gz" 27sha512sums="97ea627925f50fda3ae3fc16f935d2af291faade5d6c1da90e8891cc77a389350d9eb1fdcaf14ed5b8488a77e146ea5540f3e1eae080bef9aa88341c8ed8497b rope-0.18.0.tar.gz"