14
0

- update to 5.6.0:

* Removed dependency on pytz.
  * In utc.now(), bind late to allow for monkeypatching.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=49
This commit is contained in:
2024-07-02 15:22:04 +00:00
committed by Git OBS Bridge
parent 0c0933e404
commit 2a039495ea
4 changed files with 13 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-tempora
Version: 5.5.1
Version: 5.6.0
Release: 0
Summary: Objects and routines pertaining to date and time (tempora)
License: MIT
@@ -35,15 +35,15 @@ BuildRequires: %{python_module jaraco.functools >= 1.20}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest > 4.6}
BuildRequires: %{python_module pytest-freezegun}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module tzdata}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929
Requires: python-jaraco.functools >= 1.20
Requires: python-pytz
Requires: python-tzdata
BuildArch: noarch
%if %{with libalternatives}