python-w3lib 2.1.2-1 source package in Ubuntu

Changelog

python-w3lib (2.1.2-1) unstable; urgency=medium

  * New upstream release.
    + Fix tests on Python 3.11.4+ (Closes: #1042345).
  * Switch to autopkgtest-pkg-pybuild.

 -- Andrey Rakhmatullin <email address hidden>  Fri, 04 Aug 2023 23:46:03 +0400

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
Mantic release universe python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-w3lib_2.1.2-1.dsc 2.1 KiB 5d230b35467772b36311c1d32e17374257cc70b4e5eff07d12075c0f0c388947
python-w3lib_2.1.2.orig.tar.gz 47.6 KiB ed5b74e997eea2abe3c1321f916e344144ee8e9072a6f33463ee8e57f858a4b1
python-w3lib_2.1.2-1.debian.tar.xz 3.8 KiB ae588abb268ec5929b97eaade7a5d0c44520845d5e122aa19321ac518ffe23f0

Available diffs

No changes file available.

Binary packages built by this source

python3-w3lib: Collection of web-related functions (Python 3)

 Python module with simple, reusable functions to work with URLs, HTML,
 forms, and HTTP, that aren’t found in the Python standard library.
 .
 This module is used to, for example:
  - remove comments, or tags from HTML snippets
  - extract base url from HTML snippets
  - translate entities on HTML strings
  - encoding mulitpart/form-data
  - convert raw HTTP headers to dicts and vice-versa
  - construct HTTP auth header
  - RFC-compliant url joining
  - sanitize urls (like browsers do)
  - extract arguments from urls
 .
 The code of w3lib was originally part of the Scrapy framework but was later
 stripped out of Scrapy, with the aim of make it more reusable and to provide
 a useful library of web functions without depending on Scrapy.
 .
 This is the Python 3 version of the package.