python-structlog: update to 22.2.0

This commit is contained in:
Mehdi Chinoune
2022-11-20 05:59:37 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0eb5e0f875
commit 9daa015176

View File

@@ -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}"