Package: dh-virtualenv / 1.2.2-1.7

Metadata

Package Version Patches format
dh-virtualenv 1.2.2-1.7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Replace usage of inspect.getargspec with inspect.get.patch | (download)

bin/dh_virtualenv | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace usage of inspect.getargspec with inspect.getfullargspec

It's debatable whether this check is even still needed, but for now
let's do the simple thing and update it to be compatible with modern
Python versions.

0002 fix virtualenv options.patch | (download)

dh_virtualenv/cmdline.py | 30 28 + 2 - 0 !
dh_virtualenv/deployment.py | 8 4 + 4 - 0 !
doc/changes.rst | 5 5 + 0 - 0 !
doc/usage.rst | 1 1 + 0 - 0 !
test/test_cmdline.py | 16 16 + 0 - 0 !
test/test_deployment.py | 14 14 + 0 - 0 !
6 files changed, 68 insertions(+), 6 deletions(-)

 [patch] dh_virtualenv/deployment.py: fix virtualenv options

The built-in python3 venv has neither '--setuptools',
nor '--verbose' switch.