summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2020-05-22 16:36:13 +0200
committer Willy Sudiarto Raharjo2020-05-22 18:36:13 +0200
commit8a62cd46201c9cdce19915fcacb6541e8e326ae9 (patch)
tree00f1de983c5b0e66f6607a078f1fcc896309c9cb
parenta289f8b6c7d2a91bafc485fc50ed9cb6f1c899b0 (diff)
downloadslackbuilds-8a62cd46201c9cdce19915fcacb6541e8e326ae9.tar.gz
python/BeautifulSoup4: Updated for v 4.9.1, moved from libraries.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/BeautifulSoup4/BeautifulSoup4.SlackBuild (renamed from libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild)2
-rw-r--r--python/BeautifulSoup4/BeautifulSoup4.info (renamed from libraries/BeautifulSoup4/BeautifulSoup4.info)6
-rw-r--r--python/BeautifulSoup4/README (renamed from libraries/BeautifulSoup4/README)9
-rw-r--r--python/BeautifulSoup4/slack-desc (renamed from libraries/BeautifulSoup4/slack-desc)0
4 files changed, 9 insertions, 8 deletions
diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild b/python/BeautifulSoup4/BeautifulSoup4.SlackBuild
index 5fe2f506d4..d082584c74 100644
--- a/libraries/BeautifulSoup4/BeautifulSoup4.SlackBuild
+++ b/python/BeautifulSoup4/BeautifulSoup4.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=BeautifulSoup4
-VERSION=${VERSION:-4.9.0}
+VERSION=${VERSION:-4.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/BeautifulSoup4/BeautifulSoup4.info b/python/BeautifulSoup4/BeautifulSoup4.info
index 41649766ff..90f2bc9616 100644
--- a/libraries/BeautifulSoup4/BeautifulSoup4.info
+++ b/python/BeautifulSoup4/BeautifulSoup4.info
@@ -1,8 +1,8 @@
PRGNAM="BeautifulSoup4"
-VERSION="4.9.0"
+VERSION="4.9.1"
HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/"
-DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautifulsoup4-4.9.0.tar.gz"
-MD5SUM="54e86045e37b578036f34b0e4927c85f"
+DOWNLOAD="https://www.crummy.com/software/BeautifulSoup/bs4/download/4.9/beautifulsoup4-4.9.1.tar.gz"
+MD5SUM="57502b5b34ccfd97b180260071f5799a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-soupsieve"
diff --git a/libraries/BeautifulSoup4/README b/python/BeautifulSoup4/README
index 177bad7002..e0e102b270 100644
--- a/libraries/BeautifulSoup4/README
+++ b/python/BeautifulSoup4/README
@@ -1,5 +1,6 @@
-Beautiful Soup is a Python HTML/XML parser designed for quick turnaround
-projects like screen-scraping. Three features make it powerful:
+Beautiful Soup is a Python HTML/XML parser designed for quick
+turnaround projects like screen-scraping. Three features make it
+powerful:
1. Beautiful Soup won't choke if you give it bad markup. It yields a
parse tree that makes approximately as much sense as your original
@@ -14,8 +15,8 @@ create a custom parser for each application.
3. Beautiful Soup automatically converts incoming documents to Unicode
and outgoing documents to UTF-8. You don't have to think about
encodings, unless the document doesn't specify an encoding and
-Beautiful Soup can't autodetect one. Then you just have to specify the
-original encoding.
+Beautiful Soup can't autodetect one. Then you just have to specify
+the original encoding.
Beautiful Soup parses anything you give it, and does the tree traversal
stuff for you. You can tell it "Find all the links", or "Find all the
diff --git a/libraries/BeautifulSoup4/slack-desc b/python/BeautifulSoup4/slack-desc
index 2aa7bc4813..2aa7bc4813 100644
--- a/libraries/BeautifulSoup4/slack-desc
+++ b/python/BeautifulSoup4/slack-desc