Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SPECS/python-mistune/python-mistune.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"mistune-3.0.2.tar.gz": "fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8"
"mistune-3.2.1.tar.gz": "7c8e5501d38bac1582e067e46c8343f17d57ea1aaa735823f3aba1fd59c88a28"
}
}
}
5 changes: 4 additions & 1 deletion SPECS/python-mistune/python-mistune.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The fastest markdown parser in pure Python.
Name: python-mistune
Version: 3.0.2
Version: 3.2.1
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -45,6 +45,9 @@ The fastest markdown parser in pure Python with renderer features, inspired by m
%{python3_sitelib}/*

%changelog
* Mon May 11 2026 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.2.1-1
- Auto-upgrade to 3.2.1 - CVE-2026-33079

* Mon Feb 05 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.0.2-1
- Auto-upgrade to 3.0.2 - 3.0 package upgrade

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23773,8 +23773,8 @@
"type": "other",
"other": {
"name": "python-mistune",
"version": "3.0.2",
"downloadUrl": "https://files.pythonhosted.org/packages/source/m/mistune/mistune-3.0.2.tar.gz"
"version": "3.2.1",
"downloadUrl": "https://files.pythonhosted.org/packages/source/m/mistune/mistune-3.2.1.tar.gz"
}
}
},
Expand Down
Loading