./time/py-rfc3339, Library for generating and parsing RFC 3339-compliant timestamps

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


Branch: CURRENT, Version: 2.0.1, Package name: py312-rfc3339-2.0.1, Maintainer: pkgsrc-users

pyRFC3339 parses and generates RFC 3339-compliant timestamps
using Python datetime.datetime objects.


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

Master sites:

Filesize: 4.466 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-08 15:07:57 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rfc3339: updated to 2.0.1

2.0.1 (2024-11-03)

Fix GitHub Actions badge in README.rst.

2.0 (2024-11-03)

(not released to PyPI)

Migrate tests from nose to unittest and pytest
Replace :mod:`pytz` dependency with :attr:`datetime.timezone.utc` and :mod:`zoneinfo`
Reformat codebase with black and isort
Configure GitHub Actions; remove Travis CI configuration file
   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
   2019-02-12 09:34:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rfc3339: updated to 1.1

1.1:
Drop support for EOL Python releases, add (explicit) support for Python 3.5 and 3.6
Add :meth:.utils.FixedOffset.__deepcopy__() method, to prevent crash on deepcopy
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2015-12-01 09:37:29 by Filip Hajny | Files touched by this commit (4)
Log message:
Import pyRFC3339 1.0 as time/py-rfc3339.

pyRFC3339 parses and generates RFC 3339-compliant timestamps
using Python datetime.datetime objects.