Revisions of python-MechanicalSoup

buildservice-autocommit accepted request 1131724 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- update to 1.3.0 (bsc#1213006, CVE-2023-34457):
  * To prevent malicious web servers from reading arbitrary files
    from the  client, files must now be opened explicitly by the
    user in order to upload their contents in form submission.
    This remediates CVE-2023-34457
  * Added support for Python 3.11.
  * Allow submitting a form with no submit element. This can be
    achieved by passing ``submit=False`` to
    ``StatefulBrowser.submit_selected``. Thanks @alexreg! [#480]
- Update to version 1.2.0
    Add support for HTML form-associated elements
    which exposed more local information than users may have been expecting. [#375]
buildservice-autocommit accepted request 1074963 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 18)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1074942 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 17)
- six is not required
buildservice-autocommit accepted request 1010200 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1009955 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 15)
- Update to version 1.2.0 
  * Main changes
    Added support for Python 3.10.
    Add support for HTML form-associated elements 
    (i.e. input elements that are associated with a form by a form attribute, but are not a child element of the form.) [#380]
  * Bug fixes
    When uploading a file, only the filename is now submitted to the server. Previously, the full file path was being submitted,
    which exposed more local information than users may have been expecting. [#375]
buildservice-autocommit accepted request 862170 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 14)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 13)
- 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``).
buildservice-autocommit accepted request 785889 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 11)
- Fix build on Leap
buildservice-autocommit accepted request 728560 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 728549 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
Update to 0.12.0
buildservice-autocommit accepted request 681856 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Add patch to work with beautifulsoup4-4.7+:
  * bs4-47.patch

- Update to 0.11.0:
  * Constructing a Form instance from a bs4.element.Tag whose tag name is not form will now emit a warning, and may be deprecated in the future. [#228]
  * Breaking Change: LinkNotFoundError now derives from Exception instead of BaseException. While this will bring the behavior in line with most people's expectations, it may affect the behavior of your code if you were heavily relying on this implementation detail in your exception handling. [#203]
  * Improve handling of button submit elements. Will now correctly ignore buttons of type button and reset during form submission, since they are not considered to be submit elements. [#199]
  * Do a better job of inferring the content type of a response if the Content-Type header is not provided. [#195]
  * Improve consistency of query string construction between MechanicalSoup and web browsers in edge cases where form elements have duplicate name attributes. This prevents errors in valid use cases, and also makes MechanicalSoup more tolerant of invalid HTML. [#158]
buildservice-autocommit accepted request 659276 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 6)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 5)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 610488 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 4)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 610469 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 3)
- Trim personal impressions from description.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 606012 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 606012
Todd R's avatar Todd R (TheBlackCat) accepted request 606009 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Automating interaction with websites
Displaying all 20 revisions
openSUSE Build Service is sponsored by