python-rope: update to 1.6.0

This commit is contained in:
Mehdi Chinoune
2022-12-17 05:12:41 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent fc34ceecdd
commit 7bf69ffd03

View File

@@ -3,7 +3,7 @@
_realname=rope
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=1.5.1
pkgver=1.6.0
pkgrel=1
pkgdesc='A python refactoring library (mingw-w64)'
arch=('any')
@@ -16,7 +16,7 @@ depends=(
makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools)
source=("https://github.com/python-rope/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('bf37de884cc0bb7a57e4cdf48117dbc8c3e23ea265309f286c5e6f8672058d83')
sha256sums=('5ce2cdae8fa3d08a4f6f308f172037e8cb7a74c626e9e64ea9f52a1a23d5c22c')
prepare() {
cd "${srcdir}"