From 9ef27fd0a338188e63967d994882af3a9d34fc73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 31 May 2021 20:05:05 +0200 Subject: [PATCH] python3-distlib: update to 0.3.2. --- srcpkgs/python3-distlib/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template index 0e42fbde0b2..3b44c3689c3 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.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 " 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