diff --git a/json_tricks-3.17.2.tar.gz b/json_tricks-3.17.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..fa561597824a867dd6f4a760ba92534bb60f2639 Binary files /dev/null and b/json_tricks-3.17.2.tar.gz differ diff --git a/python-json-tricks.spec b/python-json-tricks.spec index 389f4760075bf58031ab0abcdf09b5eb8be49a54..de85245e3fa69254ff6e7a46328a7dc10256457f 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.5 +Version: 3.17.2 Release: 1 Summary: Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable. License: BSD-3-Clause URL: https://github.com/mverleg/pyjson_tricks -Source0: https://github.com/mverleg/pyjson_tricks/archive/refs/tags/v%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/7f/56/d38c6a3f6103329330e262976873ce73f9d0b722278ca0aae0e6459634b5/json_tricks-3.17.2.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 pyjson_tricks-%{version} +%autosetup -n json_tricks-%{version} %build %py3_build @@ -109,6 +109,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Aug 10 2023 sunhui - 3.17.2-1 +- Update package to version 3.17.2 + * Tue Dec 13 2022 fuanan - 3.15.5-1 - Type:enhancement - ID:NA diff --git a/v3.15.5.tar.gz b/v3.15.5.tar.gz deleted file mode 100644 index 722914edce6a4914b1fc3ad067ef4276bb3dc744..0000000000000000000000000000000000000000 Binary files a/v3.15.5.tar.gz and /dev/null differ