From c637b39743abccbafa895e3b95bde81959cfafe852b74cb93bc7f5df777724bd Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Jun 2013 12:50:04 +0000 Subject: [PATCH] Python3 moved to devel:languages:python3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=19 --- python3-beautifulsoup4.changes | 76 -------------------------- python3-beautifulsoup4.spec | 98 ---------------------------------- 2 files changed, 174 deletions(-) delete mode 100644 python3-beautifulsoup4.changes delete mode 100644 python3-beautifulsoup4.spec diff --git a/python3-beautifulsoup4.changes b/python3-beautifulsoup4.changes deleted file mode 100644 index 96ee300..0000000 --- a/python3-beautifulsoup4.changes +++ /dev/null @@ -1,76 +0,0 @@ -------------------------------------------------------------------- -Sat May 18 13:30:00 UTC 2013 - toddrme2178@gmail.com - -- Update to 4.2.0 - * The Tag.select() method now supports a much wider variety of CSS - selectors. - - Added support for the adjacent sibling combinator (+) and the - general sibling combinator (~). Tests by "liquider". [bug=1082144] - - The combinators (>, +, and ~) can now combine with any supported - selector, not just one that selects based on tag name. - - Added limited support for the "nth-of-type" pseudo-class. Code - by Sven Slootweg. [bug=1109952] - * The BeautifulSoup class is now aliased to "_s" and "_soup", making - it quicker to type the import statement in an interactive session - The alias may change in the future, so don't use this in code you're - going to run more than once. - * Added the 'diagnose' submodule, which includes several useful - functions for reporting problems and doing tech support. - - diagnose(data) tries the given markup on every installed parser, - reporting exceptions and displaying successes. If a parser is not - installed, diagnose() mentions this fact. - - lxml_trace(data, html=True) runs the given markup through lxml's - XML parser or HTML parser, and prints out the parser events as - they happen. This helps you quickly determine whether a given - problem occurs in lxml code or Beautiful Soup code. - - htmlparser_trace(data) is the same thing, but for Python's - built-in HTMLParser class. - * In an HTML document, the contents of a