1
0

Accepting request 161084 from home:apersaud:branches:devel:languages:python

updated to 1.2.4 and added a python3 spec file.
Can't create the python3 package in dlp, so whoever pulls this would have to do it... in case there are some problems with python3, I'm happy to fix them with another pull request once they're up.

OBS-URL: https://build.opensuse.org/request/show/161084
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyquery?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2013-03-26 08:00:03 +00:00
committed by Git OBS Bridge
parent 4a6b1ac8a3
commit 30a2e5667e
6 changed files with 152 additions and 10 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue Jan 31 10:54:06 UTC 2012 - saschpe@suse.de