15
0

Accepting request 610488 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/610488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MechanicalSoup?expand=0&rev=2
This commit is contained in:
2018-05-29 08:31:20 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 18 17:33:40 UTC 2018 - jengelh@inai.de
- Trim personal impressions from description.
-------------------------------------------------------------------
Thu May 10 02:51:41 UTC 2018 - toddrme2178@gmail.com

View File

@@ -53,11 +53,10 @@ MechanicalSoup automatically stores and sends cookies,
follows redirects, and can follow links and submit forms.
It doesn't do Javascript.
I was a fond user of the Mechanize library, but unfortunately
it's incompatible with Python 3 and development is inactive.
MechanicalSoup provides a similar API, built on Python giants
Requests (for http sessions) and BeautifulSoup (for document
navigation).
The Mechanize library is incompatible with Python 3 and development
is inactive. MechanicalSoup provides a similar API to it, built on
Python giants Requests (for http sessions) and BeautifulSoup (for
document navigation).
%prep
%setup -q -n MechanicalSoup-%{version}