Filippo Giunchedi has submitted this change and it was merged. Change subject: contint: bump pip 7.0.1 -> 8.1.2 ......................................................................
contint: bump pip 7.0.1 -> 8.1.2 Changelog: https://pip.pypa.io/en/stable/news/ 8.x has a bunch of backward incompatibility but that should be fine. Change-Id: I00be046ad56acb86c0f493b84f861c8d4b6d6574 --- M modules/contint/manifests/packages/python.pp 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Filippo Giunchedi: Looks good to me, approved Paladox: Looks good to me, but someone else must approve Legoktm: Looks good to me, but someone else must approve Hashar: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/modules/contint/manifests/packages/python.pp b/modules/contint/manifests/packages/python.pp index ffbbfd7..6179e04 100644 --- a/modules/contint/manifests/packages/python.pp +++ b/modules/contint/manifests/packages/python.pp @@ -26,7 +26,7 @@ # Bring in fresh pip. The Trusty package does not provide wheels cache # https://pip.pypa.io/en/latest/news.html package { 'pip': - ensure => '7.1.0', + ensure => '8.1.2', provider => 'pip', require => Package['python-pip'], # eggs and chicken } -- To view, visit https://gerrit.wikimedia.org/r/289639 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I00be046ad56acb86c0f493b84f861c8d4b6d6574 Gerrit-PatchSet: 5 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Waxmiguel <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
