15
0

Accepting request 1131723 from devel:languages:python

- update to 3.17.3:
  * drop python 2 support
  * datetime fixes

OBS-URL: https://build.opensuse.org/request/show/1131723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-json_tricks?expand=0&rev=13
This commit is contained in:
2023-12-08 21:32:01 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5587af2dbc8db983c2424bb5837233222b9f5a7588ed23df612d07e5b2c05b2d
size 42233

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31370786fb199e05cf599318a5619de83b403a3bc8c68657e65e586dd499d4c7
size 42677

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 7 22:24:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.17.3:
* drop python 2 support
* datetime fixes
-------------------------------------------------------------------
Sat Jun 17 18:40:58 UTC 2023 - Christian Boltz <suse-beta@cboltz.de>

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