forked from microsoft/azurelinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…icrosoft#8085) Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
- Loading branch information
1 parent
17476b0
commit 6647ae8
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[email protected]> - 1.33-1 | ||
- Auto-upgrade to 1.33 - Azure Linux 3.0 - package upgrades | ||
- Replace COPYING with LICENSE | ||
|
||
* Thu Feb 10 2022 Thomas Crain <[email protected]> - 1.32-1 | ||
- Upgrade to latest upstream version | ||
- Use github source tarball | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters