./www/py-twill, Simple scripting language for web browsing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.3.1, Package name: py313-twill-3.3.1, Maintainer: pkgsrc-users

A scripting system for automating Web browsing. Useful for testing Web pages or
grabbing data from password-protected sites automatically.


Required to run:
[devel/py-setuptools] [lang/python27] [textproc/py-cssselect]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 88.115 KB

Version history: (Expand)


CVS history: (Expand)


   2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442)
Log message: *: remove reference to (removed) Python 3.9 
   2025-09-08 17:05:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message: py-twill: updated to 3.3.1 3.3.1 * The supported Python versions are now 3.8 to 3.14. 
   2025-07-05 13:44:20 by Thomas Klausner | Files touched by this commit (116)
Log message: *: some more recursive Python restrictions on Python 3.11+ Reported in SmartOS bulk build 
   2025-04-14 22:28:04 by Adam Ciarcinski | Files touched by this commit (60) | Package updated
Log message: Fix PLIST after py-setuptools update; bump depends and revision 
   2024-11-12 10:56:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message: py-twill: updated to 3.3 3.3 (released 2024-10-13) * The supported Python versions are now 3.8 to 3.13. * Saving and loading of cookies has been made more robust, and it now also incorporates the domains and paths of the cookies. * Twill now uses Flask_ instead of Quixote_ as test server for running its own test suite. * Twill now uses 'argparse' instead of the deprecated 'optparse' to parse options and arguments passed on the command line. 
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays 
   2024-07-02 15:49:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message: py-twill: updated to 3.2.5 3.2.5 (released 2024-06-28) * Uses lxml 5 instead of lxml 4. 
   2024-05-07 21:15:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message: py-twill: updated to 3.2.4 3.2.4 (released 2024-04-27) * Support latest version of httpx.