[Python-modules-commits] [wifi-python] branch upstream updated (5cee81f -> fd0b204)
Ethan Ward
ethanward-guest at moszumanska.debian.org
Sat Aug 26 21:29:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a change to branch upstream
in repository wifi-python.
from 5cee81f Import Upstream version 0.3.8
adds fd0b204 New upstream version 0.8.0~rc1
No new revisions were added by this update.
Summary of changes:
.gitignore | 9 +
.travis.yml | 14 ++
CHANGES.rst | 33 +++
Makefile | 13 ++
PKG-INFO | 140 -----------
README.rst | 18 +-
docs/Makefile | 153 ++++++++++++
docs/changelog.rst | 5 +
docs/conf.py | 242 +++++++++++++++++++
docs/index.rst | 68 ++++++
docs/scanning.rst | 69 ++++++
docs/wifi_command.rst | 155 +++++++++++++
setup.cfg | 5 -
setup.py | 59 +++--
tests/__init__.py | 0
tests/bin/ppass.py | 15 ++
tests/test_init.py | 22 ++
tests/test_parsing.py | 465 +++++++++++++++++++++++++++++++++++++
tests/test_schemes.py | 236 +++++++++++++++++++
tests/test_utils.py | 89 +++++++
wifi.egg-info/PKG-INFO | 140 -----------
wifi.egg-info/SOURCES.txt | 19 --
wifi.egg-info/dependency_links.txt | 1 -
wifi.egg-info/requires.txt | 2 -
wifi.egg-info/top_level.txt | 1 -
wifi/__main__.py | 2 +
bin/wifi => wifi/cli.py | 29 +--
wifi/scan.py | 204 ++++++++++++++--
wifi/scheme.py | 20 +-
wifi/utils.py | 76 +++++-
30 files changed, 1929 insertions(+), 375 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 Makefile
delete mode 100644 PKG-INFO
create mode 100644 docs/Makefile
create mode 100644 docs/changelog.rst
create mode 100644 docs/conf.py
create mode 100644 docs/index.rst
create mode 100644 docs/scanning.rst
create mode 100644 docs/wifi_command.rst
delete mode 100644 setup.cfg
create mode 100644 tests/__init__.py
create mode 100755 tests/bin/ppass.py
create mode 100644 tests/test_init.py
create mode 100644 tests/test_parsing.py
create mode 100644 tests/test_schemes.py
create mode 100644 tests/test_utils.py
delete mode 100644 wifi.egg-info/PKG-INFO
delete mode 100644 wifi.egg-info/SOURCES.txt
delete mode 100644 wifi.egg-info/dependency_links.txt
delete mode 100644 wifi.egg-info/requires.txt
delete mode 100644 wifi.egg-info/top_level.txt
create mode 100644 wifi/__main__.py
rename bin/wifi => wifi/cli.py (97%)
mode change 100755 => 100644
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/wifi-python.git
More information about the Python-modules-commits
mailing list