[Python-modules-commits] [python-mechanicalsoup] branch master updated (78bd8b6 -> 1acbec7)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue May 16 13:59:28 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository python-mechanicalsoup.

      from  78bd8b6   Release to unstable
       new  56cf5bb   New upstream version 0.7.0
       new  c49de98   Merge tag 'upstream/0.7.0'
       new  cfdde93   Bump minimum Py3 version to 3.3
       new  2fa17dd   Exclude egg-info directory via extend-diff-ignore
       new  a1b8f54   Add DEP-8 tests, drop superfluous Testsuite field
       new  1acbec7   Release to unstable

The 6 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 +++++++++++++++
 debian/changelog                    |   8 +-
 debian/clean                        |   1 -
 debian/control                      |   3 +-
 debian/source/local-options         |   1 +
 debian/tests/control                |  23 ++++
 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 ++++
 23 files changed, 1032 insertions(+), 268 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.in
 create mode 100644 README.md
 delete mode 100644 debian/clean
 create mode 100644 debian/source/local-options
 create mode 100644 debian/tests/control
 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