Skip to content

Commit e72a3ec

Browse files
authored
Various Python packages updates (#24792)
1 parent 4a6f53f commit e72a3ec

File tree

19 files changed

+43
-43
lines changed

19 files changed

+43
-43
lines changed

mingw-w64-python-alembic/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=alembic
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.16.2
6+
pkgver=1.16.4
77
pkgrel=1
88
pkgdesc="Lightweight database migration tool for usage with SQLAlchemy (mingw-w64)"
99
arch=('any')
@@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
2424
"${MINGW_PACKAGE_PREFIX}-python-mock")
2525
options=('!strip')
2626
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
27-
sha256sums=('e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8')
27+
sha256sums=('efab6ada0dd0fae2c92060800e0bf5c1dc26af15a10e02fb4babff164b4725e2')
2828

2929
build() {
3030
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-eventlet/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=eventlet
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.40.0
6+
pkgver=0.40.1
77
pkgrel=1
88
pkgdesc="Highly concurrent networking library (mingw-w64)"
99
arch=('any')
@@ -33,7 +33,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2"
3333
"${MINGW_PACKAGE_PREFIX}-python-mock"
3434
"${MINGW_PACKAGE_PREFIX}-python-pyzmq")
3535
source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz)
36-
sha256sums=('f659d735e06795a26167b666008798c7a203fcd8119b08b84036e41076432ff1')
36+
sha256sums=('aee74de74ac6634a1dac1ed58dc93b5dc2abaef3c7b5e76fd7f195f1662f25ef')
3737

3838
prepare() {
3939
cd "${srcdir}/${_realname}-${pkgver}"

mingw-w64-python-google-auth/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=google-auth
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.40.2
6+
pkgver=2.40.3
77
pkgrel=1
88
pkgdesc='Google Authentication Library (mingw-w64)'
99
arch=('any')
@@ -36,7 +36,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
3636
"${MINGW_PACKAGE_PREFIX}-python-installer"
3737
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
3838
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
39-
sha256sums=('a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58')
39+
sha256sums=('500c3a29adedeb36ea9cf24b8d10858e152f2412e3ca37829b3fa18e33d63b77')
4040

4141
build() {
4242
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-greenlet/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=greenlet
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=3.2.2
6+
pkgver=3.2.3
77
pkgrel=1
88
pkgdesc="Lightweight in-process concurrent programming (mingw-w64)"
99
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
2020
"${MINGW_PACKAGE_PREFIX}-python-installer"
2121
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2222
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
23-
sha256sums=('ad053d34421a2debba45aa3cc39acf454acbcd025b3fc1a9f8a0dee237abd485')
23+
sha256sums=('8b0dd8ae4c0d6f5e54ee55ba935eeb3d735a9b58a8a1e5b5cbab64e01a39f365')
2424

2525
build() {
2626
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-hid/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=hid
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.0.7
6+
pkgver=1.0.8
77
pkgrel=1
88
pkgdesc="Python hidapi bindings in ctypes (aka pyhidapi) (mingw-w64)"
99
arch=('any')
@@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
1919
"${MINGW_PACKAGE_PREFIX}-python-installer"
2020
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
2121
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
22-
sha256sums=('3f809e292ab52c4435ad1442c8ef205be4c9ca4eeb80fb47c7d98e0c75527b2a')
22+
sha256sums=('5ca129a7b9434ace5e3e429c1092a16792feffaf067a46b666e9c586872cdcfe')
2323

2424
build() {
2525
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-igraph/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_realname=igraph
22
pkgbase=mingw-w64-python-${_realname}
33
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
4-
pkgver=0.11.8
4+
pkgver=0.11.9
55
pkgrel=1
66
pkgdesc="Python interface to the igraph high performance graph library, primarily aimed at complex network research and analysis. (mingw-w64)"
77
arch=('any')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-pyt
1818
options=('!strip')
1919
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
2020
)
21-
sha256sums=('d7dc1404567ba3b0ea1bf8b5fa6e101617915c8ad11ea5a9f925a40bf4adad7d')
21+
sha256sums=('c57ce44873abcfcfd1d61d7d261e416d352186958e7b5d299cf244efa6757816')
2222

2323
prepare() {
2424
cd "${srcdir}/${_realname}-${pkgver}"

mingw-w64-python-msgpack/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=msgpack
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=1.1.0
7-
pkgrel=2
6+
pkgver=1.1.1
7+
pkgrel=1
88
pkgdesc="MessagePack serializer implementation for Python (mingw-w64)"
99
arch=('any')
1010
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2222
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
2323
"${MINGW_PACKAGE_PREFIX}-python-six")
2424
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
25-
sha256sums=('dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e')
25+
sha256sums=('77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd')
2626

2727
build() {
2828
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-pbs-installer/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=pbs-installer
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2025.7.2
6+
pkgver=2025.7.8
77
pkgrel=1
88
pkgdesc="Installer for Python Build Standalone (mingw-w64)"
99
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2020
"${MINGW_PACKAGE_PREFIX}-python-pdm-backend")
2121
options=('!strip')
2222
source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz")
23-
sha256sums=('72026d253a6f002514aa0bfb4a650a20333102e7679df0fff810b858720598d9')
23+
sha256sums=('6e3c15ad0fb259017b73083b9cfa15d81b416bdee0dadd372c0b794fba478085')
2424

2525
build() {
2626
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-prometheus-client/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=prometheus-client
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.22.0
6+
pkgver=0.22.1
77
pkgrel=1
88
pkgdesc="Prometheus instrumentation library for Python applications (mingw-w64)"
99
arch=('any')
@@ -21,7 +21,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2121
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
2222
"${MINGW_PACKAGE_PREFIX}-python-twisted")
2323
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname/-/_}-${pkgver}.tar.gz")
24-
sha256sums=('18da1d2241ac2d10c8d2110f13eedcd5c7c0c8af18c926e8731f04fc10cd575c')
24+
sha256sums=('190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28')
2525

2626
build() {
2727
cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

mingw-w64-python-pydantic/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=pydantic
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=2.11.5
6+
pkgver=2.11.7
77
pkgrel=1
88
pkgdesc="Data validation and settings management using python type hints (mingw-w64)"
99
arch=('any')
@@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
2525
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
2626
"${MINGW_PACKAGE_PREFIX}-python-hatch-fancy-pypi-readme")
2727
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
28-
sha256sums=('7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a')
28+
sha256sums=('d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db')
2929

3030
build() {
3131
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"

0 commit comments

Comments
 (0)