Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency mechanicalsoup to v0.12.0 - abandoned #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 27, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MechanicalSoup (source) ==0.11.0 -> ==0.12.0 age adoption passing confidence

Release Notes

MechanicalSoup/MechanicalSoup

v0.12.0: Version 0.12.0

Compare Source

Main changes:

  • Changes in official python version support: added 3.7 and dropped 3.4.

  • Added ability to submit a form without updating StatefulBrowser internal state: submit_selected(..., update_state=False). This means you get a response from the form submission, but your browser stays on the same page. Useful for handling forms that result in a file download or open a new tab.

Bug fixes

  • Improve handling of form enctype to behave like a real browser. [#​242]

  • HTML type attributes are no longer required to be lowercase. [#​245]

  • Form controls with the disabled attribute will no longer be submitted to improve compliance with the HTML standard. If you were relying on this bug to submit disabled elements, you can still achieve this by deleting the disabled attribute from the element in the Form object directly. [#​248]

  • When a form containing a file input field is submitted without choosing a file, an empty filename & content will be sent just like in a real browser. [#​250]

  • <option> tags without a value attribute will now use their text as the value. [#​252]

  • The optional url_regex argument to follow_link and download_link was fixed so that it is no longer ignored. [#​256]

  • Allow duplicate submit elements instead of raising a LinkNotFoundError. [#​264]

Our thanks to the many new contributors in this release!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency mechanicalsoup to v0.12.0 Update dependency MechanicalSoup to v0.12.0 Sep 8, 2019
@renovate renovate bot changed the title Update dependency MechanicalSoup to v0.12.0 Update dependency MechanicalSoup to v0.12.0 - autoclosed Jun 8, 2021
@renovate renovate bot closed this Jun 8, 2021
@renovate renovate bot deleted the renovate/mechanicalsoup-0.x branch June 8, 2021 10:16
@renovate renovate bot changed the title Update dependency MechanicalSoup to v0.12.0 - autoclosed Update dependency MechanicalSoup to v0.12.0 Jun 8, 2021
@renovate renovate bot reopened this Jun 8, 2021
@renovate renovate bot restored the renovate/mechanicalsoup-0.x branch June 8, 2021 11:17
@renovate renovate bot force-pushed the renovate/mechanicalsoup-0.x branch from bcba70c to 532be45 Compare June 8, 2021 11:17
@renovate renovate bot changed the title Update dependency MechanicalSoup to v0.12.0 chore(deps): update dependency mechanicalsoup to v0.12.0 Mar 17, 2023
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency mechanicalsoup to v0.12.0 chore(deps): update dependency mechanicalsoup to v0.12.0 - abandoned Jul 5, 2023
@renovate
Copy link
Author

renovate bot commented Jul 5, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant