Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-marshmallow-sqlalchemy
Commits:
5ce717f3 by Maxime Gauduin at 2024-09-08T14:44:28+02:00
upgpkg: 1.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-marshmallow-sqlalchemy
pkgdesc = SQLAlchemy integration with marshmallow
- pkgver = 1.0.0
- pkgrel = 3
+ pkgver = 1.1.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=dc88552ae220d9810df76d40bbf9d6f513fc3504
- sha256sums = SKIP
+ source =
git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=7ce0b0aadc30244cde2170b05f98a60ac246ab6d
+ sha256sums =
478ab49688e3462469d0ac39e0c60628240a061db6ef488f8eca1fcc9d6c8785
pkgname = python-marshmallow-sqlalchemy
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-marshmallow-sqlalchemy
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
pkgdesc='SQLAlchemy integration with marshmallow'
url=https://marshmallow-sqlalchemy.readthedocs.io/
arch=(any)
@@ -17,9 +17,9 @@ makedepends=(
python-flit-core
python-installer
)
-_tag=dc88552ae220d9810df76d40bbf9d6f513fc3504
+_tag=7ce0b0aadc30244cde2170b05f98a60ac246ab6d
source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
-sha256sums=(SKIP)
+sha256sums=('478ab49688e3462469d0ac39e0c60628240a061db6ef488f8eca1fcc9d6c8785')
pkgver() {
cd marshmallow-sqlalchemy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow-sqlalchemy/-/commit/5ce717f3b0728090ca78d18429287f15830e63d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-marshmallow-sqlalchemy/-/commit/5ce717f3b0728090ca78d18429287f15830e63d2
You're receiving this email because of your account on gitlab.archlinux.org.