./time/py-parsedatetime, Python module for parsing human-readable date/time text

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6nb1, Package name: py310-parsedatetime-2.6nb1, Maintainer: pkgsrc-users

A collection of routines to input, parse and manipulate date and times.
The text can either be 'normal' date values or it can be human readable.


Required to run:
[lang/python310]

Master sites:

Filesize: 58.705 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263)
Log message:
time: Remove SHA1 hashes for distfiles
   2020-06-01 07:14:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-parsedatetime: updated to 2.6

v2.6 release
Polished README.rst
fix pyicu import to suppress warnings
Fixed missing comma in seconds strings

Updated Pipfile and Makefile to:
- update and move packages to the "dev" section
- use Python 3.7 for pipenv
- install tox-pipenv plugin to try and fix Tox (currently doesn't)
- simplify tox.ini to try and fix Tox (didn't)
- move ci makefile target to the circle config
   2019-11-25 07:39:50 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-parsedatetime: updated to 2.5

v2.5:
Fix to sanitize abbreviated months from icu
typo in RU locale in abbreviation for January
Fix lint errors for flake8 v3.5.0
Add a constant for start hour
Add 'secs' and 'mins' into base units
Remove unused dependency on future
   2017-05-16 11:27:52 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Changes 2.4:
Issue 219 - remove 'setup_requires' from setup.py
   2017-03-13 11:17:36 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-parsedatetime to 2.3.

Fix for Issue #215 (test failure)
   2017-02-15 01:53:26 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add missing py-test-runner dependency.