!5 upgrade version to 3.15.5

From: @dongyuzhen 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-10-27 07:26:19 +00:00 committed by Gitee
commit 89ad964ec0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-json-tricks Name: python-json-tricks
Version: 3.15.3 Version: 3.15.5
Release: 1 Release: 1
Summary: Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable. 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 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 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! Thanks for all the Github stars!
%prep %prep
%autosetup -n json_tricks-3.15.3 %autosetup -n pyjson_tricks-%{version}
%build %build
%py3_build %py3_build
@ -109,5 +109,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Oct 24 2023 dongyuzhen <dongyuzhen@h-partners.com> - 3.15.5-1
- upgrade version to 3.15.5
* Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Oct 01 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated

BIN
v3.15.5.tar.gz Normal file

Binary file not shown.