python-mechanize 1:0.4.5-1 source package in Ubuntu

Changelog

python-mechanize (1:0.4.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field.
  * Use debhelper-compat instead of debian/compat.
  * Bump Standards-Version to 4.4.1.

  [ Norbert Preining ]
  * New upstream version 0.4.5
  * d/control: remove python(3)-pkgconfig, not necessary

 -- Norbert Preining <email address hidden>  Mon, 06 Jan 2020 09:26:16 +0900

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.5-1.dsc 1.9 KiB 7fdada99abf92e466317bfd8c761afba87f91e70c1e5e806967840abd590e958
python-mechanize_0.4.5.orig.tar.gz 218.4 KiB 08515f36d315566b256888bbe50e3587293397028c45b5289f3e38fede3c574f
python-mechanize_0.4.5-1.debian.tar.xz 7.3 KiB 4e03cf69cab343e18150720606c02cac55809d60ece5072c19fc87e89f72657a

Available diffs

No changes file available.

Binary packages built by this source

python-mechanize: No summary available for python-mechanize in ubuntu focal.

No description available for python-mechanize in ubuntu focal.

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.