From b9d3ee039723f0e7043aa7a2e85831de2d4bd8c08105bfc1651cef038ea8fc81 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:24:35 +0000 Subject: [PATCH] - 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 --- pyjson_tricks-3.17.1.tar.gz | 3 --- pyjson_tricks-3.17.3.tar.gz | 3 +++ python-json_tricks.changes | 7 +++++++ python-json_tricks.spec | 11 +---------- 4 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 pyjson_tricks-3.17.1.tar.gz create mode 100644 pyjson_tricks-3.17.3.tar.gz diff --git a/pyjson_tricks-3.17.1.tar.gz b/pyjson_tricks-3.17.1.tar.gz deleted file mode 100644 index db46213..0000000 --- a/pyjson_tricks-3.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5587af2dbc8db983c2424bb5837233222b9f5a7588ed23df612d07e5b2c05b2d -size 42233 diff --git a/pyjson_tricks-3.17.3.tar.gz b/pyjson_tricks-3.17.3.tar.gz new file mode 100644 index 0000000..e3d9a35 --- /dev/null +++ b/pyjson_tricks-3.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31370786fb199e05cf599318a5619de83b403a3bc8c68657e65e586dd499d4c7 +size 42677 diff --git a/python-json_tricks.changes b/python-json_tricks.changes index 391283c..3e33d58 100644 --- a/python-json_tricks.changes +++ b/python-json_tricks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 7 22:24:21 UTC 2023 - Dirk Müller + +- update to 3.17.3: + * drop python 2 support + * datetime fixes + ------------------------------------------------------------------- Sat Jun 17 18:40:58 UTC 2023 - Christian Boltz diff --git a/python-json_tricks.spec b/python-json_tricks.spec index 73d7803..edfa45c 100644 --- a/python-json_tricks.spec +++ b/python-json_tricks.spec @@ -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