python-mechanize 1:0.4.8+pypi-5 source package in Ubuntu

Changelog

python-mechanize (1:0.4.8+pypi-5) unstable; urgency=medium

  * Upgrade Debian standards
  * Rediff patches
    Import upstream code fix to build on Python 3.11
  * Renumber patches

 -- YOKOTA Hiroshi <email address hidden>  Mon, 19 Dec 2022 01:20:00 +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
Mantic release universe python
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.8+pypi-5.dsc 2.5 KiB c44308d0d6ba0f866037d270a2898cd48b52e035de461f251edf826ff39cf640
python-mechanize_0.4.8+pypi.orig.tar.gz 212.9 KiB 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91
python-mechanize_0.4.8+pypi.orig.tar.gz.asc 833 bytes 7c5bc6d4c2888270a1550e2b478e987b8be07ca15bc0f0c335b7e6ac522eb4ee
python-mechanize_0.4.8+pypi-5.debian.tar.xz 13.7 KiB f239d65bdd9668c2c237e7e8faa6908dbbf8f0b439a50e02e7194185663cf903

Available diffs

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.