python-mechanicalsoup 1.3.0-2 source package in Ubuntu

Changelog

python-mechanicalsoup (1.3.0-2) unstable; urgency=medium

  * Team Upload
  * Allow autopkgtest to print '"POST /post HTTP/1.1" 200' to stderr

 -- Alexandre Detiste <email address hidden>  Sun, 28 Jan 2024 19:08:18 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanicalsoup_1.3.0-2.dsc 2.3 KiB 3117ae99a4c94c69fda639bdf4b92fa8f3ee437d926f1f9ba1bf838a4ddc1f19
python-mechanicalsoup_1.3.0.orig.tar.gz 49.6 KiB 38e8748f62fd9455a0818701a9e2dbfa549639d09f829f3fdd03665c825e7ce1
python-mechanicalsoup_1.3.0-2.debian.tar.xz 3.7 KiB 435607696d6a2f9050ec2d06208dd5dc25ab2c6c2dc904a32e3f5e5321610f02

Available diffs

No changes file available.

Binary packages built by this source

python3-mechanicalsoup: library for automating interaction with websites (Python 3)

 A Python library for automating interaction with websites. MechanicalSoup
 automatically stores and sends cookies, follows redirects, and can follow
 links and submit forms. It doesn't do Javascript.
 .
 MechanicalSoup provides a similar API to the Mechanize library using Requests
 (for http sessions) and BeautifulSoup (for document navigation).
 .
 This package provides the modules for Python 3.