Merge lp:~vorlon/ubuntu-archive-scripts/python3-not-python into lp:ubuntu-archive-scripts

Proposed by Steve Langasek
Status: Merged
Merged at revision: 346
Proposed branch: lp:~vorlon/ubuntu-archive-scripts/python3-not-python
Merge into: lp:ubuntu-archive-scripts
Diff against target: 39 lines (+4/-4)
4 files modified
auto-accept (+1/-1)
compare-archives (+1/-1)
extra-germinate (+1/-1)
process-component-mismatches-diff (+1/-1)
To merge this branch: bzr merge lp:~vorlon/ubuntu-archive-scripts/python3-not-python
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+439102@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'auto-accept'
2--- auto-accept 2022-10-27 16:21:07 +0000
3+++ auto-accept 2023-03-16 22:04:22 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/python
6+#!/usr/bin/python3
7 import subprocess
8 import sys
9 import time
10
11=== modified file 'compare-archives'
12--- compare-archives 2016-10-18 10:01:43 +0000
13+++ compare-archives 2023-03-16 22:04:22 +0000
14@@ -1,4 +1,4 @@
15-#!/usr/bin/python
16+#!/usr/bin/python3
17
18 from __future__ import print_function
19
20
21=== modified file 'extra-germinate'
22--- extra-germinate 2023-03-11 17:56:12 +0000
23+++ extra-germinate 2023-03-16 22:04:22 +0000
24@@ -1,4 +1,4 @@
25-#! /usr/bin/env python
26+#! /usr/bin/python3
27
28 # Based on lib/lp/archivepublisher/scripts/generate_extra_overrides.py from
29 # Launchpad, which is:
30
31=== modified file 'process-component-mismatches-diff'
32--- process-component-mismatches-diff 2020-12-10 09:19:27 +0000
33+++ process-component-mismatches-diff 2023-03-16 22:04:22 +0000
34@@ -1,4 +1,4 @@
35-#!/usr/bin/python
36+#!/usr/bin/python3
37 # (C) 2011 Canonical Ltd.
38 # Author: Martin Pitt <martin.pitt@canonical.com>
39 # License: GPL-2+

Subscribers

People subscribed via source and target branches