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

Changelog

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

  * Upgrade Python build sequencer
  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Remove duplicated license file
  * Add copyright text for Debian files
  * Add unit test to autopkgtest

 -- YOKOTA Hiroshi <email address hidden>  Mon, 29 Apr 2024 22:01: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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.10+ds-1.dsc 2.2 KiB 5045926a9c9c22bd926ad246176ce298f94ac5e3fe4e821aaee584f917258d1b
python-mechanize_0.4.10+ds.orig.tar.xz 169.0 KiB 330e07ab3676feca119d80246cfda39918d267b031b8c65173b266c4baaf0d38
python-mechanize_0.4.10+ds-1.debian.tar.xz 9.1 KiB 4e792f86557e71a017450eba2a962a77d5f36e52ae30e0d88629772408f973e6

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.