Skip to content

Commit

Permalink
Upgrading python-jsonpatch from 1.32 to 1.33 for 3.0 release (#…
Browse files Browse the repository at this point in the history
…8085)

Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
  • Loading branch information
2 people authored and Betty Lakes committed Feb 28, 2024
1 parent 5030442 commit 21398da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 4 additions & 4 deletions SPECS/python-jsonpatch/python-jsonpatch.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-json-patch-1.32.tar.gz": "d721555fc702d33c9955ce372c5e59e5a38b2e15bee966bb01617afc79f19c78"
}
}
"Signatures": {
"python-json-patch-1.33.tar.gz": "c0163a2703dd8fa6be9c3018bcff6723bdfb240c8d56fb62d0673043cf647cda"
}
}
8 changes: 6 additions & 2 deletions SPECS/python-jsonpatch/python-jsonpatch.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -40,14 +40,18 @@ ln -s jsonpatch %{buildroot}%{_bindir}/jsonpatch3

%files -n python3-jsonpatch
%defattr(-,root,root)
%license COPYING
%license LICENSE
%{python3_sitelib}/*
%{_bindir}/jsondiff
%{_bindir}/jsondiff3
%{_bindir}/jsonpatch
%{_bindir}/jsonpatch3

%changelog
* Mon Feb 26 2024 Osama Esmail <osamaesmail@microsoft.com> - 1.33-1
- Auto-upgrade to 1.33 - Azure Linux 3.0 - package upgrades
- Replace COPYING with LICENSE

* Thu Feb 10 2022 Thomas Crain <thcrain@microsoft.com> - 1.32-1
- Upgrade to latest upstream version
- Use github source tarball
Expand Down
6 changes: 3 additions & 3 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -30636,4 +30636,4 @@
}
],
"Version": 1
}
}

0 comments on commit 21398da

Please sign in to comment.