15
0
Commit Graph

6 Commits

Author SHA256 Message Date
Tomáš Chvátal
dfd17aefb0 - Fix build on Leap
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=11
2020-03-17 10:58:26 +00:00
Todd R
6046665629 Accepting request 728549 from home:TheBlackCat:branches:devel:languages:python
Update to 0.12.0

OBS-URL: https://build.opensuse.org/request/show/728549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=9
2019-09-05 15:48:43 +00:00
Tomáš Chvátal
7ec0428156 - 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]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=7
2019-03-05 16:58:09 +00:00
795dc9bd9c Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=5
2018-12-04 13:40:02 +00:00
Tomáš Chvátal
6706fa166a Accepting request 610469 from home:jengelh:branches:devel:languages:python
- Trim personal impressions from description.

OBS-URL: https://build.opensuse.org/request/show/610469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=3
2018-05-18 18:07:33 +00:00
Todd R
77a5660a99 Accepting request 606009 from devel:languages:python:misc
Automating interaction with websites

OBS-URL: https://build.opensuse.org/request/show/606009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=1
2018-05-10 03:00:32 +00:00