Merge pull request #20091 from lazka/python-setuptools-69.1.0

python-setuptools: Update to 69.1.0
This commit is contained in:
Christoph Reiter 2024-02-17 21:40:09 +01:00 committed by GitHub
commit 6b16df2468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,8 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}" conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools<42.0.2") "${MINGW_PACKAGE_PREFIX}-python2-setuptools<42.0.2")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=69.0.3 pkgver=69.1.0
pkgrel=2 pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)" pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)"
arch=('any') arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@ -54,7 +54,7 @@ source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realna
'0009-launcher-revert-symlink-resolve.patch' '0009-launcher-revert-symlink-resolve.patch'
'0010-support-py_limited_api.patch' '0010-support-py_limited_api.patch'
'184.patch') '184.patch')
sha256sums=('be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78' sha256sums=('850894c4195f09c4ed30dba56213bf7c3f21d86ed6bdaafb5df5972593bfc401'
'7b196884ac0151801f9638dabbf9a789fa9070a3b07a4c9e625c5523e8d47387' '7b196884ac0151801f9638dabbf9a789fa9070a3b07a4c9e625c5523e8d47387'
'fa54581e3dddb9f4edd332dedbc101f48939a9ca5878e13cf9cf9b3408bc8c22' 'fa54581e3dddb9f4edd332dedbc101f48939a9ca5878e13cf9cf9b3408bc8c22'
'39503256652c7c23ce07e26539e8123d269eb5c09f5d9b07e5784b2d7fb8c96f' '39503256652c7c23ce07e26539e8123d269eb5c09f5d9b07e5784b2d7fb8c96f'