[Python-modules-commits] [python-mechanicalsoup] 02/06: Merge tag 'upstream/0.7.0'
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue May 16 13:59:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository python-mechanicalsoup.
commit c49de9823bbc2ad084e47e773acc78d16ccfdec0
Merge: 78bd8b6 56cf5bb
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon May 15 20:26:12 2017 +0100
Merge tag 'upstream/0.7.0'
Upstream version 0.7.0
# gpg: Signature made Mon 15 May 2017 20:26:07 BST
# gpg: using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
# gpg: issuer "ghisvail at gmail.com"
# gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]
LICENSE | 21 +++
MANIFEST.in | 3 +
MechanicalSoup.egg-info/PKG-INFO | 38 +++---
MechanicalSoup.egg-info/SOURCES.txt | 12 +-
PKG-INFO | 38 +++---
README.md | 105 +++++++++++++++
example.py | 40 ++++++
example_manual.py | 44 +++++++
mechanicalsoup/__init__.py | 8 +-
mechanicalsoup/browser.py | 251 +++++++++++++++++++-----------------
mechanicalsoup/form.py | 183 +++++++++++++++++++-------
mechanicalsoup/stateful_browser.py | 169 ++++++++++++++++++++++++
mechanicalsoup/utils.py | 2 +
setup.cfg | 16 +--
setup.py | 90 ++++++-------
tests/test_browser.py | 100 ++++++++++++++
tests/test_form.py | 116 +++++++++++++++++
tests/test_stateful_browser.py | 28 ++++
18 files changed, 1001 insertions(+), 263 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mechanicalsoup.git
More information about the Python-modules-commits
mailing list