[Python-modules-commits] [python-mechanicalsoup] branch master updated (be2a618 -> 451bdbd)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Oct 10 14:52:19 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  be2a618   Add recommended get-orig-source target
       new  a8b374c   New upstream version 0.8.0
       new  26e1b4d   Updated version 0.8.0 from 'upstream/0.8.0'
       new  26c56ec   Bump the minimum Python versions to 2.7 and 3.4
       new  29459f0   Fixup the Vcs-Browser URI
       new  3c1197c   Bump the standards version to 4.1.1
       new  441e9fe   Avoid dependency on pytest-runner
       new  b3794d7   Move extend-diff-ignore to d/s/options
       new  451bdbd   Release to unstable

The 8 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:
 MechanicalSoup.egg-info/PKG-INFO         |   4 +-
 MechanicalSoup.egg-info/SOURCES.txt      |   1 +
 PKG-INFO                                 |   4 +-
 README.md                                |  32 ++++++-
 debian/changelog                         |  13 +++
 debian/control                           |   8 +-
 debian/patches/No-pytest-runner.patch    |  22 +++++
 debian/patches/series                    |   1 +
 debian/source/{local-options => options} |   0
 example.py                               |   5 +-
 mechanicalsoup/__init__.py               |   4 +-
 mechanicalsoup/__version__.py            |   5 ++
 mechanicalsoup/browser.py                |  47 ++++++++++-
 mechanicalsoup/form.py                   |  20 +++--
 mechanicalsoup/stateful_browser.py       |  58 +++++++------
 setup.cfg                                |   8 +-
 setup.py                                 |  26 ++++--
 tests/test_browser.py                    |  51 +++++++++++-
 tests/test_form.py                       | 139 ++++++++++++++++++++++++++-----
 tests/test_stateful_browser.py           | 121 ++++++++++++++++++++++++++-
 20 files changed, 485 insertions(+), 84 deletions(-)
 create mode 100644 debian/patches/No-pytest-runner.patch
 create mode 100644 debian/patches/series
 rename debian/source/{local-options => options} (100%)
 create mode 100644 mechanicalsoup/__version__.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