Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-immutabledict
Commits:
8ef36085 by Daniel M. Capella at 2024-08-01T22:54:06-04:00
upgpkg: 4.2.0-1
- - - - -
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.1.0
- pkgrel = 2
+ pkgver = 4.2.0
+ 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.1.0.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v4.1.0.tar.gz
- sha512sums =
a2a70cda9c837879ece3494f29e304625e25a6593d38dd7caafea6b0eb92c9b2b030ed9c48d7a9716b65ad7ea02cbc40410063df43d3aee12cecefbc8ff58127
+ source =
python-immutabledict-4.2.0.tar.gz::https://github.com/corenting/immutabledict/archive/refs/tags/v4.2.0.tar.gz
+ sha512sums =
d4177281134f73191f019a8cfe61752f6398b1bb36d9fad4c112c598be7664960eae8fdc4cd4bbce912dd93f599cd80761df03b49cf4fc57ac2ec3d3d2301a17
pkgname = python-immutabledict
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Alexander Epaneshnikov <[email protected]>
pkgname=python-immutabledict
-pkgver=4.1.0
-pkgrel=2
+pkgver=4.2.0
+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=('a2a70cda9c837879ece3494f29e304625e25a6593d38dd7caafea6b0eb92c9b2b030ed9c48d7a9716b65ad7ea02cbc40410063df43d3aee12cecefbc8ff58127')
+sha512sums=('d4177281134f73191f019a8cfe61752f6398b1bb36d9fad4c112c598be7664960eae8fdc4cd4bbce912dd93f599cd80761df03b49cf4fc57ac2ec3d3d2301a17')
build() {
cd "immutabledict-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/8ef36085e9c25196f9ae8a1d1d9ec13d81db69db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-immutabledict/-/commit/8ef36085e9c25196f9ae8a1d1d9ec13d81db69db
You're receiving this email because of your account on gitlab.archlinux.org.