diff --git a/jsonpatch-1.31.tar.gz b/jsonpatch-1.31.tar.gz deleted file mode 100644 index ca0ce10..0000000 Binary files a/jsonpatch-1.31.tar.gz and /dev/null differ diff --git a/jsonpatch-1.32.tar.gz b/jsonpatch-1.32.tar.gz new file mode 100644 index 0000000..1833e54 Binary files /dev/null and b/jsonpatch-1.32.tar.gz differ diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 05adfa4..29809e4 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,7 +1,7 @@ %global pypi_name jsonpatch Name: python-%{pypi_name} -Version: 1.31 +Version: 1.32 Release: 1 Summary: Applying JSON Patches in Python License: BSD @@ -58,6 +58,9 @@ done; %doc README.md %changelog +* Tue Nov 23 2021 liudabo - 1.32-1 +- upgrade version to 1.32 + * Wed Jul 14 2021 huangtianhua - 1.31-1 - Upgrade to 1.31 to support OpenStack-W