python3-distlib: update to 0.3.1.

This commit is contained in:
Piotr Wójcik 2020-07-23 22:13:10 +02:00 committed by Piotr
parent 10d829013b
commit 5ea190fe0c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-distlib'
pkgname=python3-distlib
version=0.3.0
version=0.3.1
revision=1
archs=noarch
wrksrc="distlib-${version}"
@ -12,7 +12,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="Python-2.0"
homepage="https://bitbucket.org/pypa/distlib"
distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip"
checksum=2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21
checksum=edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1
pre_check() {
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py