!4 update to 2.0

Merge pull request !4 from 桐小哥/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-11 16:04:49 +08:00 committed by Gitee
commit 034f1fddb8
3 changed files with 10 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 %bcond_without python2
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.10 Version: 2.0
Release: 15 Release: 1
Summary: Resolve JSON Pointers in Python Summary: Resolve JSON Pointers in Python
License: BSD License: BSD
URL: https://github.com/stefankoegl/python-json-pointer URL: https://github.com/stefankoegl/python-json-pointer
@ -77,7 +77,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%if %{with python2} %if %{with python2}
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}
%license COPYING AUTHORS %license AUTHORS
%if %{without python3} %if %{without python3}
%{_bindir}/jsonpointer %{_bindir}/jsonpointer
%endif %endif
@ -88,7 +88,7 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%if %{with python3} %if %{with python3}
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%license COPYING AUTHORS %license AUTHORS
%{_bindir}/jsonpointer %{_bindir}/jsonpointer
%{_bindir}/jsonpointer-3* %{_bindir}/jsonpointer-3*
%{python3_sitelib}/__pycache__/* %{python3_sitelib}/__pycache__/*
@ -100,6 +100,12 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%doc README.md %doc README.md
%changelog %changelog
* Tue Aug 11 2020 shixuantong <shixuantong@huawei.com> - 2.0-1
- Type:NA
- ID:NA
- SUG:NA
- DESC:update to 2.0
* Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.10-15 * Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.10-15
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA