Skip to content

Commit

Permalink
python-zipp: update to 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Oct 4, 2023
1 parent 9b8ee2e commit 8b01f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-zipp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.16.2
pkgver=3.17.0
pkgrel=1
pkgdesc="Pathlib-compatible object wrapper for zip files (mingw-w64)"
arch=('any')
Expand All @@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/jaraco/zipp/archive/v${pkgver}.tar.gz")
sha512sums=('7a7df71661b844bb2fd1b75718745c44a12487c61af2bbe31bdfa9dc54793ac0036b1bc6c0a842fc91e353d027b6c014163ce6a904cc1827649ed55faf39daf8')
sha512sums=('96ab242c911ba5ff291e0b02074937e4eb9c559c250e3fbe25697ae8cb5ae1f041eebb267a29dd1d17eeade4d548704ce5054d43fc7480a669a56818ac8ad24b')

prepare() {
# Set version for setuptools_scm
Expand Down

0 comments on commit 8b01f1d

Please sign in to comment.