Upgrading `python-jsonpatch` from `1.32` to `1.33` for 3.0 release (#8085)

Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
This commit is contained in:
osamaesmailmsft 2024-02-27 16:14:31 -08:00 коммит произвёл GitHub
Родитель 17476b0fad
Коммит 6647ae80b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 9 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"python-json-patch-1.32.tar.gz": "d721555fc702d33c9955ce372c5e59e5a38b2e15bee966bb01617afc79f19c78"
}
}
"Signatures": {
"python-json-patch-1.33.tar.gz": "c0163a2703dd8fa6be9c3018bcff6723bdfb240c8d56fb62d0673043cf647cda"
}
}

Просмотреть файл

@ -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 <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

Просмотреть файл

@ -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
}
}