- Apr 25, 2017
-
-
gpotter2 authored
-
- Dec 03, 2016
-
-
Pierre LALET authored
-
- Oct 19, 2016
-
-
Pierre LALET authored
- update (part of) the documentation - some URLs for Windows need to be updated - update classifiers in setup.py - remove `from __future__ import with_statement` - use `{k: v for ...}` instead of `dict((k, v) for ...)` - remove hacks for `gcd()` and `binrepr()` implementations - use class decorators - remove Python 2.6 Travis-CI tests
-
- Sep 05, 2016
-
-
Robin Jarry authored
When making an official release of scapy, one must: * Modify the hardcoded version in setup.py and scapy/config.py * Create a commit with this change * Create a git tag with the same version * Run ./setup.py sdist register upload * Modify the hardcoded version in setup.py and scapy/config.py again to append '-dev'. * Create another commit with the modified version. * Push the 3 commits and the tag. Not only this is tedious but it is also error prone. Add utility functions in scapy/__init__.py to determine current version. If git is available (thus running from a git clone), use "git describe" to get the current version. Write the version for future reference to a text file (scapy/VERSION). If git is not available (running from an installed scapy package) read the version from the scapy/VERSION file. This changes the release process as follows: * Create a git tag on the commit where you want to release * Run ./setup.py sdist register upload * Push the tag This allows to have a single place where the version is managed: git. Note: change the development versions to X.Y.Z.devN where N is the number of commits after the last tag. This complies to PEP 440 https://www.python.org/dev/peps/pep-0440/#developmental-releases Signed-off-by:
Robin Jarry <robin.jarry@6wind.com>
-
- Jul 27, 2016
-
-
plorinquer authored
* 'packages' list in setup.py has been updated. * Fix ecdsa ImportError.
-
- Jan 21, 2016
-
-
Pierre LALET authored
-
- Jan 15, 2016
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
- Dec 23, 2014
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
-
- Dec 18, 2014
-
-
Phil authored
-
- Dec 17, 2014
-
-
Guillaume Valadon authored
-
Guillaume Valadon authored
--HG-- extra : amend_source : 1a8c1e39d81d3c2818f63009124ff99f7dd73a4e
-
- Apr 01, 2011
-
-
Phil authored
-
- Feb 28, 2011
- Aug 06, 2010
-
-
Phil authored
-
- Jun 16, 2010
-
-
Dirk Loss authored
-
- Apr 09, 2010
- Dec 14, 2009
- Nov 05, 2009
-
-
Phil authored
-
- Oct 18, 2009
-
-
Dirk Loss authored
-
- Oct 05, 2009
-
-
Phil authored
-
- Apr 13, 2009
-
-
Phil authored
-
- Feb 09, 2009
- Dec 25, 2008
-
-
Phil authored
-
- Oct 01, 2008
-
-
Phil authored
-
- Sep 12, 2008
- Aug 30, 2008
-
-
Phil authored
-
- Aug 28, 2008
-
-
Phil authored
-
- Aug 25, 2008
-
-
Phil authored
--HG-- rename : scapy/arch.py => scapy/arch/__init__.py rename : scapy/arch.py => scapy/arch/linux.py rename : scapy/arch.py => scapy/arch/unix.py
-
- Aug 17, 2008
-
-
Phil authored
-
- Aug 11, 2008
- Aug 10, 2008