python-mechanicalsoup 0.10.0-1 source package in Ubuntu

Changelog

python-mechanicalsoup (0.10.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Ghislain Antony Vaillant ]
  * New upstream version 0.10.0 (Closes: #883366)
  * Refresh the patch queue
  * Update the copyright years
  * Drop the get-orig-source target
  * Normalize the package descriptions
  * Bump the debhelper version to 11
  * Bump the standards version to 4.1.3
  * Explicitly disable testing at build time.
    Reason: Tests require network access
  * Add pytest-mock to the autopkgtest Depends

 -- Ghislain Antony Vaillant <email address hidden>  Thu, 15 Feb 2018 16:18:55 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanicalsoup_0.10.0-1.dsc 2.5 KiB a03382af662cb3d7fbff624c3a36b9155fab5edf5b5d2edf4e3a45fdc24e4278
python-mechanicalsoup_0.10.0.orig.tar.gz 23.6 KiB 22423efd025c3eedb06f41d3ff1127174a59f40dc560e82dce143956976195bf
python-mechanicalsoup_0.10.0-1.debian.tar.xz 3.1 KiB 3a28b3497a2434198826b2026001b01c672037265cf8891a804aebde53a48fd3

Available diffs

No changes file available.

Binary packages built by this source

python-mechanicalsoup: library for automating interaction with websites (Python 2)

 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 2.

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.