15
0

Accepting request 161669 from home:apersaud:branches:devel:languages:python

update to 0.8

OBS-URL: https://build.opensuse.org/request/show/161669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=4
This commit is contained in:
Catalin Iacob
2013-03-29 21:26:08 +00:00
committed by Git OBS Bridge
parent b50d010777
commit 58fed48753
6 changed files with 41 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 28 20:18:04 UTC 2013 - arun@gmx.de
- updated to 0.8
Changelog (http://pythonhosted.org/cssselect/#changelog):
Released on 2013-03-15.
Improvements:
#22 Let extended translators override what XPathExpr class is used
#19 Use the built-in lang() XPath function for implementing the :lang() pseudo-class with XML documents. This is probably faster than ancestor-or-self::.
Bug fixes:
#14 Fix non-ASCII pseudo-classes. (Invalid selector instead of crash.)
#20 As per the spec, elements containing only whitespace are not considered empty for the :empty pseudo-class.
-------------------------------------------------------------------
Mon Jan 14 10:17:27 UTC 2013 - saschpe@suse.de