From 21398da662786926f397277f8d44b8231a61ba6c Mon Sep 17 00:00:00 2001 From: osamaesmailmsft <110202916+osamaesmailmsft@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:14:31 -0800 Subject: [PATCH] Upgrading `python-jsonpatch` from `1.32` to `1.33` for 3.0 release (#8085) Co-authored-by: CBL-Mariner Servicing Account --- SPECS/python-jsonpatch/python-jsonpatch.signatures.json | 8 ++++---- SPECS/python-jsonpatch/python-jsonpatch.spec | 8 ++++++-- cgmanifest.json | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/SPECS/python-jsonpatch/python-jsonpatch.signatures.json b/SPECS/python-jsonpatch/python-jsonpatch.signatures.json index b9bab0520ec..a6e76aaf3bf 100644 --- a/SPECS/python-jsonpatch/python-jsonpatch.signatures.json +++ b/SPECS/python-jsonpatch/python-jsonpatch.signatures.json @@ -1,5 +1,5 @@ { - "Signatures": { - "python-json-patch-1.32.tar.gz": "d721555fc702d33c9955ce372c5e59e5a38b2e15bee966bb01617afc79f19c78" - } -} + "Signatures": { + "python-json-patch-1.33.tar.gz": "c0163a2703dd8fa6be9c3018bcff6723bdfb240c8d56fb62d0673043cf647cda" + } +} \ No newline at end of file diff --git a/SPECS/python-jsonpatch/python-jsonpatch.spec b/SPECS/python-jsonpatch/python-jsonpatch.spec index 0e8fcc6d39e..e8d2265128a 100644 --- a/SPECS/python-jsonpatch/python-jsonpatch.spec +++ b/SPECS/python-jsonpatch/python-jsonpatch.spec @@ -1,7 +1,7 @@ %define jsonpointer_min_ver 1.9 Summary: Applying JSON Patches in Python Name: python-jsonpatch -Version: 1.32 +Version: 1.33 Release: 1%{?dist} License: BSD Vendor: Microsoft Corporation @@ -40,7 +40,7 @@ ln -s jsonpatch %{buildroot}%{_bindir}/jsonpatch3 %files -n python3-jsonpatch %defattr(-,root,root) -%license COPYING +%license LICENSE %{python3_sitelib}/* %{_bindir}/jsondiff %{_bindir}/jsondiff3 @@ -48,6 +48,10 @@ ln -s jsonpatch %{buildroot}%{_bindir}/jsonpatch3 %{_bindir}/jsonpatch3 %changelog +* Mon Feb 26 2024 Osama Esmail - 1.33-1 +- Auto-upgrade to 1.33 - Azure Linux 3.0 - package upgrades +- Replace COPYING with LICENSE + * Thu Feb 10 2022 Thomas Crain - 1.32-1 - Upgrade to latest upstream version - Use github source tarball diff --git a/cgmanifest.json b/cgmanifest.json index bb86783ba15..1a118e112f5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -22753,8 +22753,8 @@ "type": "other", "other": { "name": "python-jsonpatch", - "version": "1.32", - "downloadUrl": "https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v1.32.tar.gz" + "version": "1.33", + "downloadUrl": "https://github.com/stefankoegl/python-json-patch/archive/refs/tags/v1.33.tar.gz" } } }, @@ -30636,4 +30636,4 @@ } ], "Version": 1 -} +} \ No newline at end of file