python-mechanize 1:0.4.9+ds-1 source package in Ubuntu

Changelog

python-mechanize (1:0.4.9+ds-1) unstable; urgency=medium

  * PyPI drops PGP support
  * Drop generated files from upstream source
  * New upstream version 0.4.9+ds
  * Rediff patches
  * Renumber patches
  * Drop unused docutils module from Build-Depends

 -- YOKOTA Hiroshi <email address hidden>  Thu, 09 Nov 2023 16:42:36 +0900

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.9+ds-1.dsc 2.1 KiB 1c931fe0e920ff6e820bf298b82b2395c6cffb117821081795c0220a0e4e9ae8
python-mechanize_0.4.9+ds.orig.tar.xz 169.0 KiB 1c2a49876fd494924f4aaf749c06ac10e037300beefebf679c11b3ff542bde40
python-mechanize_0.4.9+ds-1.debian.tar.xz 11.2 KiB 5502facce59feb75d79d5e6aae2cce7da9bcb7eab4b41bf9f88263a41c7ba655

No changes file available.

Binary packages built by this source

python3-mechanize: stateful programmatic web browsing

 A library for browsing the web in Python. Mechanize acts like a browser
 allowing you to do web scraping, functional testing of web sites and
 things no one has thought of yet.
 .
 Among other things, mechanize:
  * Follows links
  * Fills in HTML forms
  * Automatically observes robots.txt
  * Has a browser history
 .
 It was modelled after the Perl module WWW::Mechanize.