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/scapy/__init__.py 2017-12-29 18:57:35.315472160 +0100
+++ b/scapy/__init__.py 2018-02-15 22:36:43.102132489 +0100
@@ -73,7 +73,7 @@
tag = f.read()
return tag
except:
- return 'unknown.version'
+ return '2.3.3'
VERSION = _version()