parsedatetime 2.6-3 source package in Ubuntu

Changelog

parsedatetime (2.6-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Thu, 26 May 2022 16:40:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parsedatetime_2.6-3.dsc 2.1 KiB cad64402747684229f168b877f5cebc14221f3dc432ce6d7195ec47e3c21b337
parsedatetime_2.6.orig.tar.gz 69.1 KiB 0cbf3fe4dee18c88df343bc568d35fdc67774846cb4aec2b2626d1bee7a0c6c5
parsedatetime_2.6-3.debian.tar.xz 4.5 KiB 1ca9bda59f2878b0e5e6e6b3a875659166c166cad0a6631a17ae90c64d02434b

Available diffs

No changes file available.

Binary packages built by this source

python3-parsedatetime: Python 3 module to parse human-readable date/time expressions

 parsedatetime is able to parse, for example, the following:
 .
   * August 25th, 2008
   * 25 Aug 2008
   * Aug 25 5pm
   * 5pm August 25
   * next saturday
   * tomorrow
   * next thursday at 4pm
   * at 4pm
   * eod
   * tomorrow eod
   * eod tuesday
   * eoy
   * eom
   * in 5 minutes
   * 5 minutes from now
   * 5 hours before now
   * 2 hours before noon
   * 2 days from tomorrow
 .
 This package provides the modules for Python 3.