Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-pyquery
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 8 12:10:51 2023 UTC (6 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
HEAD
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
py-pyquery: updated to 2.0.0 2.0.0 (2022-12-28) ------------------ - Breaking change: inputs starting with ``"http://"`` or ``"https://"`` like ``PyQuery("http://example.com")`` will no longer fetch the contents of the URL. Users desiring the old behavior should switch to ``PyQuery(url="http://example.com")``. - Add nextUntil method - ``.remove()`` no longer inserts a space in place of the removed element - Fix escaping of top-level element text in ``.html()`` output - Support (and require) cssselect 1.2+ - Drop support for python 3.5/3.6
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 26 11:23:11 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 7 15:02:18 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 26 13:44:17 2020 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
py-pyquery: updated to 1.4.3 1.4.3 - No longer use a universal wheel 1.4.2 - Fix exception raised when calling `PyQuery("<textarea></textarea>").text()` - python2 is no longer supported
Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 26 22:55:24 2019 UTC (3 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
py-pyquery: updated to 1.4.1 1.4.1: - This is the latest release with py2 support - Remove py33, py34 support - web scraping improvements: default timeout and session support - Add API methods to serialize form-related elements according to spec - Include HTML markup when querying textarea text/value
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 24 11:51:06 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
py-pyquery: updated to 1.4.0 1.4.0: - Refactoring of `.text()` to match firefox behavior.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 22 20:39:23 2017 UTC (5 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
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()
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 11 08:18:43 2017 UTC (6 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
1.2.17: PyQuery('<input value="">').val() is '' PyQuery('<input>').val() is ''
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 4 02:00:04 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 5 22:13:52 2014 UTC (8 years, 11 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
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)
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 16 01:06:29 2014 UTC (9 years, 4 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
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.