From f7e0c638da74c1b7fb54bb850b36991898cb3c89 Mon Sep 17 00:00:00 2001
From: Max Rees <maxcrees@me.com>
Date: Tue, 22 May 2018 01:12:29 -0400
Subject: [PATCH] user/py3-virtualenv: bump to 16.0.0

Commits: https://github.com/pypa/virtualenv/compare/15.1.0...16.0.0
Changelog: https://virtualenv.pypa.io/en/latest/changes/#id1
---
 user/py3-virtualenv/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/user/py3-virtualenv/APKBUILD b/user/py3-virtualenv/APKBUILD
index 0d4212635a..89f7a69b83 100644
--- a/user/py3-virtualenv/APKBUILD
+++ b/user/py3-virtualenv/APKBUILD
@@ -2,10 +2,10 @@
 # Maintainer: Max Rees <maxcrees@me.com>
 pkgname=py3-virtualenv
 _pkgname=virtualenv
-pkgver=15.1.0
+pkgver=16.0.0
 pkgrel=0
 pkgdesc="Virtual Python Environment builder"
-url="https://pypi.python.org/pypi/virtualenv"
+url="https://pypi.org/project/virtualenv"
 arch="noarch"
 license="MIT"
 depends="python3"
@@ -33,5 +33,5 @@ package() {
 	python3 setup.py install --prefix=/usr --root="$pkgdir"
 }
 
-sha512sums="d7e95b8c017ec076210f30b6fd4bb44be2f7dc0257492c25bb00fee597d3ade34226d03539180f1edaf2d27b361f8efdabb92d3476e13785b890878ee1295cb2  py3-virtualenv-15.1.0.tar.gz
+sha512sums="43bc37f1da1b65e9a2df5a8813a801f27f5783b7211219d441d1c2132789917df42fdc0aba1d5ec51e3d6f7583af9474d59c1f532d8880c8c325ccc96e73b3df  py3-virtualenv-16.0.0.tar.gz
 8e022416eb10289fd5215f3810203eefb450ce2fca7bdc581b5cd1892f41f34815beec35fc6c744991536c1f2edebd58ab934a4414c6fe2ae6387aea02787ef8  test-python3.patch"
-- 
GitLab