python3-distlib: update to 0.3.4.

This commit is contained in:
Piotr Wójcik 2021-12-28 20:41:05 +01:00
parent f3266c4af4
commit 89a0b6fd31

View file

@ -1,7 +1,7 @@
# Template file for 'python3-distlib'
pkgname=python3-distlib
version=0.3.2
revision=2
version=0.3.4
revision=1
wrksrc="distlib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="Python-2.0"
homepage="https://bitbucket.org/pypa/distlib"
changelog="https://bitbucket.org/pypa/distlib/raw/master/CHANGES.rst"
distfiles="${PYPI_SITE}/d/distlib/distlib-${version}.zip"
checksum=106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736
checksum=e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579
pre_check() {
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py