soupsieve 2.5-1 source package in Ubuntu

Changelog

soupsieve (2.5-1) unstable; urgency=medium

  * New upstream release.

 -- Stefano Rivera <email address hidden>  Fri, 22 Sep 2023 22:37:34 +0530

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 main misc
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
soupsieve_2.5-1.dsc 1.7 KiB 293cb4a6b8a091e45cc33f6b2f7aa4c9e609a965fb202a2257f5bda75205e6db
soupsieve_2.5.orig.tar.gz 98.6 KiB 5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690
soupsieve_2.5-1.debian.tar.xz 3.8 KiB 7f6bddcfbf531a93c913c5c5cecbca3effd093762ee6bcf4c5dcb9bb68c30968

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.