Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tfKV6-001T2T-Nj for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 04 Feb 2025 15:06:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tfKV5-004SNh-Rq for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 04 Feb 2025 15:06:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tfKV5-004SNZ-MF for pgsql-pkg-debian@lists.postgresql.org; Tue, 04 Feb 2025 15:06:07 +0000 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tfKV2-003FcS-23 for pgsql-pkg-debian@postgresql.org; Tue, 04 Feb 2025 15:06:07 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4YnRWq0Q6Hz9tBF; Tue, 4 Feb 2025 16:05:59 +0100 (CET) Date: Tue, 4 Feb 2025 16:05:58 +0100 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@postgresql.org Subject: Re: PgBouncer 1.24.0 - New upstream version Message-ID: Mail-Followup-To: Christoph Berg , Bradford Boyle , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > Hi Christoph, > > I've updated the package for pgbouncer to include a patch based on [0] > to get the main test suite passing on salsa.debian.org. With this, the > package should be ready for review and upload. Hi Bradford, thanks! > I've also attached an initial patch to generate-pgdg-source that should > add the required dependency on python3-contextlib2 and remove the > dependency on tzdata-legacy to get the pacakge building on older > distributions. Unfortunately that needs more work as it looks like: bookworm and others: 14:54:22 E AttributeError: 'PGconn' object has no attribute 'close_prepared' https://jengus.postgresql.org/job/pgbouncer-binaries/106/architecture=amd64,distribution=bookworm/console bullseye doesn't have python3-psycopg (and building that doesn't look trivial). Do we think we could go without or with less tests there? Christoph