1
0

Accepting request 306418 from home:benoit_monin:branches:devel:languages:python

- update to version 1.2.9
- update project URL
- add new dependency python-cssselect
- set a minimum version for python-lxml
- add test dependencies python-WebOb, python-WebTest,
  python-beautifulsoup, python-nose, python-restkit,
  python-unittest2
- add test dependency python-ordereddict for SLE11
- run the tests during build

OBS-URL: https://build.opensuse.org/request/show/306418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=20
This commit is contained in:
Denisart Benjamin
2015-05-16 12:54:00 +00:00
committed by Git OBS Bridge
parent 2ba8fe0a7a
commit 1538b24bc7
4 changed files with 42 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon May 11 18:28:15 UTC 2015 - benoit.monin@gmx.fr
- update to version 1.2.9:
* Support for keyword arguments in PyQuery custom functions
* Fixed #78: items must take care or the parent
* Fixed #65 PyQuery.make_links_absolute() no longer creates
'href' attribute
* when it isn't there
* Fixed #19. is_() was broken.
* Fixed #9. .replaceWith(PyQuery element) raises error
* Remove official python3.2 support (mostly because of 3rd party
semi-deps)
- update project URL
- add new dependency python-cssselect
- set a minimum version for python-lxml
- add test dependencies python-WebOb, python-WebTest,
python-beautifulsoup, python-nose, python-restkit,
python-unittest2
- add test dependency python-ordereddict for SLE11
- run the tests during build
-------------------------------------------------------------------
Mon Jan 13 13:58:37 UTC 2014 - dmueller@suse.com