Skip to content

Commit

Permalink
python-starlette: update to 0.38.5
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and Biswa96 committed Sep 9, 2024
1 parent 7b6a5e3 commit 3379991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-starlette/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=starlette
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
epoch=1
pkgver=0.38.4
pkgver=0.38.5
pkgrel=1
pkgdesc="The little ASGI framework that shines (mingw-w64)"
arch=('any')
Expand All @@ -26,7 +26,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-itsdangerous: for session middleware
"${MINGW_PACKAGE_PREFIX}-python-yaml: for schema generator"
"${MINGW_PACKAGE_PREFIX}-python-httpx: for test client")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379')
sha256sums=('04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077')

prepare() {
rm -rf python-build-${MSYSTEM} | true
Expand Down

0 comments on commit 3379991

Please sign in to comment.