From 9daa0151763ef8aed0fbaf3237c4ff0dfbfb710f Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 20 Nov 2022 05:59:37 +0000 Subject: [PATCH] python-structlog: update to 22.2.0 --- mingw-w64-python-structlog/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-structlog/PKGBUILD b/mingw-w64-python-structlog/PKGBUILD index 85c85f96bd..3a23304be0 100644 --- a/mingw-w64-python-structlog/PKGBUILD +++ b/mingw-w64-python-structlog/PKGBUILD @@ -3,7 +3,7 @@ _realname=structlog pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=22.1.0 +pkgver=22.2.0 pkgrel=1 pkgdesc="Structured Logging for Python (mingw-w64)" url="https://www.structlog.org" @@ -12,8 +12,10 @@ arch=('any') mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clang32' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" - "${MINGW_PACKAGE_PREFIX}-python-flit-core" - "${MINGW_PACKAGE_PREFIX}-python-installer") + "${MINGW_PACKAGE_PREFIX}-python-installer" + "${MINGW_PACKAGE_PREFIX}-python-hatchling" + "${MINGW_PACKAGE_PREFIX}-python-hatch-vcs" + "${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-freezegun" "${MINGW_PACKAGE_PREFIX}-python-pretend" @@ -23,8 +25,8 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-greenlet" "${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-rich") -source=("$_realname-$pkgver.tar.gz::https://github.com/hynek/structlog/archive/$pkgver.tar.gz") -sha256sums=('37d171af4e99b55f6b8eaad7439f10e1a979eefadfcca6d369a82eacd07edc71') +source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") +sha256sums=('4edfe1d9f15f8a4bf365a817f7182af5d610596c155434b7564bfe7d40c2753c') build() { msg "Python build for ${MSYSTEM}"