Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / python-immutabledict
Commits: b10d5bca by Alexander Epaneshnikov at 2024-02-08T21:59:48+03:00 upgpkg: 4.1.0-1: upstream update - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-immutabledict + pkgdesc = Immutable wrapper around dictionaries (a fork of frozendict) + pkgver = 4.1.0 + pkgrel = 1 + url = https://github.com/corenting/immutabledict + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-poetry-core + depends = python + source = python-immutabledict-4.1.0.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v4.1.0.tar.gz + sha512sums = a2a70cda9c837879ece3494f29e304625e25a6593d38dd7caafea6b0eb92c9b2b030ed9c48d7a9716b65ad7ea02cbc40410063df43d3aee12cecefbc8ff58127 + +pkgname = python-immutabledict ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Alexander Epaneshnikov <[email protected]> pkgname=python-immutabledict -pkgver=3.0.0 +pkgver=4.1.0 pkgrel=1 pkgdesc="Immutable wrapper around dictionaries (a fork of frozendict)" arch=('any') @@ -11,7 +11,7 @@ depends=('python') checkdepends=('python-pytest') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry-core') source=("$pkgname-$pkgver.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v$pkgver.tar.gz") -sha512sums=('f8ccce9efc64b5531ab4547924e13093bd12e0ad9a94988c6a57de47557a7f9f72f8f4de9b401d8fb971964fe36ca075b55e679d6080fc89a200fe6f73c2eef7') +sha512sums=('a2a70cda9c837879ece3494f29e304625e25a6593d38dd7caafea6b0eb92c9b2b030ed9c48d7a9716b65ad7ea02cbc40410063df43d3aee12cecefbc8ff58127') build() { cd "immutabledict-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/b10d5bcae1a6aed2a4c59d50436207e3f0edc356 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/b10d5bcae1a6aed2a4c59d50436207e3f0edc356 You're receiving this email because of your account on gitlab.archlinux.org.
