Path to this page:
./
time/py-relativetimebuilder,
Dateutil relativedeltas for calendar precision with aniso8601
Branch: CURRENT,
Version: 3.0.1,
Package name: py312-relativetimebuilder-3.0.1,
Maintainer: pkgsrc-usersaniso8601 builder for dateutil relativedeltas
Features
* Provides RelativeTimeBuilder compatible with aniso8601
* Returns dateutil relativedelta objects for durations
Required to run:[
time/py-dateutil] [
time/py-aniso8601] [
lang/python310]
Master sites:
Filesize: 13.345 KB
Version history: (Expand)
- (2025-01-10) Updated to version: py312-relativetimebuilder-3.0.1
- (2024-11-11) Updated to version: py312-relativetimebuilder-3.0.0nb1
- (2024-04-30) Updated to version: py311-relativetimebuilder-3.0.0nb1
- (2023-08-29) Updated to version: py311-relativetimebuilder-3.0.0
- (2023-02-09) Updated to version: py310-relativetimebuilder-1.0.0nb1
- (2022-01-05) Updated to version: py39-relativetimebuilder-1.0.0nb1
CVS history: (Expand)
2025-01-10 09:51:07 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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
|
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-04-30 11:35:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-relativetimebuilder: convert to wheel.mk.
Bump PKGREVISION.
|
2023-08-29 09:02:52 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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
|
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-04-03 16:50:45 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-relativetimebuilder: added version 1.0.0
aniso8601 builder for dateutil relativedeltas
Features
* Provides RelativeTimeBuilder compatible with aniso8601
* Returns dateutil relativedelta objects for durations
|