Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-marshmallow


Commits:
04552533 by Felix Yan at 2026-05-05T15:05:16+08:00
upgpkg: 3.26.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-marshmallow
        pkgdesc = A lightweight library for converting complex datatypes to and 
from native Python datatypes.
-       pkgver = 3.26.0
+       pkgver = 3.26.1
        pkgrel = 1
        url = https://github.com/marshmallow-code/marshmallow
        arch = any
@@ -12,7 +12,7 @@ pkgbase = python-marshmallow
        makedepends = python-installer
        makedepends = python-flit-core
        depends = python-packaging
-       source = 
git+https://github.com/marshmallow-code/marshmallow.git#tag=3.26.0
-       sha512sums = 
35a3aae8594a3ab20358a2ab6d0d0f9a0381701e13f1223c67b76421244c6a70f0bf2d2c6f683807882ce4f1579dab2be9773b6a7e06de3be8543524acdb92d2
+       source = 
git+https://github.com/marshmallow-code/marshmallow.git#tag=3.26.1
+       sha512sums = 
675bac051860fc6a3c31b2126f2b175b32f9e1aef28f18f8b5cd28c9d559728c24fd51c1bd102e369a6a0cc3c604ca6c72d9bffe6d66982de3642654a360d430
 
 pkgname = python-marshmallow


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-marshmallow
-pkgver=3.26.0
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="A lightweight library for converting complex datatypes to and from 
native Python datatypes."
 url="https://github.com/marshmallow-code/marshmallow";
@@ -11,10 +11,11 @@ depends=('python-packaging')
 makedepends=('git' 'python-build' 'python-installer' 'python-flit-core')
 checkdepends=('python-pytest' 'python-simplejson')
 source=("git+https://github.com/marshmallow-code/marshmallow.git#tag=$pkgver";)
-sha512sums=('35a3aae8594a3ab20358a2ab6d0d0f9a0381701e13f1223c67b76421244c6a70f0bf2d2c6f683807882ce4f1579dab2be9773b6a7e06de3be8543524acdb92d2')
+sha512sums=('675bac051860fc6a3c31b2126f2b175b32f9e1aef28f18f8b5cd28c9d559728c24fd51c1bd102e369a6a0cc3c604ca6c72d9bffe6d66982de3642654a360d430')
 
 prepare() {
   cd marshmallow
+  sed -i 's/"flit_core<4"/"flit_core"/' pyproject.toml
   # Handle Python 3.14's changed datetime overflow error message in tests.
   sed -i 's/match="out of range"/match=r"out of range|year must be in 
1\\.\\.9999"/' tests/test_utils.py
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow/-/commit/04552533b9f62109055433ceb927adf8359bddfd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow/-/commit/04552533b9f62109055433ceb927adf8359bddfd
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to