17
0

Accepting request 208061 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/208061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=10
This commit is contained in:
Denisart Benjamin
2013-11-23 18:15:20 +00:00
committed by Git OBS Bridge
parent f988f129cb
commit af41d3d223
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Nov 23 18:09:44 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.1
+ **Backward incompatible change from 0.9**:
:meth:`~GenericTranslator.selector_to_xpath` defaults to ignoring
pseudo-elements, as it did in 0.8 and previous versions.
(:meth:`~GenericTranslator.css_to_xpath` doesnt 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 0.9
+ Add parser support for :attr:`functional pseudo-elements
<Selector.pseudo_element>`.
+ This version accidentally introduced a backward incompatible change:
:meth:`~GenericTranslator.selector_to_xpath` defaults to rejecting
pseudo-elements instead of ignoring them.
- Remove useless CFLAGS definition
- Add README.rst, CHANGES and AUTHORS in package documentation
-------------------------------------------------------------------
Tue Jul 9 17:09:42 UTC 2013 - arun@gmx.de