update to 2.0
This commit is contained in:
parent
add2e076c7
commit
ecbb288db7
Binary file not shown.
BIN
jsonpointer-2.0.tar.gz
Normal file
BIN
jsonpointer-2.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user