From 599c6c35c194b43e1b0c052401b66ac6f2d5343d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Sep 2023 10:07:00 +0200 Subject: [PATCH 1/4] Revert "python-anyio: update to 4.0.0" This reverts commit bb7812ed75d53866f759f9a51f8b5bcc33255f44. --- mingw-w64-python-anyio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-anyio/PKGBUILD b/mingw-w64-python-anyio/PKGBUILD index 542e2bcd5b..2ad9cf804f 100644 --- a/mingw-w64-python-anyio/PKGBUILD +++ b/mingw-w64-python-anyio/PKGBUILD @@ -3,8 +3,8 @@ _realname=anyio pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=4.0.0 -pkgrel=1 +pkgver=3.7.0 +pkgrel=2 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -22,7 +22,7 @@ makedepends=( ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm ${MINGW_PACKAGE_PREFIX}-python-wheel) source=(https://github.com/agronholm/${_realname}/archive/${pkgver}.tar.gz) -sha256sums=('518a6f319b174b5b7de126ae983035d2205df4ef0f39eb23ac4139cbb1bf3c49') +sha256sums=('2f8c7bede49fa8344a96feee63de52fb9b02881dc3137cd4b5cc770d5cc4b436') prepare() { rm -rf python-build-${MSYSTEM} | true From fbc055c3e3b68d774848b7bb651fb3c6c76531a7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Sep 2023 10:07:26 +0200 Subject: [PATCH 2/4] Revert "python-starlette: update to 0.31.1" This reverts commit 41fd5f246e4a4a2fccdd61b0490d4b31c6f5dfd9. --- mingw-w64-python-starlette/PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mingw-w64-python-starlette/PKGBUILD b/mingw-w64-python-starlette/PKGBUILD index c4212a2f8a..8753d7be30 100644 --- a/mingw-w64-python-starlette/PKGBUILD +++ b/mingw-w64-python-starlette/PKGBUILD @@ -3,8 +3,8 @@ _realname=starlette pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.31.1 -pkgrel=1 +pkgver=0.27.0 +pkgrel=2 pkgdesc="The little ASGI framework that shines (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') @@ -14,12 +14,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-anyio") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" - "${MINGW_PACKAGE_PREFIX}-python-hatchling" - "${MINGW_PACKAGE_PREFIX}-python-wheel") + "${MINGW_PACKAGE_PREFIX}-python-hatchling") optdepends=("${MINGW_PACKAGE_PREFIX}-python-itsdangerous: for session middleware support" "${MINGW_PACKAGE_PREFIX}-python-jinja: for jinja templates") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('a4dc2a3448fb059000868d7eb774dd71229261b6d49b6851e7849bec69c0a011') +sha256sums=('6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75') prepare() { rm -rf python-build-${MSYSTEM} | true From 3014b97dd58420d3095d5b2bb240555966ce5f91 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Sep 2023 10:08:19 +0200 Subject: [PATCH 3/4] bump epoch for reverts --- mingw-w64-python-anyio/PKGBUILD | 1 + mingw-w64-python-starlette/PKGBUILD | 1 + 2 files changed, 2 insertions(+) diff --git a/mingw-w64-python-anyio/PKGBUILD b/mingw-w64-python-anyio/PKGBUILD index 2ad9cf804f..424e8b2e9e 100644 --- a/mingw-w64-python-anyio/PKGBUILD +++ b/mingw-w64-python-anyio/PKGBUILD @@ -5,6 +5,7 @@ pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} pkgver=3.7.0 pkgrel=2 +epoch=1 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') diff --git a/mingw-w64-python-starlette/PKGBUILD b/mingw-w64-python-starlette/PKGBUILD index 8753d7be30..6fff10f0fd 100644 --- a/mingw-w64-python-starlette/PKGBUILD +++ b/mingw-w64-python-starlette/PKGBUILD @@ -3,6 +3,7 @@ _realname=starlette pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") +epoch=1 pkgver=0.27.0 pkgrel=2 pkgdesc="The little ASGI framework that shines (mingw-w64)" From c34a32a77cdef377a0d637a109bb9b200c0635d4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 18 Sep 2023 10:59:16 +0200 Subject: [PATCH 4/4] python-anyio: Update to 3.7.1 --- mingw-w64-python-anyio/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-anyio/PKGBUILD b/mingw-w64-python-anyio/PKGBUILD index 424e8b2e9e..d2379002f0 100644 --- a/mingw-w64-python-anyio/PKGBUILD +++ b/mingw-w64-python-anyio/PKGBUILD @@ -3,8 +3,8 @@ _realname=anyio pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=3.7.0 -pkgrel=2 +pkgver=3.7.1 +pkgrel=3 epoch=1 pkgdesc='High level compatibility layer for multiple asynchronous event loop implementations (mingw-w64)' arch=('any') @@ -23,7 +23,7 @@ makedepends=( ${MINGW_PACKAGE_PREFIX}-python-setuptools-scm ${MINGW_PACKAGE_PREFIX}-python-wheel) source=(https://github.com/agronholm/${_realname}/archive/${pkgver}.tar.gz) -sha256sums=('2f8c7bede49fa8344a96feee63de52fb9b02881dc3137cd4b5cc770d5cc4b436') +sha256sums=('aa8ed0d799e61b61f7888e13668d36b467e3368129e8efa92bbf62a9cf063f84') prepare() { rm -rf python-build-${MSYSTEM} | true