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 1kflJv-0001RK-9R for psycopg@arkaria.postgresql.org; Thu, 19 Nov 2020 14:53:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kflJu-0007mn-8k for psycopg@arkaria.postgresql.org; Thu, 19 Nov 2020 14:53:58 +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 1kflJu-0007mg-1M for psycopg@lists.postgresql.org; Thu, 19 Nov 2020 14:53:58 +0000 Received: from mail-ot1-x329.google.com ([2607:f8b0:4864:20::329]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kflJr-0004vN-VF for psycopg@postgresql.org; Thu, 19 Nov 2020 14:53:57 +0000 Received: by mail-ot1-x329.google.com with SMTP id o3so5498946ota.8 for ; Thu, 19 Nov 2020 06:53:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=AzAyuMEmgh5tAbzm3pYKp3cZfG3/bqA6QGXrmQTY2xE=; b=HsD00f9VmrOQ70kvvg/D+jutfDbB/Qb7pAneBDzUUil/HaWDrd6Q5hhy4BDUGrwGK/ bbqtTXqOSl6Ql4aI/OqNhAl1Obt+4QoCQX6V4SSvbLQdU/Tf4UWFoYF1jeue0IHduOH0 LshTqjmaPdOfqmtiKYbp/zVm6n2RbNNvL3iI3Ovwh0Fn2iwlkHa+WklOBFmfh+JdhLjQ VuYFjddYdNEBYj2PMPJL5SOO22GVTFEVHtHMHSN0i4HvCccIDxJAf9FnJhV84TFLPm2y hZeaZN0cF13wQk3+jXuWZYO0Wqv8LzHuWHAii0l+XPzhtPrLAyvqBYWM/yF/sw+t9NdQ Lhqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=AzAyuMEmgh5tAbzm3pYKp3cZfG3/bqA6QGXrmQTY2xE=; b=bQJpXvgmlVmyhfAsp9eJzRVA7GZ2UetxX+T6Khv5YBGgn2iivzhYuGhrdQXlAWt07C mfhYwk0heVNJF6c9RNhz+2IWcZrAGdGVbb1WyBhWBH11sTpXWsEQG1XEm5rZDkDsw5f6 DHNkXa/PDD7NldJiNhEEzcxMMVWIeDvXunxhNRL2E4KZwQKSA0tt412QxT04Z7mfuOeV STiBl8qGN3RpP/cK2axq9UAMUlVK1dzCSePpy5gbcIwZF0/vPgEa26WnXOD2zRoOEGWR RveFl6MtcWEim+yXKy/X4VVd6+1ipUScda9OCC3mZZqijUUMCd65VDIblYocqx5aLsZ/ qqRg== X-Gm-Message-State: AOAM531W0Lu0QPIasQQ+p7V/baViIAf3azX5++wDd2/BPEzWibwyNJgT 0hqrVGbmcC36G7tnODrBrW6q3a19YUttl4LzKCGghteB7qNQ5g== X-Google-Smtp-Source: ABdhPJzY0G5RwdlOkvf7aaPB3qIZ2SKXXTV9Nugwq7oqy6UTVeAaHdR/IdiSON/vsyNORu+rVoffOyVcERiMlgCpSbo= X-Received: by 2002:a05:6830:2093:: with SMTP id y19mr10347837otq.219.1605797634900; Thu, 19 Nov 2020 06:53:54 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Patrick Starrenburg Date: Thu, 19 Nov 2020 15:53:44 +0100 Message-ID: Subject: Re: psycopg is the new psycopg3? To: psycopg@postgresql.org Content-Type: multipart/alternative; boundary="0000000000009c053a05b476e564" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000009c053a05b476e564 Content-Type: text/plain; charset="UTF-8" Hi I think the straight package name "psycopg" would be good. PS On Thu, 19 Nov 2020 at 15:46, Daniele Varrazzo wrote: > 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 > --0000000000009c053a05b476e564 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

I think the straight pack= age name "psycopg" would be good.

PS
=

= On Thu, 19 Nov 2020 at 15:46, Daniele Varrazzo <daniele.varrazzo@gmail.com> wrote:
Hello,
I have received some concerned v= oices 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...=C2= =A0

The rationale behind= having the 2 in the package name was to allow the coexistence between v1 a= nd 2. But now that nobody uses v1 anymore, I think the name can be consider= ed free. I believe it even predates pypi and the requirements.txt conventio= n. Dark times...

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

Cheers,

-- Daniele=C2=A0
--0000000000009c053a05b476e564--