Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXBt-0003NW-RQ for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:12:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kcXBs-0002bt-MB for psycopg@arkaria.postgresql.org; Tue, 10 Nov 2020 17:12:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kcXBs-0002bm-E0 for psycopg@lists.postgresql.org; Tue, 10 Nov 2020 17:12:20 +0000 Received: from mail-lj1-x231.google.com ([2a00:1450:4864:20::231]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kcXBq-0001U6-3x for psycopg@postgresql.org; Tue, 10 Nov 2020 17:12:19 +0000 Received: by mail-lj1-x231.google.com with SMTP id r17so9928795ljg.5 for ; Tue, 10 Nov 2020 09:12:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=w7/fYKBg86cfng7y8o3ZrrGjpgjKcYm3CvHTA33M3ws=; b=uQ+nFoumzm82MGzr0xnj5UzekeEJ2RqiAPMUxWPuX9wxXKdyOmBTbs3jmcJeA5v4y8 n7Z9p6Vi5s5ixAan7uTjxjYfm4T1ewN19NW5RNqHNFBWSEUMtBNzEEwBGS+0+tl90KIF FA/k6spDMd3NPbAjWLkhMslDt6rlnYqw+hDUCt8XKChLIxMBFPzUaVHwTHINvhO4K97O J7ObVcqy4gJdaGElOIQU9fEFOYH3YZ7y0LHATDxxtsaOp6JqsOjK+qsrOsv/BZrVLSpf ST0qCE96iGZLQb0JaYmS465Q+xmErNz7Xm+bTzVNKm/5ZpEgM/+K0Ors20pqS/L+g5ax i7tg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=w7/fYKBg86cfng7y8o3ZrrGjpgjKcYm3CvHTA33M3ws=; b=Oz7mt00PdLWuGFwaAsFeSDGs0P+QpLQYQFosPHnuCAj9nKRYFkFv1o95neiCNEu/NZ 4+Wji1Am0QqJ/9nbQPwTPGLnlUo/Tdo2FcVx85hk61T2Xg1JfOUwpBKQ0Ir8vXwhhs4Q tn50v86dk4BAWtt11i4RGhyTZ/YiK0/mO5+6xHEESRTf85QTDwsTTLDpnJEd7zNjeebS 7HhDkRnnkJrhCpH+dTq6a6cpAYrjft6RFI/5pVV2NIcG+xrF30Xn5iN7VbIpyQjADiKs T2LjYtJb7nvk1LnQFiumS4/UAIQFdltIyHxhXWLn8jgBm0nEF7BmkPsSYQL6LyHmGg4H vmcg== X-Gm-Message-State: AOAM533/NjoEdk14iPKc1slhvzEjWs/g3cPGVLV5t4zglTGr3fYAVs9u fuE65k1aV1nL8iU6ICATmKkCstfS8eKXVmt0zD8xrJsQgIaikg== X-Google-Smtp-Source: ABdhPJxWIw8i8qAepIbXOH+FXjI0fV3ODZtN4MYTX2fNx6hHvrP9SdyEKWQw7cNBJizk3+3oSTX9jd8YVA9qqb1ZW0E= X-Received: by 2002:a2e:b5d7:: with SMTP id g23mr9452208ljn.61.1605028335998; Tue, 10 Nov 2020 09:12:15 -0800 (PST) MIME-Version: 1.0 From: Daniele Varrazzo Date: Tue, 10 Nov 2020 17:12:05 +0000 Message-ID: Subject: psycopg is the new psycopg3? To: psycopg@postgresql.org Content-Type: multipart/alternative; boundary="000000000000d25c2e05b3c3c703" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000d25c2e05b3c3c703 Content-Type: text/plain; charset="UTF-8" Hello, I have received some concerned voices in regard to have a package called "psycopg3". I guess many have been burned out by the Python 2 to 3 transition, and now it's not a happy pair of number to see next to each other. Sorry, Fibonacci... The rationale behind having the 2 in the package name was to allow the coexistence between v1 and 2. But now that nobody uses v1 anymore, I think the name can be considered free. I believe it even predates pypi and the requirements.txt convention. Dark times... Anyone against using "psycopg" as package name, and starting from 3 as version number? Cheers, -- Daniele --000000000000d25c2e05b3c3c703 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I hav= e received some concerned voices in regard to have a package called "p= sycopg3". I guess many have been burned out by the Python 2 to 3 trans= ition, and now it's not a happy pair of number to see next to each othe= r. Sorry, Fibonacci...=C2=A0

The rationale behind having the 2 in the package name was to allow the= coexistence between v1 and 2. But now that nobody uses v1 anymore, I think= the name can be considered free. I believe it even predates pypi and the r= equirements.txt convention. Dark times...

=
Anyone against using "psycopg" as package name,= and starting from 3 as version number?

Cheers,

= -- Daniele=C2=A0
--000000000000d25c2e05b3c3c703--