[Python-modules-commits] [wifi-python] 02/07: Updated version 0.8.0~rc1 from 'upstream/0.8.0_rc1'

Ethan Ward ethanward-guest at moszumanska.debian.org
Thu Aug 24 00:00:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository wifi-python.

commit 3dc583f324fb4a3ad3c4df2073beabcdd2c127c9
Merge: dda8c12 fd0b204
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 22 15:44:33 2017 -0500

    Updated version 0.8.0~rc1 from 'upstream/0.8.0_rc1'
    
    with Debian dir 96515a772a9cc6cfb3913155b1c1e1a89c9e1d01

 .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(-)

-- 
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