* Bump badge for 2025.
* Removing dependabot config. Closesjaraco/skeleton#156
* Add support for building lxml on pre-release Pythons.
* Fix new mandatory configuration field for RTD (jaraco/skeleton#159)
* Select Ruff rules for modern type annotations (jaraco/skeleton#160)
* Consistent import sorting (isort) (jaraco/skeleton#157)
* Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158)
* remove extra spaces in ruff.toml (jaraco/skeleton#164)
* Remove pycodestyle warnings, no longer meaningful when using ruff formatter.
* Update to the latest ruff version (jaraco/skeleton#166)
* Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170)
* Remove workaround and update badge.
* Remove PIP_NO_PYTHON_VERSION_WARNING.
* Replace copy of license with an SPDX identifier. (jaraco/skeleton#171)
* Python 3 is the default nowadays (jaraco/skeleton#173)
* Add coherent.licensed plugin to inject license texts into the build.
* Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skeleton#175)
* Bump to setuptools 77 or later.
* Feed the hobgoblins (delint).
* Remove timedelta rendering workaround and thus conftest, no longer needed.
* Finalize
- Update BuildRequires from pyproject.toml
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=56
- Update to version 4.1.1
* Fixed issue where digits were picked up in the unit when
adjacent to the last unit.
- from version 4.1.0
* Added support for more formats in ``parse_timedelta``.
* #17: ``parse_timedelta`` now supports formats emitted by
``timeit``, including honoring nanoseconds at the
microsecond resolution.
- from version 4.0.2
* Refreshed package metadata.
- Update BuildRequires from setup.py
OBS-URL: https://build.opensuse.org/request/show/915469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=25
- version update to 2.1.0
v2.1.0
======
- #9: Fixed error when date object is passed to ``strftime``.
- #11: ``strftime`` now honors upstream expectation of
rendering date values on time objects and vice versa.
- #10: ``strftime`` now honors ``%µ`` for rendering just
the "microseconds" as ``%u`` supported previously.
In a future, backward-incompatible release, the
``%u`` behavior will revert to the behavior as found
in stdlib.
v2.0.0
======
* Require Python 3.6 or later.
* Removed DatetimeConstructor.
OBS-URL: https://build.opensuse.org/request/show/783814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=16
- Upgrade all the way to 1.14:
- Package refresh, including use of declarative config in the package metadata.
- Enhancements to BackoffDelay: Added .reset method and Made
iterable to retrieve delay values.
- Added UTC module (Python 3 only), inspired by the utc project.
- Scheduler now honors daylight savings times in the PeriodicCommands.
- Added timing.BackoffDelay, suitable for implementing
exponential backoff delays, such as those between retries.
- Added support for months, years to parse_timedelta.
- Introducing timing.Timer, featuring a expired method for
detecting when a certain duration has been exceeded.
- Stopwatch now behaves reliably during timezone changes and
(presumably) daylight savings time changes.
- Update project skeleton.
- Run the SPEC file through spec-cleaner
- Switched off test suite run temporarily. gh#jaraco/tempora#6
OBS-URL: https://build.opensuse.org/request/show/685106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=8