python3-immutabledict: update to 3.0.0.

This commit is contained in:
Joel Beckmeyer 2023-08-06 15:02:11 -04:00 committed by Duncan Overbruck
parent 5e0827d4bf
commit 5238de882c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-immutabledict' # Template file for 'python3-immutabledict'
pkgname=python3-immutabledict pkgname=python3-immutabledict
version=2.2.5 version=3.0.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-poetry-core" hostmakedepends="python3-poetry-core"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://github.com/corenting/immutabledict" homepage="https://github.com/corenting/immutabledict"
changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/corenting/immutabledict/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz" distfiles="${PYPI_SITE}/i/immutabledict/immutabledict-${version}.tar.gz"
checksum=1ce423cf7861ba84eaa7c2eca482e46854eac07765ef4873b640eb67eea8b203 checksum=5a23cd369a6187f76a8c29d7d687980b092538eb9800e58964603f1b973c56fe
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE