python-poetry: update to 1.5.0

This commit is contained in:
Mehdi Chinoune
2023-05-19 18:07:40 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 12d5129c6e
commit 5459f2a620

View File

@@ -3,7 +3,7 @@
_realname=poetry
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.4.2
pkgver=1.5.0
pkgrel=1
pkgdesc="Python dependency management and packaging made easy (mingw-w64)"
arch=('any')
@@ -41,7 +41,7 @@ depends=(
"${MINGW_PACKAGE_PREFIX}-python-urllib3"
)
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0bd580a42482579635e774c5286ef73b8df3427567123cdb128b286cec671b3c')
sha256sums=('4fc7d37cf400739dcfcbb666db97fd74c46eaae119dd6ed9c8d5dd7e32c6f06a')
build() {
cd "${srcdir}/${_realname}-${pkgver}"