diff options
-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 5fe2f506d4822..d082584c74a91 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 41649766ffe90..90f2bc9616a56 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 177bad7002db6..e0e102b270175 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 2aa7bc4813e4f..2aa7bc4813e4f 100644 --- a/libraries/BeautifulSoup4/slack-desc +++ b/python/BeautifulSoup4/slack-desc |