15
0

Accepting request 483258 from home:tbechtold:branches:devel:languages:python

- update to 1.0.1:
  * Add support for Python 3.6.
  * Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
  * Add code coverage reports.
  * Fix ``:nth-*(an+b)`` pseudo-classes selectors.
    (except ``*:nth-child()`` which looks untranslatable to XPath 1.0.)
  * Distribute as universal wheel.
  * Add support for Python 3.3, 3.4 and 3.5.
  * Drop support for Python 2.5 as testing is getting difficult.
  * Improve tests on pseudo-elements.
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/483258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=12
This commit is contained in:
Jan Matejek
2017-03-29 12:22:29 +00:00
committed by Git OBS Bridge
parent b6cca7829d
commit 6c0970d5df
4 changed files with 29 additions and 15 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 29 08:27:04 UTC 2017 - tbechtold@suse.com
- update to 1.0.1:
* Add support for Python 3.6.
* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
* Add code coverage reports.
* Fix ``:nth-*(an+b)`` pseudo-classes selectors.
(except ``*:nth-child()`` which looks untranslatable to XPath 1.0.)
* Distribute as universal wheel.
* Add support for Python 3.3, 3.4 and 3.5.
* Drop support for Python 2.5 as testing is getting difficult.
* Improve tests on pseudo-elements.
- Switch to singlespec approach
-------------------------------------------------------------------
Sat Nov 23 18:09:44 UTC 2013 - p.drouand@gmail.com