15
0

Accepting request 685106 from home:mcepl:branches:devel:languages:python

- 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
This commit is contained in:
2019-03-14 18:35:49 +00:00
committed by Git OBS Bridge
parent 7ab9ba3cee
commit 53f3206d18
4 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Mar 14 18:11:24 CET 2019 - Matej Cepl <mcepl@suse.com>
- 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
-------------------------------------------------------------------
Tue Dec 4 12:55:04 UTC 2018 - Matej Cepl <mcepl@suse.com>