The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 31 17:56:53 2024 UTC (3 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
py-tempora: updated to 5.8.0

v5.8.0

Features
- Drop support for Python 3.8, now EOL.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 26 06:42:30 2024 UTC (8 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
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.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 19 05:11:36 2024 UTC (10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
py-tempora: updated to 5.6.0

v5.6.0

Features
- Removed dependency on pytz.
- In utc.now(), bind late to allow for monkeypatching.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 19 11:23:20 2024 UTC (14 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
py-tempora: updated to 5.5.1

v5.5.1

Bugfixes

- Remove test dependency on backports.unittest_mock.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Nov 28 17:15:22 2023 UTC (16 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Nov 6 18:18:37 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
py-tempora: updated to 5.0.2

v5.0.2
======
- Refreshed project.
- Enrolled with Tidelift.

v5.0.1
======
- Refreshed project.

v5.0.0
======
- Removed deprecated ``divide_*`` functions and ``Parser``
  class.
- Require Python 3.7 or later.
- Fixed error reporting in parse_timedelta.

v4.1.2
======
- Docs now build without warnings.

v4.1.1
======
- Fixed issue where digits were picked up in the unit when
  adjacent to the last unit.

v4.1.0
======
- Added support for more formats in ``parse_timedelta``.
- ``parse_timedelta`` now supports formats emitted by
  ``timeit``, including honoring nanoseconds at the
  microsecond resolution.

v4.0.2
======
- Refreshed package metadata.

v4.0.1
======
- Refreshed package metadata.

v4.0.0
======
- Removed ``strptime`` function in favor of
  `datetime.datetime.strptime <https://docs.python.org/3/library/datetime.html#datetime.datetime.strptime>`_. If passing
  a ``tzinfo`` parameter, instead invoke `.replace(tzinfo=...)`
  on the result.
- Deprecated ``divide_timedelta`` and ``divide_timedelta_float``
  now that Python supports this functionality natively.
- Deprecated ``Parser`` class. The
  `dateutil.parser <https://dateutil.readthedocs.io/en/stable/parser.html>`_
  provides more sophistication.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:24:35 2021 UTC (3 years, 5 months ago) by nia
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.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
time: Replace RMD160 checksums with BLAKE2s checksums

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

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 19 10:01:13 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
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
py-tempora: updated to 1.14.1

1.14.1
Fix failing doctest in parse_timedelta.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 15 10:07:38 2018 UTC (6 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
py-tempora: updated to 1.14

1.14
Package refresh, including use of declarative config in
the package metadata.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 7 09:03:07 2018 UTC (6 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
py-tempora: updated to 1.13

1.13
Enhancements to BackoffDelay:
- Added .reset method.
- Made iterable to retrieve delay values.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jul 3 09:56:28 2018 UTC (6 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
py-tempora: updated to 1.12

1.12:
Added UTC module (Python 3 only), inspired by the utc project.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 15 12:34:54 2018 UTC (7 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5 lines
py-tempora: updated to 1.11

1.11:
Scheduler now honors daylight savings times in the PeriodicCommands.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Dec 22 05:55:39 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
py-tempora: updated to 1.10

1.10
Added ``timing.BackoffDelay``, suitable for implementing
exponential backoff delays, such as those between retries.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 22 08:08:25 2017 UTC (7 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
1.9
Added support for months, years to ``parse_timedelta``.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 19 17:06:49 2017 UTC (7 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
1.8:
Introducing ``timing.Timer``, featuring a ``expired``
method for detecting when a certain duration has been
exceeded.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 13 17:15:00 2017 UTC (8 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Added time/py-tempora version 1.6.1

Objects 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.

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>