./time/py-iso8601, Simple Python module to parse ISO 8601 dates

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


Branch: CURRENT, Version: 2.1.0nb1, Package name: py311-iso8601-2.1.0nb1, Maintainer: pkgsrc-users

This Python module parses the most common forms of ISO 8601 date
strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.


Required to run:
[lang/python310]

Master sites:

Filesize: 6.369 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | Package updated
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation

This follows the recommended bootstrap method (flit_core, build, installer).

However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
   2023-10-04 22:24:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-iso8601: updated to 2.1.0

2.1.0 - 2023-10-03

Fixed

Use ruff for linting
Fixed CHANGELOG version links

Added

Add readthedocs configuration
   2023-06-16 23:20:39 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-iso8601: update to 2.0.0.

[2.0.0] - 2023-06-09

added

    Add just for development commands
    Add Python 3.12 support

changed

    Move changelog into CHANGELOG.md
    Freshen up README

fixed

    Fix test_fixedoffset_eq by adding an actual assertion

removed

    Drop Python 3.6 support (3.6 is end of life)
   2022-10-25 11:09:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-iso8601: updated to 1.1.0

1.1.0
missed a comma
raise ParseError if we get an exception on is_iso8601()
Add is_iso8601() function
Update license years
   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-11-23 21:10:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-iso8601: updated to 1.0.2

1.0.2:
Add an __all__ to __init.py__
   2021-11-22 19:32:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-iso8601: updated to 1.0.1

1.0.1:
Remove branch filter from pull requests
Add missing py.typed file
   2021-11-16 20:24:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-iso8601: updated to 1.0.0

1.0.0
Drop python < 3.6 support
Add type annotations to code
Remove external type annotations in pyi
Switch to poetry for packaging
Simplify internals and remove old compatability code
Switch to nox for testing
Lots of small project development changes