parsedatetime 2.4-2 source package in Ubuntu

Changelog

parsedatetime (2.4-2) unstable; urgency=medium

  * Team upload

  [ Ghislain Antony Vaillant ]
  * Update the gbp configuration
  * Remove superfluous ${shlibs:Depends}
  * Release to unstable

 -- Ghislain Antony Vaillant <email address hidden>  Mon, 17 Jul 2017 14:01:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
parsedatetime_2.4-2.dsc 2.3 KiB 56b913921cea346a4ee7c7a0a45498036dcfe176220d018216698a52126e294a
parsedatetime_2.4.orig.tar.gz 57.4 KiB 3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b
parsedatetime_2.4-2.debian.tar.xz 3.9 KiB 9d8d81015524035c3cae3f606fd38baa65f5b1714b4f686d1bca608d619daf7d

Available diffs

No changes file available.

Binary packages built by this source

python-parsedatetime: No summary available for python-parsedatetime in ubuntu focal.

No description available for python-parsedatetime in ubuntu focal.

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.