[Python-modules-commits] [python-mechanicalsoup] branch upstream updated (dadf203 -> 56cf5bb)

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 change to branch upstream
in repository python-mechanicalsoup.

      from  dadf203   Import python-mechanicalsoup_0.6.0.orig.tar.gz
       new  56cf5bb   New upstream version 0.7.0

The 1 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:
 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(-)
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.in
 create mode 100644 README.md
 create mode 100644 example.py
 create mode 100644 example_manual.py
 create mode 100644 mechanicalsoup/stateful_browser.py
 create mode 100644 mechanicalsoup/utils.py
 create mode 100644 tests/test_browser.py
 create mode 100644 tests/test_form.py
 create mode 100644 tests/test_stateful_browser.py

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