Skip to content

Commit 6987807

Browse files
committed
python3-confuse: update to 2.1.0.
1 parent 2b904f1 commit 6987807

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

srcpkgs/python3-confuse/template

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Template file for 'python3-confuse'
22
pkgname=python3-confuse
3-
version=2.0.0
4-
revision=5
3+
version=2.1.0
4+
revision=1
55
build_style=python3-pep517
6-
hostmakedepends="python3-flit_core"
6+
hostmakedepends="python3-poetry-core"
77
depends="python3-yaml"
88
checkdepends="${depends} python3-pytest"
99
short_desc="Painless YAML config files for Python"
@@ -12,7 +12,9 @@ license="MIT"
1212
homepage="https://github.com/beetbox/confuse"
1313
changelog="https://raw.githubusercontent.com/beetbox/confuse/master/docs/changelog.rst"
1414
distfiles="${PYPI_SITE}/c/confuse/confuse-${version}.tar.gz"
15-
checksum=acc57c45ec2a9850a90fe7c29812bbdd8405e48a49c1a22899df915d0aca941f
15+
checksum=abb9674a99c7a6efaef84e2fc84403ecd2dd304503073ff76ea18ed4176e218d
16+
17+
make_check=no # this release has no tests, next one does
1618

1719
post_install() {
1820
vlicense LICENSE

0 commit comments

Comments
 (0)