From 5ab67d0f446d7cbd1d8d1f69b1b5fbfa6a0f7caaa465af46cb514c253a353fa7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 31 Jan 2022 20:29:11 +0000 Subject: [PATCH] Accepting request 949927 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/949927 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=30 --- python-tempora.changes | 14 ++++++++++++++ python-tempora.spec | 13 ++++++------- tempora-4.1.1.tar.gz | 3 --- tempora-5.0.0.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 tempora-4.1.1.tar.gz create mode 100644 tempora-5.0.0.tar.gz 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