soupsieve 2.4-1 source package in Ubuntu

Changelog

soupsieve (2.4-1) experimental; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Stefano Rivera <email address hidden>  Sun, 19 Feb 2023 10:22:56 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
soupsieve_2.4-1.dsc 1.7 KiB 3ee28acdd7590c893c0b76b618cce5ac155e31d924bf34644f87983efeebab7c
soupsieve_2.4.orig.tar.gz 98.9 KiB e28dba9ca6c7c00173e34e4ba57448f0688bb681b7c5e8bf4971daafc093d69a
soupsieve_2.4-1.debian.tar.xz 3.8 KiB 0602e31e3f5a3799d2b7e564895648252be63df2854e67a0dbea89c928732865

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.