purl 1.6-1 source package in Ubuntu

Changelog

purl (1.6-1) unstable; urgency=low

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Michael Fladischer ]
  * New upstream release.
  * Bump Standards-Version to 4.6.0.
  * Use uscan version 4.
  * Bump debhelper version to 13.
  * Set Rules-Requires-Root: no.
  * Remove unnecessary autopkgtest-pkg-python testsuite.
  * Fix missing newline in d/watch.

 -- Michael Fladischer <email address hidden>  Sat, 28 Aug 2021 20:56:34 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
purl_1.6-1.dsc 1.6 KiB 292ccab3233d27349c95d3646ec21635cdc7bcebd5cae0830dfd1ac52e5d7dc2
purl_1.6.orig.tar.gz 12.0 KiB ba0babadbd0c981c495a45715c544ad34cdad35102e99fb4fcd7a78625627ce3
purl_1.6-1.debian.tar.xz 2.9 KiB 99d1e7ff0604ecea2a735cdf657fb4c5d7738a69e0547e78f8bd836c7dcee6cb

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.