The NetBSD Project

CVS log for pkgsrc/time/py-iso8601/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / time / py-iso8601

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 4 20:24:47 2023 UTC (18 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
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

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:20:39 2023 UTC (22 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
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)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 25 09:09:26 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
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

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 23 20:10:46 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
py-iso8601: updated to 1.0.2

1.0.2:
Add an __all__ to __init.py__

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 22 18:32:34 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
py-iso8601: updated to 1.0.1

1.0.1:
Remove branch filter from pull requests
Add missing py.typed file

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 16 19:24:19 2021 UTC (3 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
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

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:24:33 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
time: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:04:09 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
time: Remove SHA1 hashes for distfiles

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 19 19:56:00 2021 UTC (3 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
py-iso8601: updated to 0.1.16

0.1.16: Add docs to sdist
0.1.15: Fix distribution of pyi files

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 5 19:04:34 2021 UTC (4 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -6 lines
py-iso8601: updated to 0.1.14

0.1.14

Add GitHub build actions for project
Add project URLs in setup.py
Update README links
Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
Fix README links
Add Python 3.9 to test matrix
Add type hints
Derive ParseError from ValueError

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Sep 16 03:00:37 2020 UTC (4 years, 7 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
py-iso8601: fix Python 3.6 build

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 14 07:36:25 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
py-iso8601: updated to 0.1.13

0.1.13:
Move to GitHub (https://github.com/micktwomey/pyiso8601)
Remove python 2.6, 3.2, 3.3 and 3.4 from tests
Add python 3.7 and 3.8 to tests

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 28 07:16:28 2017 UTC (7 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
0.1.12
Fix class reference for iso8601.Utc in module docstring

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 13 14:43:53 2015 UTC (9 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
Update iso8601 to 0.1.11.

Add test dependency and fix test target.

Changes:
Update README for release and add more pythons for testing
Remove debug logging
Add support for , as separator for fractional part
Add pypy 3 into tox test config
Add python 3.4 to tox tests and update doc links

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 2 23:31:44 2015 UTC (9 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Add SHA512 digests for distfiles for time category

Problems found with mismatching existing digests for:
	distfiles/asclock-classic-1.0.tar.gz
	distfiles/asclock-gtk-2.1.10beta.tar.gz
	distfiles/asclock-xlib-2.0.11.tar.gz
	distfiles/emiclock-2.0.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 31 08:10:05 2014 UTC (11 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Import py27-iso8601-0.1.10 as time/py-iso8601.

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.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>