update to 2.0

This commit is contained in:
yeah_wang 2020-07-23 19:20:04 +08:00
parent add2e076c7
commit ecbb288db7
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 %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,6 @@ 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
%if %{without python3} %if %{without python3}
%{_bindir}/jsonpointer %{_bindir}/jsonpointer
%endif %endif
@ -88,7 +87,6 @@ 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
%{_bindir}/jsonpointer %{_bindir}/jsonpointer
%{_bindir}/jsonpointer-3* %{_bindir}/jsonpointer-3*
%{python3_sitelib}/__pycache__/* %{python3_sitelib}/__pycache__/*
@ -100,6 +98,12 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%doc README.md %doc README.md
%changelog %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 * Fri Oct 11 2019 yefei <yefei25@huawei.com> - 1.10-15
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA