Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / python-immutabledict
Commits: 469f3c14 by Alexander Epaneshnikov at 2025-02-28T00:59:41+03:00 upgpkg: 4.2.1-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-immutabledict pkgdesc = Immutable wrapper around dictionaries (a fork of frozendict) - pkgver = 4.2.0 - pkgrel = 2 + pkgver = 4.2.1 + pkgrel = 1 url = https://github.com/corenting/immutabledict arch = any license = MIT @@ -11,7 +11,7 @@ pkgbase = python-immutabledict makedepends = python-wheel makedepends = python-poetry-core depends = python - source = python-immutabledict-4.2.0.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v4.2.0.tar.gz - sha512sums = d4177281134f73191f019a8cfe61752f6398b1bb36d9fad4c112c598be7664960eae8fdc4cd4bbce912dd93f599cd80761df03b49cf4fc57ac2ec3d3d2301a17 + source = python-immutabledict-4.2.1.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v4.2.1.tar.gz + sha512sums = 4e8da859dae471bb6865190c7cd9ac0665a5d46be7dc8ca53511f79d4777e35842ba678c102e519e502e002d9f49ddec4e99b5adcb5a00f12f970de0fd1e0329 pkgname = python-immutabledict ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Alexander Epaneshnikov <alex1...@archlinux.org> pkgname=python-immutabledict -pkgver=4.2.0 -pkgrel=2 +pkgver=4.2.1 +pkgrel=1 pkgdesc="Immutable wrapper around dictionaries (a fork of frozendict)" arch=('any') url=https://github.com/corenting/immutabledict @@ -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=('d4177281134f73191f019a8cfe61752f6398b1bb36d9fad4c112c598be7664960eae8fdc4cd4bbce912dd93f599cd80761df03b49cf4fc57ac2ec3d3d2301a17') +sha512sums=('4e8da859dae471bb6865190c7cd9ac0665a5d46be7dc8ca53511f79d4777e35842ba678c102e519e502e002d9f49ddec4e99b5adcb5a00f12f970de0fd1e0329') build() { cd "immutabledict-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/469f3c14f11a3a3ceb80bb3bb98de45bd4871bbf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/469f3c14f11a3a3ceb80bb3bb98de45bd4871bbf You're receiving this email because of your account on gitlab.archlinux.org.