!2 update to 2.0

Merge pull request !2 from phanddy/master
This commit is contained in:
openeuler-ci-bot 2020-07-23 22:24:35 +08:00 committed by Gitee
commit be7a6eaa17
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
jsonpointer-2.0.tar.gz Normal file

Binary file not shown.

View File

@ -3,8 +3,8 @@
%bcond_without python2
Name: python-%{pypi_name}
Version: 1.10
Release: 15
Version: 2.0
Release: 1
Summary: Resolve JSON Pointers in Python
License: BSD
URL: https://github.com/stefankoegl/python-json-pointer
@ -77,7 +77,6 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%if %{with python2}
%files -n python2-%{pypi_name}
%license COPYING AUTHORS
%if %{without python3}
%{_bindir}/jsonpointer
%endif
@ -88,7 +87,6 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%if %{with python3}
%files -n python3-%{pypi_name}
%license COPYING AUTHORS
%{_bindir}/jsonpointer
%{_bindir}/jsonpointer-3*
%{python3_sitelib}/__pycache__/*
@ -100,6 +98,12 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%doc README.md
%changelog
* Thu Jul 23 dingyue <dingyue5@huawei.com> - 2.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:NA
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.10-15
- Type:enhancement
- ID:NA