From 6706fa166a98bb521da2c7c4bed3ff9eea93fe749c75fef30ae5628cac16fbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 18 May 2018 18:07:33 +0000 Subject: [PATCH] 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 --- python-MechanicalSoup.changes | 5 +++++ python-MechanicalSoup.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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}