soupsieve 2.3.2-1 source package in Ubuntu

Changelog

soupsieve (2.3.2-1) unstable; urgency=medium

  * New upstream release.
  * Build with the pybuild pyproject plugin.
    - Upstream switched from setuptools to hatchling.
  * Drop patch libxml2-2.9.11, superseded upstream.

 -- Stefano Rivera <email address hidden>  Fri, 08 Apr 2022 15:33:53 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
soupsieve_2.3.2-1.dsc 1.7 KiB 191e6811697df26229ea16a6fda095e01b2ddac92480011c073067556817779f
soupsieve_2.3.2.orig.tar.gz 100.0 KiB 0bcc6d7432153063e3df09c3ac9442af3eba488715bfcad6a4c38ccb2a523124
soupsieve_2.3.2-1.debian.tar.xz 3.7 KiB f8075547c6e94170139216a84a1b7f1beac8e8587294fa99a7a1dd91cf599a94

Available diffs

No changes file available.

Binary packages built by this source

python3-soupsieve: modern CSS selector implementation for BeautifulSoup (Python 3)

 Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4
 (python3-bs4 in Debian). It aims to provide selecting, matching, and filtering
 using modern CSS selectors. Soup Sieve currently provides selectors from the
 CSS level 1 specifications up through the latest CSS level 4 drafts (though
 some are not yet implemented).
 .
 Soup Sieve was written with the intent to replace Beautiful Soup's builtin
 select feature, and as of Beautiful Soup version 4.7.0, it now is 🎊. Soup
 Sieve can also be imported in order to use its API directly for more
 controlled, specialized parsing.
 .
 This package contains Soup Sieve for Python 3.x.