2015-07-20 06:54:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 2 18:11:08 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
- add a build conditional for the test: work around a circular
|
|
|
|
dependency between python-pyquery and python-WebTest
|
|
|
|
|
2015-05-16 12:54:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2014-01-14 09:56:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 13:58:37 UTC 2014 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 1.2.8:
|
|
|
|
* Fixed #22: Open by filename fails when file contains invalid xml
|
|
|
|
- changes from 1.2.7:
|
|
|
|
* Use pep8 name for methods but keep an alias for camel case method.
|
|
|
|
* text() now return an empty string instead of None if there is no text node
|
|
|
|
|
2013-10-24 11:12:19 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-11-24 21:16:53 +00:00
|
|
|
Sun Nov 24 21:12:20 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 1.2.6
|
|
|
|
+ README_fixt.py was not include in the release. Fix #54.
|
|
|
|
- Changes from version 1.2.5
|
|
|
|
+ cssselect compat. See https://github.com/SimonSapin/cssselect/pull/22
|
|
|
|
+ tests improvments. no longer require a eth connection.
|
|
|
|
fix #55
|
|
|
|
- Add unzip BuildRequires to support format of tarball
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-10-24 11:12:19 +00:00
|
|
|
Thu Oct 24 11:12:17 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
2013-05-02 09:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 30 12:34:43 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- add buildroot
|
|
|
|
|
2013-03-26 08:00:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 00:51:38 UTC 2013 - arun@gmx.de
|
|
|
|
|
|
|
|
- updated copyright year in spec file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 00:49:40 UTC 2013 - arun@gmx.de
|
|
|
|
|
|
|
|
- updated to 1.2.4
|
|
|
|
changes as listed on https://pypi.python.org/pypi/pyquery:
|
|
|
|
|
|
|
|
1.2.4
|
|
|
|
Moved to github. So a few files are renamed from .txt to .rst
|
|
|
|
Added .xhtml_to_html() and .remove_namespaces()
|
|
|
|
Use requests to fetch urls (if available)
|
|
|
|
Use restkit's proxy instead of Paste (which will die with py3)
|
|
|
|
Allow to open https urls
|
|
|
|
python2.5 is no longer supported (may work, but tests are broken)
|
|
|
|
1.2.3
|
|
|
|
Allow to pass this in .filter() callback
|
|
|
|
Add .contents() .items()
|
|
|
|
Add tox.ini
|
|
|
|
Bug fixes: fix #35 #55 #64 #66
|
|
|
|
1.2.2
|
|
|
|
Fix cssselectpatch to match the newer implementation of cssselect. Fixes issue #62, #52 and #59 (Haoyu Bai)
|
|
|
|
Fix issue #37 (Caleb Burns)
|
|
|
|
1.2.1
|
|
|
|
Allow to use a custom css translator.
|
|
|
|
Fix issue 44: case problem with xml documents
|
|
|
|
1.2
|
|
|
|
PyQuery now use cssselect. See issue 43.
|
|
|
|
Fix issue 40: forward .html() extra arguments to lxml.etree.tostring
|
|
|
|
|
2012-01-31 10:55:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 10:54:06 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Simplified macro usage
|
|
|
|
- Buildrequire python-distribute instead of (outdated) setuptools
|
|
|
|
- Set license to SDPX style (BSD-3-Clause)
|
|
|
|
|
2011-10-09 10:04:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 9 09:57:45 UTC 2011 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- updated to version 1.0
|
|
|
|
|
2011-03-05 07:03:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 05 07:02:11 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.7)
|
|
|
|
|