parsedatetime 2.6-2 source package in Ubuntu
Changelog
parsedatetime (2.6-2) unstable; urgency=medium * Update pattern for GitHub archive URLs from /<org>/<repo>/tags page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>. -- Jelmer Vernooij <email address hidden> Sat, 21 Aug 2021 14:03:06 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
parsedatetime_2.6-2.dsc | 2.1 KiB | 7d70ab2deeffc51ffe68f37a3880c0fd70c505905993c55478c6cef9b28865be |
parsedatetime_2.6.orig.tar.gz | 69.1 KiB | 0cbf3fe4dee18c88df343bc568d35fdc67774846cb4aec2b2626d1bee7a0c6c5 |
parsedatetime_2.6-2.debian.tar.xz | 4.5 KiB | 0de7e7b66962c1ddeaea0397fb9f656a61723c9f451ed4d9c1450b5c4ae133f3 |
Available diffs
- diff from 2.6-1 to 2.6-2 (497 bytes)
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.