Commit graph

9 commits

Author SHA1 Message Date
adam
1f0f25264e py-pyquery: updated to 1.4.0
1.4.0:
- Refactoring of `.text()` to match firefox behavior.
2018-01-24 11:51:06 +00:00
adam
8efbe9cd9b py-pyquery: update to 1.3.0
1.3.0:
Remove some unmaintained modules: pyquery.ajax and pyquery.rules
Code cleanup. No longer use ugly hacks required by python2.6/python3.2.
Run tests with python3.6 on CI
Add a method argument to .outer_html()
2017-10-22 20:39:23 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
adam
096fd757bc 1.2.17:
PyQuery('<input value="">').val() is ''
PyQuery('<input>').val() is ''
2017-07-11 08:18:43 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
rodent
947d479bae Use ${EGG_INFODIR} since that variable is now available. 2014-12-07 17:09:09 +00:00
rodent
dde0a7b6fb Remove executable bits on files in ${EGG_INFODIR} during post-install.
1.2.9 (2014-08-22)
------------------

- 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)
2014-10-05 22:13:52 +00:00
rodent
04a6efefd0 Import py27-pyquery-1.2.8 as textproc/py-pyquery.
pyquery allows you to make jQuery queries on XML documents. The API is as much
as possible the similar to jQuery. pyquery uses lxml for fast XML and HTML
manipulation.

This is not (or at least not yet) a library to produce or interact with
JavaScript code.
2014-05-16 01:06:29 +00:00