← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/meta-lp-deps/plpython3 into lp:meta-lp-deps

 

Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/plpython3 into lp:meta-lp-deps.

Commit message:
Depend on postgresql-plpython3-10.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/plpython3/+merge/408080

This will allow us to start porting PL/Python functions to Python 3.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/plpython3 into lp:meta-lp-deps.
=== modified file 'debian/changelog'
--- debian/changelog	2021-09-02 16:05:46 +0000
+++ debian/changelog	2021-09-03 12:06:21 +0000
@@ -1,3 +1,10 @@
+launchpad-dependencies (0.141) UNRELEASED; urgency=medium
+
+  * Depend on postgresql-plpython3-10, so that we can start porting
+    PL/Python functions to Python 3.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx>  Fri, 03 Sep 2021 13:03:10 +0100
+
 launchpad-dependencies (0.140) xenial; urgency=medium
 
   * Remove dependency on python-pocket-lint, superseded by various

=== modified file 'debian/control'
--- debian/control	2021-09-01 19:38:03 +0000
+++ debian/control	2021-09-03 12:06:21 +0000
@@ -82,6 +82,7 @@
 Architecture: all
 Depends: postgresql-10,
   postgresql-plpython-10,
+  postgresql-plpython3-10,
   postgresql-client-10,
   postgresql-10-slony1-2,
   postgresql-10-debversion,


Follow ups