pythonPackages.scapy: 2.2.0 -> 2.3.3

This commit is contained in:
Michael Weiss
2018-02-15 22:40:01 +01:00
parent ce35114ee4
commit 0be2746fc2
3 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py 2018-02-15 22:14:08.531591678 +0100
+++ b/setup.py 2018-02-15 22:14:57.947703737 +0100
@@ -47,7 +47,7 @@
setup(
name='scapy',
- version=__import__('scapy').VERSION,
+ version='2.3.3',
packages=[
'scapy',
'scapy/arch',