| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-tempora | Distribution: SUSE Linux 16 |
| Version: 5.8.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.2.2 | Build date: Sun Mar 30 10:11:32 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 95946 | Source RPM: python-tempora-5.8.0-160000.2.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/jaraco/tempora | |
| Summary: Objects and routines pertaining to date and time (tempora) | |
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.
MIT
* Sun Mar 30 2025 dmueller@suse.com
- update to 5.8.0:
* Drop support for Python 3.8, now EOL.
* Wed Nov 20 2024 dmueller@suse.com
- add missing requires on dateutil
* Thu Nov 14 2024 adrian.glaubitz@suse.com
- Update to 5.7.0
* Add a tzinfos mapping and parse method for
easy datetime parsing with timezone support.
* Tue Jul 02 2024 dmueller@suse.com
- update to 5.6.0:
* Removed dependency on pytz.
* In utc.now(), bind late to allow for monkeypatching.
* Sat Mar 16 2024 dmueller@suse.com
- update to 5.5.1:
* Remove test dependency on backports.unittest_mock.
* Wed Jul 19 2023 ecsos@opensuse.org
- %{?sle15_python_module_pythons} must be at beginning to work.
* Wed Jul 12 2023 arun@gmx.de
- specfile:
* require 3.8 or later
* Changelog got renamed to NEWS
- update to version 5.5.0:
* Features
+ Stopwatch now uses time.monotonic.
- changes from version 5.4.0:
* Features
+ Require Python 3.8 or later.
- changes from version 5.3.0:
* #24: Removed use of datetime.utc** functions deprecated in Python
3.12.
* Thu May 04 2023 dmueller@suse.com
- update to 5.2.2:
* Fixed bug in tests that would fail when a leap year
was about a year away.
* Fri Apr 21 2023 dmueller@suse.com
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
- Make calling of %{sle15modernpython} optional.
* Wed Mar 01 2023 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.
* Wed Jan 04 2023 dmueller@suse.com
- update to 5.2.0:
* Packaging refresh.
* Mon Dec 05 2022 yarunachalam@suse.com
- Update to version 5.1.0
* Introduced infer_datetime and added some type hints.
* Sat Sep 17 2022 arun@gmx.de
- specfile:
* change to pyproject.toml build
- update to version 5.0.2:
* Refreshed project.
* Enrolled with Tidelift.
* Thu Feb 03 2022 arun@gmx.de
- update to version 5.0.1:
* Refreshed project.
* Sat Jan 29 2022 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.
* Tue Oct 05 2021 schubi@suse.de
- Added BuildRequires: alts
* Thu Sep 30 2021 schubi@suse.de
- Use libalternatives instead of update-alternatives.
* Wed Sep 01 2021 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 2020 arun@gmx.de
- specfile:
* be more specific in %files section
- update to version 4.0.1:
* Refreshed package metadata.
* Fri Jul 24 2020 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.
* Tue Apr 14 2020 mcepl@suse.com
- Don't use %python3_only command, but properly use alternatives.
* Thu Mar 26 2020 pgajdos@suse.com
- version update to 3.0.0
* #10: strftime now reverts to the stdlib behavior for %u.
* Sat Mar 14 2020 tchvatal@suse.com
- Drop py2 only dependency
* Wed Mar 11 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.
* Mon Feb 24 2020 tchvatal@suse.com
- Fix fdupes call
- Do not pull in flake8
* Thu Apr 18 2019 mcalabkova@suse.com
- update to 1.14.1
* Fix failing doctest in parse_timedelta
- Launch tests and removing some unneeded dependencies
* Wed Mar 20 2019 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
* Mon Mar 18 2019 dmueller@suse.com
- fix last version update missing new runtime requires
* Thu Mar 14 2019 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 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package
* Thu Jan 11 2018 tchvatal@suse.com
- Fix building with python3 only available
* Fri Mar 31 2017 jmatejek@suse.com
- update for singlespec
- update to 1.6.1
* adopt irc.schedule as tempora.schedule
* adopt jaraco.timing as tempora.timing
* Tue Aug 02 2016 sor.alexei@meowr.ru
- Switch to Python2.
* Thu Jun 09 2016 toddrme2178@gmail.com
- Remove unneeded python3-Sphinx dependency.
* Sun May 08 2016 arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
* Tue Dec 29 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 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 2015 arun@gmx.de
- update to version 1.2:
* Only require sphinx and pytest-runner when necessary.
* Mon Feb 16 2015 arun@gmx.de
- update to version 1.1:
* Add license info (retroactively applied to all commits).
* Sat Feb 14 2015 arun@gmx.de
- initial version
/usr/bin/calc-prorate /usr/bin/calc-prorate-3.13 /usr/lib/python3.13/site-packages/tempora /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/METADATA /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/RECORD /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/licenses /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/tempora-5.8.0.dist-info/top_level.txt /usr/lib/python3.13/site-packages/tempora/__init__.py /usr/lib/python3.13/site-packages/tempora/__pycache__ /usr/lib/python3.13/site-packages/tempora/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/schedule.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/schedule.cpython-313.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/timing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/timing.cpython-313.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/utc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/tempora/__pycache__/utc.cpython-313.pyc /usr/lib/python3.13/site-packages/tempora/schedule.py /usr/lib/python3.13/site-packages/tempora/timing.py /usr/lib/python3.13/site-packages/tempora/utc.py /usr/share/doc/packages/python313-tempora /usr/share/doc/packages/python313-tempora/NEWS.rst /usr/share/doc/packages/python313-tempora/README.rst /usr/share/doc/packages/python313-tempora/history.rst /usr/share/doc/packages/python313-tempora/index.rst /usr/share/libalternatives/calc-prorate /usr/share/libalternatives/calc-prorate/1313.conf /usr/share/licenses/python313-tempora /usr/share/licenses/python313-tempora/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:33:35 2025