python3-distlib: update to 0.3.2.

This commit is contained in:
Piotr Wójcik 2021-05-31 20:05:05 +02:00
parent d0c89ec4c1
commit 9ef27fd0a3

View file

@ -1,7 +1,7 @@
# Template file for 'python3-distlib'
pkgname=python3-distlib
version=0.3.1
revision=3
version=0.3.2
revision=1
wrksrc="distlib-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -10,8 +10,9 @@ short_desc="Low-level components of distutils2/packaging, with higher-level APIs
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
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=edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1
checksum=106fef6dc37dd8c0e2c0a60d3fca3e77460a48907f335fa28420463a6f799736
pre_check() {
vsed -i -e "/self.assertFalse(self.fileop.is_writable/s/False/True/" tests/test_util.py