diff --git a/python-tempora.changes b/python-tempora.changes index 13cc8b4..5df5408 100644 --- a/python-tempora.changes +++ b/python-tempora.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 29 18:11:13 UTC 2022 - Arun Persaud + +- 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 5 13:30:13 UTC 2021 - Stefan Schubert diff --git a/python-tempora.spec b/python-tempora.spec index 54864a2..d23ca8d 100644 --- a/python-tempora.spec +++ b/python-tempora.spec @@ -1,7 +1,7 @@ # # spec file for package python-tempora # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,15 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives %endif - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-tempora -Version: 4.1.1 +Version: 5.0.0 Release: 0 Summary: Objects and routines pertaining to date and time (tempora) License: MIT @@ -43,14 +42,14 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 Requires: python-jaraco.functools >= 1.20 Requires: python-pytz +BuildArch: noarch %if %{with libalternatives} -Requires: alts BuildRequires: alts +Requires: alts %else Requires(post): update-alternatives Requires(postun):update-alternatives %endif -BuildArch: noarch %python_subpackages %description diff --git a/tempora-4.1.1.tar.gz b/tempora-4.1.1.tar.gz deleted file mode 100644 index 954cb98..0000000 --- a/tempora-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950 -size 19208 diff --git a/tempora-5.0.0.tar.gz b/tempora-5.0.0.tar.gz new file mode 100644 index 0000000..8ada6bc --- /dev/null +++ b/tempora-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa21dd1956e29559ecb2f2f2e14fcdb950085222fbbf86e6c946b5e1a8c36b26 +size 18532