Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-flask-marshmallow
Commits:
a3a5a710 by Maxime Gauduin at 2025-03-14T11:54:35+01:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-flask-marshmallow
pkgdesc = Flask + marshmallow for beautiful APIs
- pkgver = 1.2.1
- pkgrel = 4
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://flask-marshmallow.readthedocs.io/
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-flask-marshmallow
depends = python-werkzeug
optdepends = python-flask-sqlalchemy: SQLAlchemy integration
optdepends = python-marshmallow-sqlalchemy: SQLAlchemy integration
- source =
git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=7ea089d21d39f1d4abc549a4e7c8622c872c152b
- b2sums =
a650a9002d8e6f862e38fc34d7072cb73043b3110c4eada5029b0f1a5f88278ae1a6abb84844235fd91c41c36d2901358173ca538609bb8d4d1d6258edef9a91
+ source =
git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=52721ecab6eb9d1775cbb969d90b771e8f1e8a51
+ b2sums =
791c8271464ce54becd6899421bc5003ca3bc6bc3b6b463546c0c375dde1054c5379f07c85ec625885a41174738910d5f5b17070a699c367a141991130f03997
pkgname = python-flask-marshmallow
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-flask-marshmallow
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
pkgdesc='Flask + marshmallow for beautiful APIs'
url=https://flask-marshmallow.readthedocs.io/
arch=(any)
@@ -28,9 +28,9 @@ optdepends=(
'python-flask-sqlalchemy: SQLAlchemy integration'
'python-marshmallow-sqlalchemy: SQLAlchemy integration'
)
-_tag=7ea089d21d39f1d4abc549a4e7c8622c872c152b
+_tag=52721ecab6eb9d1775cbb969d90b771e8f1e8a51
source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${_tag})
-b2sums=('a650a9002d8e6f862e38fc34d7072cb73043b3110c4eada5029b0f1a5f88278ae1a6abb84844235fd91c41c36d2901358173ca538609bb8d4d1d6258edef9a91')
+b2sums=('791c8271464ce54becd6899421bc5003ca3bc6bc3b6b463546c0c375dde1054c5379f07c85ec625885a41174738910d5f5b17070a699c367a141991130f03997')
pkgver() {
cd flask-marshmallow
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-marshmallow/-/commit/a3a5a710722a0a0034fbb3e28f1c4d28a473f367
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-marshmallow/-/commit/a3a5a710722a0a0034fbb3e28f1c4d28a473f367
You're receiving this email because of your account on gitlab.archlinux.org.