15
0

- update to 3.17.3:

* drop python 2 support
  * datetime fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=28
This commit is contained in:
2023-12-07 22:24:35 +00:00
committed by Git OBS Bridge
parent 4b39d7665a
commit b9d3ee0397
4 changed files with 11 additions and 13 deletions

View File

@@ -16,9 +16,8 @@
#
%bcond_without python2
Name: python-json_tricks
Version: 3.17.1
Version: 3.17.3
Release: 0
Summary: Extra features for Python's JSON
License: BSD-3-Clause
@@ -37,15 +36,7 @@ BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz}
%if %{with python2}
BuildRequires: python-enum34
BuildRequires: python-pathlib
%endif
# /SECTION
%ifpython2
Requires: python-pathlib
Recommends: python-enum34
%endif
%python_subpackages
%description