python-user-agents 2.2.0-3 source package in Ubuntu

Changelog

python-user-agents (2.2.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.

 -- Jelmer Vernooij <email address hidden>  Wed, 25 May 2022 21:12:05 +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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-user-agents_2.2.0-3.dsc 2.1 KiB 6a66857a75df06663248cc4a3cd459e59fb9dbf6690e9cf3194afa0c483f84a0
python-user-agents_2.2.0.orig.tar.gz 10.2 KiB 25ad850fe9cfc8e0e2a8e6b054943006b33317e34a36c6c9996a2f489acff879
python-user-agents_2.2.0-3.debian.tar.xz 2.7 KiB a36b93da28492115715a368c31a1e0204a54aebfa5b57ff9d515b85abe30fec9

Available diffs

No changes file available.

Binary packages built by this source

python3-user-agents: Pure Python implementation for detecting which user agent is used

 This is a Python library that provides an easy way to
 identify/detect devices like mobile phones, tablets and their
 capabilities by parsing (browser/HTTP) user agent strings. The goal is
 to reliably detect whether:
 .
  - User agent is a mobile, tablet or PC based device
  - User agent has touch capabilities (has touch screen)