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/python-json-tricks.spec b/python-json-tricks.spec index f9a553b99fb5a00ebc7e13ef66fcf46e8500a773..028f82a0f0e6180033d086bc522172b277ee0e50 100644 --- a/python-json-tricks.spec +++ b/python-json-tricks.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-json-tricks -Version: 3.15.3 +Version: 3.15.5 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://github.com/mverleg/pyjson_tricks/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch @@ -69,7 +69,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 pyjson_tricks-%{version} %build %py3_build @@ -109,5 +109,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 24 2023 dongyuzhen - 3.15.5-1 +- upgrade version to 3.15.5 + * Thu Oct 01 2020 Python_Bot - Package Spec generated diff --git a/v3.15.5.tar.gz b/v3.15.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..722914edce6a4914b1fc3ad067ef4276bb3dc744 Binary files /dev/null and b/v3.15.5.tar.gz differ