Merge ~txiao/charm-telegraf:certifi_version into charm-telegraf:master

Proposed by Tianqi Xiao
Status: Superseded
Proposed branch: ~txiao/charm-telegraf:certifi_version
Merge into: charm-telegraf:master
Diff against target: 9 lines (+1/-0)
1 file modified
src/wheelhouse.txt (+1/-0)
Reviewer Review Type Date Requested Status
Eric Chen Needs Fixing
BootStack Reviewers Pending
Review via email: mp+425191@code.launchpad.net

This proposal has been superseded by a proposal from 2022-07-28.

Commit message

Set certifi version to support Python 3.5

Description of the change

Requests library is using certifi library, which has dropped
support for Python 3.5 since version 2022.05.18. So limiting its
version would overcome the current error with the "install" hook.

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Robert Gildein (rgildein) :
Revision history for this message
Eric Chen (eric-chen) :
review: Needs Fixing

Unmerged commits

b1536e7... by Tianqi Xiao

Set certifi version to support Python 3.5

Requests library is using certifi library, which has dropped
support for Python 3.5 since version 2022.05.18. So limiting its
version would overcome the current error with the "install" hook.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/src/wheelhouse.txt b/src/wheelhouse.txt
2index da32628..0324b14 100644
3--- a/src/wheelhouse.txt
4+++ b/src/wheelhouse.txt
5@@ -16,3 +16,4 @@ insights-core
6
7 # Support for python 3.5 (Xenial)
8 cachecontrol<=0.12.6
9+certifi<2022.5.18

Subscribers

People subscribed via source and target branches

to all changes: