python-publicsuffix2 2.20191221-5 source package in Ubuntu
Changelog
python-publicsuffix2 (2.20191221-5) unstable; urgency=medium * Team upload. * Drop dependency on python3-pkg-resources (Closes: #1083686) -- Alexandre Detiste <email address hidden> Wed, 29 Jan 2025 23:13:42 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Questing | release | universe | misc | |
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-publicsuffix2_2.20191221-5.dsc | 2.2 KiB | 67937e9044f3c6e261ff685cefa2ab363264771bc7f71cf4634799129320e2cb |
python-publicsuffix2_2.20191221.orig.tar.gz | 97.3 KiB | 00f8cc31aa8d0d5592a5ced19cccba7de428ebca985db26ac852d920ddd6fe7b |
python-publicsuffix2_2.20191221-5.debian.tar.xz | 8.2 KiB | 3d4b46dbea9873d573db2df58e6354b83ca7593449216c244bfb0f53bb2c2082 |
Available diffs
- diff from 2.20191221-3 to 2.20191221-5 (939 bytes)
No changes file available.
Binary packages built by this source
- python3-publicsuffix2: Python3 module to get a domain suffix using the Public Suffix List
This Python3 module allows you to get the public suffix of a domain name
using the Public Suffix List from http://publicsuffix. org.
.
A public suffix is one under which Internet users can directly register
names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling
web browser cookies, highlighting the most important part of a domain name
in a user interface or sorting URLs by web site.
.
This module replaces the deprecated python3-publicsuffix package.