From acacdb2ba92f931057fef50de0cec6a241500d861b1f17d660caa2df58a877e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 Mar 2019 14:57:12 +0000 Subject: [PATCH] - Update to 3.13.1: * add support for pathlib OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=9 --- json_tricks-3.12.2.tar.gz | 3 --- json_tricks-3.13.1.tar.gz | 3 +++ python-json_tricks.changes | 6 ++++++ python-json_tricks.spec | 19 ++++++++++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 json_tricks-3.12.2.tar.gz create mode 100644 json_tricks-3.13.1.tar.gz diff --git a/json_tricks-3.12.2.tar.gz b/json_tricks-3.12.2.tar.gz deleted file mode 100644 index abe9160..0000000 --- a/json_tricks-3.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232d216077411f44817532d0175012fd7e96497be7f888a0eaea4987281ccd2a -size 35227 diff --git a/json_tricks-3.13.1.tar.gz b/json_tricks-3.13.1.tar.gz new file mode 100644 index 0000000..a5ec233 --- /dev/null +++ b/json_tricks-3.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a613ed6ba2437e53ca15e35fc78c0763d3a6b483814b5eac07ab5e5d67c52262 +size 36523 diff --git a/python-json_tricks.changes b/python-json_tricks.changes index 5395662..28cb024 100644 --- a/python-json_tricks.changes +++ b/python-json_tricks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 14:53:58 UTC 2019 - Tomáš Chvátal + +- Update to 3.13.1: + * add support for pathlib + ------------------------------------------------------------------- Tue Dec 4 12:49:40 UTC 2018 - Matej Cepl diff --git a/python-json_tricks.spec b/python-json_tricks.spec index b62cd43..d09d46e 100644 --- a/python-json_tricks.spec +++ b/python-json_tricks.spec @@ -1,7 +1,7 @@ # # spec file for package python-json_tricks # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,31 +18,32 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json_tricks -Version: 3.12.2 +Version: 3.13.1 Release: 0 Summary: Extra features for Python's JSON License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/mverleg/pyjson_tricks +URL: https://github.com/mverleg/pyjson_tricks Source: https://files.pythonhosted.org/packages/source/j/json_tricks/json_tricks-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Recommends: python-numpy +Recommends: python-pandas +Recommends: python-pathlib +Recommends: python-pytz +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module numpy} BuildRequires: %{python_module pandas} +BuildRequires: %{python_module pathlib} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: python-enum34 # /SECTION -Recommends: python-numpy -Recommends: python-pandas -Recommends: python-pytz %ifpython2 Recommends: python-enum34 %endif -BuildArch: noarch - %python_subpackages %description @@ -69,7 +70,7 @@ As well as compression and disallowing duplicate keys. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} +%pytest %files %{python_files} %doc README.rst