purl 1.5-2 source package in Ubuntu

Changelog

purl (1.5-2) unstable; urgency=medium

  * Team upload.
  * Drop pypy support.

 -- Andrey Rahmatullin <email address hidden>  Sun, 11 Aug 2019 00:56:13 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
purl_1.5-2.dsc 2.0 KiB 5c7c1f7bfe44171bab5460fc9a533599aac93f83964c51599d45915f571dba07
purl_1.5.orig.tar.gz 9.7 KiB 75141bef1e7fce943afda671663a97c792af01c81648026cd5b5c0dcc3b72b96
purl_1.5-2.debian.tar.xz 2.6 KiB 898ede0120f492f46a548363ab0fcb2725b8bce398399d03da96f080994fdf83

Available diffs

No changes file available.

Binary packages built by this source

python3-purl: URL interrogation and manipulation (Python3 version)

 A simple, immutable URL class with a clean API for interrogation and
 manipulation that also supports template URLs as per RFC 6570.
 It parses URLs into URL objects which are immutable but also provides mutator
 methods for all segments which return a new URL instance. This allows for
 easy modification of URLs during runtime.
 .
 This package contains the Python 3 version of the library.