Re: Solving the problems with wheel packages

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: Solving the problems with wheel packages
Дата
Msg-id 20180114105905.GA13697@hermes.hilbert.loc
обсуждение исходный текст
Ответ на Solving the problems with wheel packages  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
Список psycopg
On Sat, Jan 13, 2018 at 09:50:16PM +0000, Daniele Varrazzo wrote:

> - release psycopg 2.7.4 as a normal 2.7.x, both as source and binary packages;
> - also release a package called psycopg2-binary version 2.7.4;
> - importing the wheel package installed from 'pip install psycopg2'
> will result in a
>   warning:
>       The psycopg2 wheel package will be renamed from release 2.8;
>       to keep using the binary package please install 'psycopg2-binary' instead.
> - importing the wheel package installed from 'pip install
> psycopg2-binary' will cause
>   no such warning;
> - starting from release 2.8, the binary packages will only be released under
>   psycopg2-binary.

This sounds like a reasonable plan to me.

Karsten
-- 
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


В списке psycopg по дате отправления:

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Solving the problems with wheel packages
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: Re: [psycopg] 2.7.2 still problem with readonly/autocommit, was:Changing set_session implementation