parsedatetime 2.6-1 source package in Ubuntu

Changelog

parsedatetime (2.6-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * 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 ]
  * Set upstream metadata fields: Bug-Submit.
  * Update standards version to 4.5.0, no changes needed.

  [ Gordon Ball ]
  * Update homepage/watch URL
  * New upstream version 2.6

 -- Gordon Ball <email address hidden>  Fri, 11 Dec 2020 16:24:19 +0000

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parsedatetime_2.6-1.dsc 2.1 KiB a25cb2b17a669a59d36aa2d01895ac58523222cfb4c963a36d4005e5bd2b848d
parsedatetime_2.6.orig.tar.gz 69.1 KiB 0cbf3fe4dee18c88df343bc568d35fdc67774846cb4aec2b2626d1bee7a0c6c5
parsedatetime_2.6-1.debian.tar.xz 4.4 KiB 8c57dcc32deaf58b3322e070d76ad163e9d95571d0b316063fbc1a2fdaa23611

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.