Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-marshmallow
Commits:
24711f07 by Felix Yan at 2026-05-21T21:57:05+00:00
upgpkg: 4.1.0-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 = 4.0.1
+ pkgver = 4.1.0
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
- source =
git+https://github.com/marshmallow-code/marshmallow.git#tag=4.0.1
- sha512sums =
89fe14db7abc523db9a4db168fa589a40f5ac1349cf9c42e58d3ee20e7be57369b4e09f7fd453bffbd791180db01cccec94d71b4537c45d6243e40bc71ac258f
+ source =
git+https://github.com/marshmallow-code/marshmallow.git#tag=4.1.0
+ sha512sums =
2d1f656352f75aee44d9ffedf221b33b631046596edb86170586422f0461af303ca3e96c3d294cd13fdbf31328e4153fc129f2398818ed7baedfd28b881e96f2
pkgname = python-marshmallow
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-marshmallow
-pkgver=4.0.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="A lightweight library for converting complex datatypes to and from
native Python datatypes."
url="https://github.com/marshmallow-code/marshmallow"
@@ -11,13 +11,11 @@ depends=('python')
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=('89fe14db7abc523db9a4db168fa589a40f5ac1349cf9c42e58d3ee20e7be57369b4e09f7fd453bffbd791180db01cccec94d71b4537c45d6243e40bc71ac258f')
+sha512sums=('2d1f656352f75aee44d9ffedf221b33b631046596edb86170586422f0461af303ca3e96c3d294cd13fdbf31328e4153fc129f2398818ed7baedfd28b881e96f2')
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
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow/-/commit/24711f0752759c729f81d50ab5370aede0f82284
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow/-/commit/24711f0752759c729f81d50ab5370aede0f82284
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