twine: update to 6.2.0

This commit is contained in:
Dirk Stolle 2025-09-11 22:38:17 +02:00
parent 1b8c1c9c01
commit 55e2f54aee

View File

@ -3,14 +3,17 @@
_realname=twine
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=6.1.0
pkgver=6.2.0
pkgrel=1
pkgdesc='Collection of utilities for interacting with PyPI (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://twine.readthedocs.io/'
msys2_repository_url='https://github.com/pypa/twine'
msys2_changelog_url='https://twine.readthedocs.io/en/stable/changelog.html'
msys2_references=(
'archlinux: twine'
'gentoo: dev-python/twine'
'purl: pkg:pypi/twine'
)
license=('Apache-2.0')
@ -33,7 +36,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
provides=("${MINGW_PACKAGE_PREFIX}-python-twine")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('be324f6272eff91d07ee93f251edf232fc647935dd585ac003539b42404a8dbd')
sha256sums=('e5ed0d2fd70c9959770dce51c8f39c8945c574e18173a7b81802dab51b4b75cf')
prepare() {
cd "${_realname}-${pkgver}"