CVS log for pkgsrc/time/py-relativetimebuilder/distinfo
Up to [cvs.NetBSD.org] / pkgsrc / time / py-relativetimebuilder
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 10 08:51:07 2025 UTC (3 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4
lines
py-relativetimebuilder: updated to 3.0.1
relativetimebuilder 3.0.1
Added
Development requirements handled by extras_require (install with pip install -e .[dev])
Pre-commit hooks, managed with pre-commit (install with pre-commit install)
Add readthedocs.yaml to make configuration explicit
Changed
Code formatted with Black
Imports sorted with isort
Following Keep a Changelog for this and future CHANGELOG entries
Heading level of top of CHANGELOG
Increase supported aniso8601 version to <11.0.0
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 29 07:02:52 2023 UTC (19 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: 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,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
py-relativetimebuilder: updated to 3.0.0
relativetimebuilder 3.0.0
Changes
Add support for concise interval format (e.g. "2007-12-14T13:30/15:30")
Implement range checks supported by aniso8601 9.0.0
Add version to version.py
Cleaner reading of README.rst into the long_description field of setup.py
Define long_description_content_type as text/x-rst
Simplify Sphinx configuration
Bump copyright date to 2021
Deprecation
Deprecate running tests with python setup.py tests as the test suite support in Setuptools is deprecated
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:24:34 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:04:10 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
time: Remove SHA1 hashes for distfiles
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Apr 3 14:50:44 2019 UTC (6 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
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
py-relativetimebuilder: added version 1.0.0
aniso8601 builder for dateutil relativedeltas
Features
* Provides RelativeTimeBuilder compatible with aniso8601
* Returns dateutil relativedelta objects for durations
CVSweb <webmaster@jp.NetBSD.org>