Psycopg2 wheel package will be renamed from release 2.8 #1417
Milestone
Comments
fyfe
added a commit
to fyfe/modoboa
that referenced
this issue
Mar 3, 2018
also bump the minimum version to 2.7.4 as this is when the psycopg2-binary became available. See modoboa#1417 and http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
fyfe
added a commit
to fyfe/modoboa
that referenced
this issue
Mar 3, 2018
also bump the minimum version to 2.7.4 as this is when the psycopg2-binary became available. See modoboa#1417 and http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
fyfe
added a commit
to fyfe/modoboa-amavis
that referenced
this issue
Mar 3, 2018
also bump the minimum version to 2.7.4 as this is when the psycopg2-binary became available. See modoboa/modoboa#1417 and http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
tonioo
added a commit
that referenced
this issue
Mar 7, 2018
#1417 psycopg2 binary package has been renamed to psycopg2-binary
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From psycopg2 version 2.8 the binary wheel package will be renamed to
psycopg2-binary
(http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/).This is due to some people having issues with Python and psycopg2 being compiled against different versions of libssl.
At the moment there haven't been any reported issues with Modoboa and the psycopg2 binary package so I'll create a PR to update
requirements.txt
to use the new binary package name. Long term it might be best to use the source package I'll need to do some testing.The text was updated successfully, but these errors were encountered: