diff --git a/jsonpointer-1.10.tar.gz b/jsonpointer-1.10.tar.gz deleted file mode 100644 index a0dd886..0000000 Binary files a/jsonpointer-1.10.tar.gz and /dev/null differ diff --git a/jsonpointer-2.0.tar.gz b/jsonpointer-2.0.tar.gz new file mode 100644 index 0000000..a7b6e06 Binary files /dev/null and b/jsonpointer-2.0.tar.gz differ diff --git a/python-jsonpointer.spec b/python-jsonpointer.spec index 0300043..1210d7c 100644 --- a/python-jsonpointer.spec +++ b/python-jsonpointer.spec @@ -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 - 2.0-1 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:NA + * Fri Oct 11 2019 yefei - 1.10-15 - Type:enhancement - ID:NA