6ac871 Update python-MechanicalSoup to version 1.0.0 / rev 7 via SR 862170

6 files Authored by StevenK 4 years ago, Committed by Bernhard M. Wiedemann 4 years ago,
    Update python-MechanicalSoup to version 1.0.0 / rev 7 via SR 862170
    
    https://build.opensuse.org/request/show/862170
    by user StevenK + dimstar_suse
    - Update to 1.0.0
      * Added support for Python 3.8 and 3.9.
      * ``StatefulBrowser`` has new properties ``page``, ``form``, and ``url``,
        which can be used in place of the methods ``get_current_page``,
        ``get_current_form`` and ``get_url`` respectively
      * ``StatefulBrowser.form`` will raise an ``AttributeError`` instead of
        returning ``None`` if no form has been selected yet.
      * Decompose ``<select>`` elements with the same name when adding a new
        input element to a form.
      * The ``params`` and ``data`` kwargs passed to ``submit`` will now properly
        be forwarded to the underlying request for GET methods (whereas previously
        ``params`` was being overwritten by ``data``).
    
        
file modified
+0 -0
file modified
+19 -0
file modified
+16 -0
file modified
+2 -2