dateparser 1.1.0-1 source package in Ubuntu

Changelog

dateparser (1.1.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set field Upstream-Name in debian/copyright.

  [ Andrey Rahmatullin ]
  * New upstream version.
  * Fix debian/watch.
  * Add python3-fasttext and python3-langdetect to B-D and autopkgtest deps.
  * Add python3-fasttext and python3-langdetect to Suggests.
  * Disable fasttext tests as they require its models.
  * Bump Standards-Version to 4.6.0.

 -- Andrey Rahmatullin <email address hidden>  Sat, 04 Dec 2021 13:16:26 +0500

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dateparser_1.1.0-1.dsc 2.5 KiB aed6609920397a47d69d5f966fe8e172227beb18ee63067c72aa76cb5f13d699
dateparser_1.1.0.orig.tar.gz 472.5 KiB 8d213c061a54f3b8efc1e37297564ea19acbb11c25ea29fa5291ab352dbc5149
dateparser_1.1.0-1.debian.tar.xz 4.8 KiB 0cf06cd78277eb97907dec534c4d5af78249ae6a6275cce650a2979446a9ba50

Available diffs

No changes file available.

Binary packages built by this source

python3-dateparser: Python parser for human readable dates

 dateparser provides modules to easily parse localized dates in almost
 any string formats commonly found on web pages.
 .
  * Generic parsing of dates in over 200 language locales plus
    numerous formats in a language agnostic fashion.
  * Generic parsing of relative dates like: '1 min ago', '2 weeks
    ago', '3 months, 1 week and 1 day ago', 'in 2 days', 'tomorrow'.
  * Generic parsing of dates with time zones abbreviations or UTC
    offsets like: 'August 14, 2015 EST', 'July 4, 2013 PST', '21 July
    2013 10:15 pm +0500'.
  * Date lookup in longer texts.
  * Support for non-Gregorian calendar systems.
  * Extensive test coverage.