diff --git a/json_tricks-3.15.3.tar.gz b/json_tricks-3.15.3.tar.gz deleted file mode 100644 index 0987bab9b6401592870b49bb91a0d3001a28bff8..0000000000000000000000000000000000000000 Binary files a/json_tricks-3.15.3.tar.gz and /dev/null differ diff --git a/json_tricks-3.16.1.tar.gz b/json_tricks-3.16.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..db935646829d04868d37f424a765f6577202dc28 Binary files /dev/null and b/json_tricks-3.16.1.tar.gz differ diff --git a/python-json-tricks.spec b/python-json-tricks.spec index f9a553b99fb5a00ebc7e13ef66fcf46e8500a773..b4756cdb34a8c2084f9737d4063f5c677e684e6f 100644 --- a/python-json-tricks.spec +++ b/python-json-tricks.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-json-tricks -Version: 3.15.3 +Version: 3.16.1 Release: 1 Summary: Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable. -License: Revised BSD License (LICENSE.txt) +License: BSD-3-Clause URL: https://github.com/mverleg/pyjson_tricks -Source0: https://files.pythonhosted.org/packages/89/8c/978c4b2a93f71160dcd6f9ccf17cbc08dd3744aa79c61d857a2c58f7810c/json_tricks-3.15.3.tar.gz +Source0: https://files.pythonhosted.org/packages/42/5e/f10f43ecd2c4013b2c96a884e4a68ffcbd9b6d98bbce6b6988c1f6aa8224/json_tricks-3.16.1.tar.gz BuildArch: noarch - %description The `pyjson-tricks` package brings several pieces of functionality to python handling of json files: 1. **Store and load numpy arrays** in human-readable format. @@ -28,7 +27,7 @@ Thanks for all the Github stars! %package -n python3-json-tricks Summary: Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable. -Provides: python-json-tricks +Provides: python-json-tricks = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-json-tricks @@ -69,7 +68,7 @@ If you're considering JSON-but-with-comments as a config file format, have a loo Thanks for all the Github stars! %prep -%autosetup -n json_tricks-3.15.3 +%autosetup -n json_tricks-%{version} %build %py3_build @@ -109,5 +108,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 01 2022 liqiuyu - 3.16.1-1 +- Update package to version 3.16.1 + * Thu Oct 01 2020 Python_Bot - Package Spec generated