File python3-cssselect.changes of Package python3-cssselect
-------------------------------------------------------------------
Tue Jan 13 06:41:13 UTC 2015 - arun@gmx.de
- changes: fixed some formating issues
- update to version 0.9.1:
* Backward incompatible change from 0.9: selector_to_xpath()
defaults to ignoring pseudo-elements, as it did in 0.8 and
previous versions. (css_to_xpath() doesn’t change.)
* Drop official support for Python 2.4 and 3.1, as testing was
becoming difficult. Nothing will break overnight, but future
releases may on may not work on these versions. Older releases
will remain available on PyPI.
- changes from version 0.9:
* Add parser support for functional pseudo-elements.
-------------------------------------------------------------------
Sun Jan 10 00:51:53 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* remove python(abi) requirement
-------------------------------------------------------------------
Tue Jul 9 17:12:37 UTC 2013 - arun@gmx.de
- Packaged LICENSE file
* fixes bnc#828513
Bug 828513 - LICENSE not packaged in python3-cssselect 0.8
-------------------------------------------------------------------
Thu Mar 28 20:18:57 UTC 2013 - arun@gmx.de
- updated to 0.8
* #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::.
* #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.
-------------------------------------------------------------------
Tue Jan 8 20:42:17 UTC 2013 - iacobcatalin@gmail.com
- Initial package 0.7.1