From 1ed79b9c7a92ccc3520c78649cfa789a7d460a95e9413b578feb850983d92e31 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 Sep 2023 11:06:43 +0000 Subject: [PATCH] - drop unnecessary test dependencies to chai (it uses pytest now) argument to the Arrow constructor. * Updated Turkish locale and added tests. - new version needs pytest instead of nose OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=61 --- python-arrow.changes | 11 ++++++++--- python-arrow.spec | 1 - 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-arrow.changes b/python-arrow.changes index b173668..ab64f31 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 12 11:06:13 UTC 2023 - Dirk Müller + +- drop unnecessary test dependencies to chai (it uses pytest now) + ------------------------------------------------------------------- Fri Apr 21 12:21:59 UTC 2023 - Dirk Müller @@ -57,10 +62,10 @@ Sun Jul 4 19:48:33 UTC 2021 - Dirk Müller - update to 1.1.1: * Added Odia, Maltese, Serbian, Sami, and Luxembourgish locales. * All calls to ``arrow.get()`` should now properly pass the ``tzinfo`` - argument to the Arrow constructor. + argument to the Arrow constructor. * Humanize output is now properly truncated when a locale class overrides ``_format_timeframe()``. - * Updated Turkish locale and added tests. + * Updated Turkish locale and added tests. ------------------------------------------------------------------- Tue May 18 22:06:04 UTC 2021 - Dirk Müller @@ -190,7 +195,7 @@ Sun Jul 12 21:40:32 UTC 2020 - Arun Persaud ------------------------------------------------------------------- Fri May 15 21:33:05 UTC 2020 - Benjamin Greiner -- new version needs pytest instead of nose +- new version needs pytest instead of nose ------------------------------------------------------------------- Tue May 12 08:49:50 UTC 2020 - Dirk Mueller diff --git a/python-arrow.spec b/python-arrow.spec index 74a0484..683f316 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -40,7 +40,6 @@ Requires: python-python-dateutil >= 2.7.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module arrow == %{version}} -BuildRequires: %{python_module chai} BuildRequires: %{python_module dateparser} BuildRequires: %{python_module dateutil >= 2.7.0} BuildRequires: %{python_module pytest-mock}