parsedatetime 2.4-5 source package in Ubuntu
Changelog
parsedatetime (2.4-5) unstable; urgency=medium [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Repository, Repository- Browse. [ Sandro Tosi ] * Drop python2 support; Closes: #937240 -- Sandro Tosi <email address hidden> Fri, 27 Mar 2020 10:16:44 -0400
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
parsedatetime_2.4-5.dsc | 2.1 KiB | 41b168cf7209b11b3b0652309340ec09b6a155ca797e42443a41354aaaef4783 |
parsedatetime_2.4.orig.tar.gz | 57.4 KiB | 3d817c58fb9570d1eec1dd46fa9448cd644eeed4fb612684b02dfda3a79cb84b |
parsedatetime_2.4-5.debian.tar.xz | 4.3 KiB | 4724900ecd1aa094e2551e57093b69b50eb3c8d5003d43fe99a378c4ca2fb999 |
Available diffs
- diff from 2.4-4 to 2.4-5 (1.2 KiB)
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.