python3-confuse: update to 1.7.0.

This commit is contained in:
Joel Beckmeyer 2021-12-02 07:24:39 -05:00 committed by Andrew J. Hesford
parent 95e9481471
commit c2f38c8263
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-confuse' # Template file for 'python3-confuse'
pkgname=python3-confuse pkgname=python3-confuse
version=1.6.0 version=1.7.0
revision=1 revision=1
wrksrc="confuse-${version}" wrksrc="confuse-${version}"
build_style=python3-module build_style=python3-module
@ -11,8 +11,9 @@ short_desc="Painless YAML config files for Python"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>" maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT" license="MIT"
homepage="https://github.com/beetbox/confuse" homepage="https://github.com/beetbox/confuse"
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz" distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
checksum=d60104c0b2a708041ac27487fa6ee69bd37d910549659c7ba92f52cbe2ced4dc checksum=c9fe8474516a62397f8e52fcf89547bb2f2737b1a4a6f6dec11a286f0b3a7401
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE