15
0

Accepting request 915469 from home:glaubitz:branches:devel:languages:python

- 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
This commit is contained in:
2021-09-01 18:54:23 +00:00
committed by Git OBS Bridge
parent a2c06b25ab
commit 611484dc03
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 1 11:24:10 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Sun Nov 15 18:07:54 UTC 2020 - Arun Persaud <arun@gmx.de>