From 89a0b6fd31780e852c2f9ee73333d3017026ad06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Dec 2021 20:41:05 +0100 Subject: [PATCH] python3-distlib: update to 0.3.4. --- srcpkgs/python3-distlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template index 4f8162861c..1ffc5f24dc 100644 --- a/srcpkgs/python3-distlib/template +++ b/srcpkgs/python3-distlib/template @@ -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