From d6f252ee151f692f5844e57054b9ee2e4bf67f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <79349457+MehdiChinoune@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:22:16 +0100 Subject: [PATCH] python-jsonschema: update to 4.7.2 --- mingw-w64-python-jsonschema/PKGBUILD | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/mingw-w64-python-jsonschema/PKGBUILD b/mingw-w64-python-jsonschema/PKGBUILD index 3e8d4b5043..c4969f1dd1 100644 --- a/mingw-w64-python-jsonschema/PKGBUILD +++ b/mingw-w64-python-jsonschema/PKGBUILD @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=4.5.1 -pkgrel=4 +pkgver=4.7.2 +pkgrel=1 pkgdesc="An implementation of JSON Schema validation for Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -15,24 +15,15 @@ url="https://github.com/python-jsonschema/jsonschema" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-attrs" - "${MINGW_PACKAGE_PREFIX}-python-importlib-metadata" - "${MINGW_PACKAGE_PREFIX}-python-pyrsistent" - "${MINGW_PACKAGE_PREFIX}-python-setuptools") + "${MINGW_PACKAGE_PREFIX}-python-pyrsistent") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" - "${MINGW_PACKAGE_PREFIX}-python-setuptools-scm" - "${MINGW_PACKAGE_PREFIX}-python-wheel") + "${MINGW_PACKAGE_PREFIX}-python-hatchling" + "${MINGW_PACKAGE_PREFIX}-python-hatch-vcs") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc') - -prepare() { - cd "${srcdir}/${_realname}-${pkgver}" - - # Set version for setuptools_scm - export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} -} +sha256sums=('73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3') build() { cd "${srcdir}"