2023-04-21 15:32:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:37:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 13 22:45:18 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
|
2023-03-01 10:05:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 1 09:04:03 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Disable broken tests gh#jaraco/tempora#22
|
|
|
|
- Update to 5.2.1:
|
|
|
|
* #21: Restored dependency on jaraco.functools, still used in timing
|
|
|
|
module.
|
|
|
|
|
2022-12-05 18:34:02 +01:00
|
|
|
-------------------------------------------------------------------
|
2023-01-04 19:49:41 +01:00
|
|
|
Wed Jan 4 18:47:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 5.2.0:
|
|
|
|
* Packaging refresh.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-12-05 18:34:02 +01:00
|
|
|
Mon Dec 5 13:41:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
|
|
|
|
- Update to version 5.1.0
|
|
|
|
* Introduced infer_datetime and added some type hints.
|
|
|
|
|
2022-09-19 09:44:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 17 15:45:14 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* change to pyproject.toml build
|
|
|
|
|
|
|
|
- update to version 5.0.2:
|
|
|
|
* Refreshed project.
|
|
|
|
* Enrolled with Tidelift.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 3 21:18:29 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- update to version 5.0.1:
|
|
|
|
* Refreshed project.
|
|
|
|
|
2022-01-31 21:29:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 29 18:11:13 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* update copyright year
|
|
|
|
|
|
|
|
- update to version 5.0.0:
|
|
|
|
* Removed deprecated divide_* functions and Parser class.
|
|
|
|
* Require Python 3.7 or later.
|
|
|
|
* #19: Fixed error reporting in parse_timedelta.
|
|
|
|
|
|
|
|
- changes from version 4.1.2:
|
|
|
|
* #18: Docs now build without warnings.
|
|
|
|
|
2021-10-05 15:48:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 5 13:30:13 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
|
|
|
|
|
|
|
- Added BuildRequires: alts
|
|
|
|
|
2021-10-03 19:23:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 30 07:54:19 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
|
|
|
|
|
|
|
- Use libalternatives instead of update-alternatives.
|
|
|
|
|
2020-11-16 22:09:06 +01:00
|
|
|
-------------------------------------------------------------------
|
2021-09-01 20:54:23 +02:00
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-11-16 22:09:06 +01:00
|
|
|
Sun Nov 15 18:07:54 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* be more specific in %files section
|
|
|
|
|
|
|
|
- update to version 4.0.1:
|
|
|
|
* Refreshed package metadata.
|
|
|
|
|
2020-07-24 16:06:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 24 12:28:31 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 4.0.0
|
|
|
|
* Removed ``strptime`` function in favor of
|
|
|
|
`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' provides more sophistication.
|
|
|
|
|
2020-04-14 11:13:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 09:12:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Don't use %python3_only command, but properly use alternatives.
|
|
|
|
|
2020-03-26 12:26:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 26 11:21:36 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 3.0.0
|
|
|
|
* #10: strftime now reverts to the stdlib behavior for %u.
|
|
|
|
|
2020-03-14 08:10:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 14 07:10:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Drop py2 only dependency
|
|
|
|
|
2020-03-11 13:49:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 11 12:25:08 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2020-02-24 12:03:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 24 10:54:59 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Fix fdupes call
|
|
|
|
- Do not pull in flake8
|
|
|
|
|
2019-04-19 00:51:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 18 15:24:46 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 1.14.1
|
|
|
|
* Fix failing doctest in parse_timedelta
|
|
|
|
- Launch tests and removing some unneeded dependencies
|
|
|
|
|
2019-03-20 08:56:37 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 20 01:58:47 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Add missing %license
|
|
|
|
- Re-activate test suite
|
|
|
|
- Remove bcond python2
|
|
|
|
- Add missing build dependency jaraco.functools >= 1.20
|
|
|
|
- Remove inappropriate build dependency pytest-flake8
|
|
|
|
|
2019-03-18 10:32:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 18 09:31:58 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- fix last version update missing new runtime requires
|
|
|
|
|
2019-03-14 19:35:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-12-04 15:08:31 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:04 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-01-11 13:26:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 11 12:25:33 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix building with python3 only available
|
|
|
|
|
2017-04-06 17:53:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 31 13:43:53 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- update for singlespec
|
|
|
|
- update to 1.6.1
|
|
|
|
* adopt irc.schedule as tempora.schedule
|
|
|
|
* adopt jaraco.timing as tempora.timing
|
|
|
|
|
2016-08-07 14:16:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 2 13:24:18 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
|
|
|
|
- Switch to Python2.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 9 17:28:20 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Remove unneeded python3-Sphinx dependency.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 8 07:09:08 UTC 2016 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* updated source url to files.pythonhosted.org
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 29 19:40:21 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* updated url (moved to github)
|
|
|
|
* *.txt -> *.rst in %doc
|
|
|
|
* changed from zip to tar-ball
|
|
|
|
|
|
|
|
- update to version 1.4:
|
|
|
|
* moved to Github.
|
|
|
|
* Improved test support on Python 2.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 25 17:58:49 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
* added python3-setuptools_scm
|
|
|
|
* removed python3-hgtools
|
|
|
|
|
|
|
|
- update to version 1.3:
|
|
|
|
* Added divide_timedelta from "svg.charts".
|
|
|
|
* Added date_range from "svg.charts".
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 22 20:47:30 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 1.2:
|
|
|
|
* Only require sphinx and pytest-runner when necessary.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 16 02:13:54 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- update to version 1.1:
|
|
|
|
* Add license info (retroactively applied to all commits).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 14 21:31:45 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
- initial version
|