From 55e2f54aee6bcb16fec34289298978f1e93e8c6f Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 11 Sep 2025 22:38:17 +0200 Subject: [PATCH] twine: update to 6.2.0 --- mingw-w64-twine/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-w64-twine/PKGBUILD b/mingw-w64-twine/PKGBUILD index 0e427afc8b..43956f58a9 100644 --- a/mingw-w64-twine/PKGBUILD +++ b/mingw-w64-twine/PKGBUILD @@ -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}"