Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-marshmallow-sqlalchemy
Commits:
56c7b0ba by Maxime Gauduin at 2026-05-28T18:01:17+02:00
upgpkg: 1.5.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-marshmallow-sqlalchemy
pkgdesc = SQLAlchemy integration with marshmallow
- pkgver = 1.4.2.post0
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://marshmallow-sqlalchemy.readthedocs.io/
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-marshmallow-sqlalchemy
makedepends = python-installer
depends = python-marshmallow
depends = python-sqlalchemy
- source =
git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=8bb47a67fb7d108f23e1b9f483ecac2a61e878b9
- sha256sums =
bbd612bf736b7ce85f362cbb99b385546ee9e4da9a49d6758528f8d000bccbc7
+ source =
git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=1.5.0
+ b2sums =
b5706c073a88b51c20438bd69b9d08210cb63f619884951a5790604823a6b137b3fe37c52633e09ed71c8541cba2869195d32827d743bb50f09e269fe237cd6b
pkgname = python-marshmallow-sqlalchemy
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-marshmallow-sqlalchemy
-pkgver=1.4.2.post0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
pkgdesc='SQLAlchemy integration with marshmallow'
url=https://marshmallow-sqlalchemy.readthedocs.io/
arch=(any)
@@ -17,13 +17,13 @@ makedepends=(
python-flit-core
python-installer
)
-_tag=8bb47a67fb7d108f23e1b9f483ecac2a61e878b9
-source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
-sha256sums=('bbd612bf736b7ce85f362cbb99b385546ee9e4da9a49d6758528f8d000bccbc7')
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver})
+b2sums=('b5706c073a88b51c20438bd69b9d08210cb63f619884951a5790604823a6b137b3fe37c52633e09ed71c8541cba2869195d32827d743bb50f09e269fe237cd6b')
-pkgver() {
+prepare() {
cd marshmallow-sqlalchemy
- git describe --tags
+ # System has flit-core 4; upstream pins <4 — widen the constraint
+ sed -i 's/flit_core<4/flit_core>=3.2/' pyproject.toml
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow-sqlalchemy/-/commit/56c7b0ba7a8fa2f4245bd8ac5984fbdc953f3a5a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow-sqlalchemy/-/commit/56c7b0ba7a8fa2f4245bd8ac5984fbdc953f3a5a
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