Accepting request 1110582 from devel:languages:python

- 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/request/show/1110582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=28
This commit is contained in:
Ana Guerrero 2023-09-13 18:43:17 +00:00 committed by Git OBS Bridge
commit 0f84a20f43
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 12 11:06:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- drop unnecessary test dependencies to chai (it uses pytest now)
-------------------------------------------------------------------
Fri Apr 21 12:21:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -57,10 +62,10 @@ Sun Jul 4 19:48:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@ -190,7 +195,7 @@ Sun Jul 12 21:40:32 UTC 2020 - Arun Persaud <arun@gmx.de>
-------------------------------------------------------------------
Fri May 15 21:33:05 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- new version needs pytest instead of nose
- new version needs pytest instead of nose
-------------------------------------------------------------------
Tue May 12 08:49:50 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -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}