15
0

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
This commit is contained in:
Tomáš Chvátal
2018-05-18 18:07:33 +00:00
committed by Git OBS Bridge
parent 0e6347ec48
commit 6706fa166a
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}