Path to this page:
./
time/py-tempora,
Objects and routines pertaining to date and time
Branch: CURRENT,
Version: 5.7.0,
Package name: py312-tempora-5.7.0,
Maintainer: pkgsrc-usersObjects and routines pertaining to date and time (tempora).
Modules include:
- tempora (top level package module) contains miscellaneous
utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.
Required to run:[
time/py-pytz] [
devel/py-jaraco.functools] [
lang/python310]
Master sites:
Filesize: 21.718 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-tempora-5.7.0
- (2024-07-26) Updated to version: py311-tempora-5.7.0
- (2024-06-19) Updated to version: py311-tempora-5.6.0
- (2024-02-19) Updated to version: py311-tempora-5.5.1
- (2023-11-28) Updated to version: py311-tempora-5.5.0
- (2023-10-28) Updated to version: py311-tempora-5.0.2nb1
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-07-26 08:42:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tempora: updated to 5.7.0
v5.7.0
Features
- Add a tzinfos mapping and parse method for easy datetime parsing with timezone \
support.
|
2024-06-19 07:11:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tempora: updated to 5.6.0
v5.6.0
Features
- Removed dependency on pytz.
- In utc.now(), bind late to allow for monkeypatching.
|
2024-02-19 12:23:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tempora: updated to 5.5.1
v5.5.1
Bugfixes
- Remove test dependency on backports.unittest_mock.
|
2023-11-28 18:16:45 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-tempora: fix path to devel/py-test-freezer
|
2023-11-28 18:15:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-tempora: updated to 5.5.0
v5.5.0
Features
- Stopwatch now uses ``time.monotonic``.
v5.4.0
Features
- Require Python 3.8 or later.
v5.3.0
Removed use of ``datetime.utc**`` functions
deprecated in Python 3.12.
v5.2.2
Fixed bug in tests that would fail when a leap year
was about a year away.
v5.2.1
Restored dependency on ``jaraco.functools``, still
used in timing module.
v5.2.0
Remove dependency on jaraco.functools.
v5.1.1
Packaging refresh.
v5.1.0
Introduced ``infer_datetime`` and added some type hints.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
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.
|
2022-11-16 23:54:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-tempora: add missing tool dependency
|