[Python-modules-commits] [wifi-python] branch master updated (dda8c12 -> 887397e)
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 change to branch master
in repository wifi-python.
from dda8c12 Add README for upstream changes
new fd0b204 New upstream version 0.8.0~rc1
new 3dc583f Updated version 0.8.0~rc1 from 'upstream/0.8.0_rc1'
new 82f16b7 Bump changelog version
new d07adaf Remove unneeded patches
new 76616e5 Change binary package name
new 76f1964 Update dependencies
new 887397e Update files for new binary
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 9 +
.travis.yml | 14 +
CHANGES.rst | 33 ++
Makefile | 13 +
PKG-INFO | 140 -------
README.rst | 18 +-
debian/changelog | 2 +-
debian/control | 5 +-
.../0001-Remove-broken-tests-and-binary.patch | 23 -
...ry-to-be-python3-and-have-less-generic-na.patch | 433 -------------------
debian/patches/series | 2 -
debian/{wifi-helper.1 => pywifi.1} | 0
debian/pywifi.manpages | 1 +
debian/rules | 11 +-
debian/wifi-helper.install | 1 -
debian/wifi-helper.manpages | 1 -
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 ++-
debian/source/options => 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 +++-
40 files changed, 1943 insertions(+), 840 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 Makefile
delete mode 100644 PKG-INFO
delete mode 100644 debian/patches/0001-Remove-broken-tests-and-binary.patch
delete mode 100644 debian/patches/0002-Update-binary-to-be-python3-and-have-less-generic-na.patch
delete mode 100644 debian/patches/series
rename debian/{wifi-helper.1 => pywifi.1} (100%)
create mode 100644 debian/pywifi.manpages
delete mode 100644 debian/wifi-helper.install
delete mode 100644 debian/wifi-helper.manpages
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
copy debian/source/options => tests/__init__.py (100%)
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