Skip to content
Snippets Groups Projects
Commit 65485e79 authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Upgrade bin/run_refresh.py to python3. (Closes: #945698)

parent 9494b249
No related branches found
No related tags found
No related merge requests found
Pipeline #158757 passed
mimeo (1.5.1-7) unstable; urgency=medium
* Upgrade bin/run_refresh.py to python3. (Closes: #945698)
-- Christoph Berg <myon@debian.org> Thu, 28 Nov 2019 14:45:47 +0100
mimeo (1.5.1-6) unstable; urgency=medium
* Source-only upload.
......
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Standards-Version: 4.1.0
Standards-Version: 4.4.0
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://salsa.debian.org/postgresql/mimeo
Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git
......@@ -15,7 +15,7 @@ Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
postgresql-12, postgresql-contrib-12
# run_refresh.py is optional
Recommends: python
Recommends: python3
Description: specialized, per-table replication between PostgreSQL instances
Mimeo is a PostgreSQL extension that provides specialized, per-table
replication between PostgreSQL instances. It currently provides snapshot
......
......@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), postgresql-server-dev-all (>= 171~)
Standards-Version: 4.1.0
Standards-Version: 4.4.0
Homepage: https://github.com/omniti-labs/mimeo
Vcs-Browser: https://salsa.debian.org/postgresql/mimeo
Vcs-Git: https://salsa.debian.org/postgresql/mimeo.git
......@@ -15,7 +15,7 @@ Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
postgresql-PGVERSION, postgresql-contrib-PGVERSION
# run_refresh.py is optional
Recommends: python
Recommends: python3
Description: specialized, per-table replication between PostgreSQL instances
Mimeo is a PostgreSQL extension that provides specialized, per-table
replication between PostgreSQL instances. It currently provides snapshot
......
--- a/bin/run_refresh.py
+++ b/bin/run_refresh.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import argparse, psycopg2, sys
from multiprocessing import Process
python3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment