Re: Time to drop plpython2?
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Mark Wong <markwkm@postgresql.org>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org, pgbf@twiska.com, heikki.linnakangas@iki.fi
Date: 2022-02-21T18:05:37Z
Lists: pgsql-hackers
Hi, On 2022-02-21 09:49:32 -0800, Mark Wong wrote: > Oops, made another pass for python3 dev libraries. Thanks! > I can't seem to find archived ppc repos OpenSUSE Leap 43.2. I'm > debating whether to disable python or upgrade/rebrand that animal for a > newer SUSE release. I've stopped my cron jobs on this animal for the > time being. I assume you mean leap 42.3, that seemed to be the newest 4x.x? If so that's been archived 2019-07-01 [1]. Leap's versioning is, uh, confusing. 13 -> 42 -> 15. Yea. I don't think it's really useful to run out-of-support distribution versions. Leaving security etc aside, not being able to install packages seems sufficient reason to upgrade. Greetings, Andres Freund [1] https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/6CIQPV3H6J4AIIXUKUGI4IESMTHIFFFB/
Commits
-
plpython: add missing plpython.h include to plpy_plpymodule.h
- 54c72eb5e5e6 15.0 landed
-
plpython: Adjust docs after removal of Python 2 support.
- 4228cabb72bb 15.0 landed
-
plpython: Code cleanup related to removal of Python 2 support.
- 9b7e24a2cb37 15.0 landed
-
plpython: Remove regression test infrastructure for Python 2.
- db23464715f4 15.0 landed
-
plpython: Remove plpythonu, plpython2u and associated transform extensions.
- 76a29adee749 15.0 landed
-
plpython: Reject Python 2 during build configuration.
- 19252e8ec938 15.0 landed
-
Add traceback information to PL/Python errors
- 2bd78eb8d51c 9.1.0 cited