diff --git a/python-MechanicalSoup.changes b/python-MechanicalSoup.changes index 89940df..5319fcc 100644 --- a/python-MechanicalSoup.changes +++ b/python-MechanicalSoup.changes @@ -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 diff --git a/python-MechanicalSoup.spec b/python-MechanicalSoup.spec index 24b3b59..d0c3fcf 100644 --- a/python-MechanicalSoup.spec +++ b/python-MechanicalSoup.spec @@ -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}