The NetBSD Project

CVS log for pkgsrc/textproc/py-pyquery/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-pyquery

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Wed Mar 8 12:10:51 2023 UTC (13 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Sat Mar 5 09:00:56 2022 UTC (2 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

py-pyquery: fix for latest setuptools

Empty entry_points.txt are not created any longer

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:03 2022 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 26 13:44:17 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Sat Oct 26 22:55:24 2019 UTC (4 years, 5 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.8: +5 -6 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Wed Jan 24 11:51:06 2018 UTC (6 years, 2 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.7: +2 -2 lines
Diff to previous 1.7 (colored)

py-pyquery: updated to 1.4.0

1.4.0:
- Refactoring of `.text()` to match firefox behavior.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 22 20:39:23 2017 UTC (6 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Sat Sep 16 19:27:20 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Reset maintainer

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 11 08:18:43 2017 UTC (6 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.4: +7 -6 lines
Diff to previous 1.4 (colored)

1.2.17:
PyQuery('<input value="">').val() is ''
PyQuery('<input>').val() is ''

Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:41 2016 UTC (7 years, 10 months ago) by wiz
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
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 7 17:09:09 2014 UTC (9 years, 4 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Use ${EGG_INFODIR} since that variable is now available.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 5 22:13:52 2014 UTC (9 years, 6 months ago) by rodent
Branch: MAIN
Changes since 1.1: +5 -2 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, 11 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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>