From c4c2fab64bd115c472a41117531292c19781e55f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 23 Nov 2020 10:28:39 -0500 Subject: [PATCH] python3-virtualenv: update to 20.2.1. --- srcpkgs/python3-virtualenv/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index 91775e9d370..3c607934257 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,6 +1,6 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv -version=20.2.0 +version=20.2.1 revision=1 wrksrc="virtualenv-${version}" build_style=python3-module @@ -11,8 +11,9 @@ short_desc="Virtual Python environment builder" maintainer="Orphaned " license="MIT" homepage="https://virtualenv.pypa.io/" +changelog="https://virtualenv.pypa.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz" -checksum=fd4147c5ba3f694e2e4fc3c767407dc2226899623bb9b49c2f15637c2ee335b3 +checksum=e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3" do_check() {