diff --git a/python-tempora.changes b/python-tempora.changes index 20506f4..b73804c 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 1 11:24:10 UTC 2021 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-tempora.spec b/python-tempora.spec index dec6c37..1d0825a 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,7 +1,7 @@ # # spec file for package python-tempora # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-tempora -Version: 4.0.1 +Version: 4.1.1 Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT @@ -27,8 +27,8 @@ URL: https://github.com/jaraco/tempora Source: https://files.pythonhosted.org/packages/source/t/tempora/tempora-%{version}.tar.gz BuildRequires: %{python_module freezegun} BuildRequires: %{python_module jaraco.functools >= 1.20} +BuildRequires: %{python_module pytest > 4.6} BuildRequires: %{python_module pytest-freezegun} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module setuptools} @@ -38,7 +38,7 @@ BuildRequires: python-rpm-macros Requires: python-jaraco.functools >= 1.20 Requires: python-pytz Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages diff --git a/tempora-4.0.1.tar.gz b/tempora-4.0.1.tar.gz deleted file mode 100644 index 552cc68..0000000 --- a/tempora-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af06854fafb26d3d40d3dd6402e8baefaf57f90e48fdc9a94f6b22827a60fb3 -size 20978 diff --git a/tempora-4.1.1.tar.gz b/tempora-4.1.1.tar.gz new file mode 100644 index 0000000..954cb98 --- /dev/null +++ b/tempora-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950 +size 19208