./time/py-ciso8601, Fast ISO8601 date time parser for Python written in C

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


Branch: CURRENT, Version: 2.3.2, Package name: py312-ciso8601-2.3.2, Maintainer: pkgsrc-users

ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime
objects. Since it's written as a C module, it is much faster than other Python
libraries.


Required to run:
[time/py-pytz] [lang/python310]

Master sites:

Filesize: 27.553 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-10 11:11:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-ciso8601: updated to 2.3.2

2.3.2

* Add support for aarch64 wheels.
* Add wheels for PyPy 3.10
* Added Python 3.13 support
* Better error message when attempting to parse a BCE year.
   2023-10-31 21:41:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ciso8601: updated to 2.3.1

Version 2.3.1

* Added Python 3.12 wheels
   2023-08-02 18:17:20 by Nia Alarie | Files touched by this commit (41)
Log message:
*: Use FORCE_C_STD=c99 for C packages that use for loop initial
declarations without setting -std=c99.
   2023-07-11 07:39:25 by Nia Alarie | Files touched by this commit (1)
Log message:
py-ciso8601: Assumes compiler defaults to c99
   2022-12-31 22:56:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ciso8601: updated to 2.3.0

Version 2.3.0

* Added Python 3.11 support
* Fix the build for PyPy2
* Added missing `fromutc` implementation for `FixedOffset`.
* Removed improper ability to call `FixedOffset`'s `dst`, `tzname` and \ 
`utcoffset` without arguments
* Fixed: `datetime.tzname` returns a `str` in Python 2.7, not a `unicode`
* Change `METH_VARARGS` to `METH_O`, enhancing performance.
* Added support for ISO week dates,
* Added support for ordinal dates
   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