From e42e94a9e983af96b482d82e0c7d45d0d3cfae13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 23 Jul 2020 22:13:10 +0200 Subject: [PATCH] python3-distlib: update to 0.3.1. --- srcpkgs/python3-distlib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template index d64fc8ead488f4..ff983ca9b6dc34 100644 --- a/srcpkgs/python3-distlib/template +++ b/srcpkgs/python3-distlib/template @@ -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 " 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