upgrade version to 2.2

This commit is contained in:
Anonymous_Z 2021-11-23 17:03:09 +08:00
parent 1705521de7
commit 7463569536
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
jsonpointer-2.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,8 +1,8 @@
%global pypi_name jsonpointer
Name: python-%{pypi_name}
Version: 2.0
Release: 2
Version: 2.2
Release: 1
Summary: Resolve JSON Pointers in Python
License: BSD
URL: https://github.com/stefankoegl/python-json-pointer
@ -51,6 +51,9 @@ ln -s ./jsonpointer-%{python3_version} %{buildroot}%{_bindir}/jsonpointer
%doc README.md
%changelog
* Tue Nov 23 liudabo <liudabo1@huawei.com> - 2.2-1
- upgrade version to 2.2
* Thu Oct 29 tianwei <tianwei12@huawei.com> - 2.0-2
- Type:enhancement
- ID:NA