python-mechanicalsoup 0.10.0-6build1 source package in Ubuntu

Changelog

python-mechanicalsoup (0.10.0-6build1) mantic; urgency=medium

  * No-change rebuild for python 3.11, soupsieve 2.4, &tc.
    (LP: #2024601)

 -- Bryce Harrington <email address hidden>  Wed, 21 Jun 2023 09:55:34 -0700

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Mantic
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanicalsoup_0.10.0.orig.tar.gz 23.6 KiB 22423efd025c3eedb06f41d3ff1127174a59f40dc560e82dce143956976195bf
python-mechanicalsoup_0.10.0-6build1.debian.tar.xz 6.1 KiB 3b1778fcd2ea5f61481f7e9d286938bbd001906b49f4e2e85b5c0dad185797ad
python-mechanicalsoup_0.10.0-6build1.dsc 2.3 KiB 30c9a2016bc10685b625f8bb77f6f06d0ad91ce6e8f400f2a09b08f8b69111dc

View changes file

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.