From 196b4bfa19bdac81924808820de019e50460d8d769dbd2eee79214139e277d22 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 1 Mar 2019 15:30:04 +0000 Subject: [PATCH] - Version bump to 16.1.0: * Fixed documentation to use pypi.org and correct curl options; :issue:`1042` * bug fix: ensure prefix is absolute when creating a new virtual environment :issue:`1208` * upgrade setuptools from ``39.1.0`` to ``40.5.0`` * upgrade wheel from ``0.31.1`` to ``0.32.2`` * upgrade pip from ``10.0.1`` to ``18.1`` * ``activate.csh`` does not use basename and handles newlines :issue:`1200` * fix failure to copy on platforms that use lib64 :issue:`1189` * enable tab-completion in the interactive interpreter by default, thanks to a new ``sys.__interactivehook__`` on Python 3 :issue:`967` * suppress warning of usage of the deprecated ``imp`` module :issue:`1238` * Drop support for Python 2.6. * Upgrade pip to 10.0.1. * Upgrade setuptools to 39.1.0. * Upgrade wheel to 0.31.1. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=68 --- python-virtualenv.changes | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/python-virtualenv.changes b/python-virtualenv.changes index 6c12a40..fd82ffc 100644 --- a/python-virtualenv.changes +++ b/python-virtualenv.changes @@ -1,7 +1,22 @@ ------------------------------------------------------------------- Tue Feb 5 20:45:40 UTC 2019 - Nicolas Bock -- Version bump to 16.1.0 +- Version bump to 16.1.0: + * Fixed documentation to use pypi.org and correct curl options; :issue:`1042` + * bug fix: ensure prefix is absolute when creating a new virtual + environment :issue:`1208` + * upgrade setuptools from ``39.1.0`` to ``40.5.0`` + * upgrade wheel from ``0.31.1`` to ``0.32.2`` + * upgrade pip from ``10.0.1`` to ``18.1`` + * ``activate.csh`` does not use basename and handles newlines :issue:`1200` + * fix failure to copy on platforms that use lib64 :issue:`1189` + * enable tab-completion in the interactive interpreter by default, + thanks to a new ``sys.__interactivehook__`` on Python 3 :issue:`967` + * suppress warning of usage of the deprecated ``imp`` module :issue:`1238` + * Drop support for Python 2.6. + * Upgrade pip to 10.0.1. + * Upgrade setuptools to 39.1.0. + * Upgrade wheel to 0.31.1. - Removed patch - pypa-virtualenv-1189.patch