15
0

- Update to 1.1.0:

* Support for the :scope selector, which allows to access immediate children of a selector.
  * Support for the |E syntax for type selectors without a namespace.
  * A new selector method, canonical, returns the CSS expression of the selector, as a string.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2019-09-13 10:35:30 +00:00
committed by Git OBS Bridge
parent 91e274edf1
commit 7ea1eb5203
4 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 13 10:31:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.1.0:
* Support for the :scope selector, which allows to access immediate children of a selector.
* Support for the |E syntax for type selectors without a namespace.
* A new selector method, canonical, returns the CSS expression of the selector, as a string.
-------------------------------------------------------------------
Tue Dec 4 12:47:02 UTC 2018 - Matej Cepl <mcepl@suse.com>