Next | Query returned 16 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-03-08 13:10:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2022-03-05 10:00:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pyquery: fix for latest setuptools

Empty entry_points.txt are not created any longer
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
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
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-11-26 14:44:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2019-10-27 00:55:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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
   2018-01-24 12:51:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyquery: updated to 1.4.0

1.4.0:
- Refactoring of `.text()` to match firefox behavior.
   2017-10-22 22:39:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372)
Log message:
Reset maintainer

Next | Query returned 16 messages, browsing 1 to 10 | Previous