python-parsel 1.7.0+dfsg-1 source package in Ubuntu

Changelog

python-parsel (1.7.0+dfsg-1) unstable; urgency=medium

  * New upstream version.
  * Update d/watch.
  * Bump Standards-Version to 4.6.1.
  * Drop B-D: python3-six.
  * Add python3-psutil to B-D and autopkgtest deps.
  * Add python3-pkg-resources to Depends.
  * Use py3versions -s instead of py3versions -r in the autopkgtest.

 -- Andrey Rahmatullin <email address hidden>  Tue, 01 Nov 2022 21:21:00 +0500

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parsel_1.7.0+dfsg-1.dsc 2.4 KiB 0c3efcefa4f11fc6de5061993f6b6790f904d2c76a7568443858c8376ff228a4
python-parsel_1.7.0+dfsg.orig.tar.xz 39.1 KiB 1a96ca7c1c4223cd334d86b283f6bc8869ea3f92bc0167c40edcee1dd847cce2
python-parsel_1.7.0+dfsg-1.debian.tar.xz 4.7 KiB 58084a73ae5e256a081341bc220b7917104a31685c9efca897dd738f3aa3f283

Available diffs

No changes file available.

Binary packages built by this source

python3-parsel: Python 3 library to extract HTML/XML data using XPath/CSS selectors

 Parsel is a Python library to extract data from HTML and XML using XPath and
 CSS selectors
 .
 This module is used to, for example:
  - Extract text using CSS or XPath selectors
  - Regular expression helper methods
 .
 This is the Python 3 version of the package.