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 1sLfXx-00Fuys-Rb for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 24 Jun 2024 08:59:33 +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 1sLfXw-007tCU-8Y for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 24 Jun 2024 08:59:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sLfXw-007tCM-2u for pgsql-pkg-debian@lists.postgresql.org; Mon, 24 Jun 2024 08:59:32 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sLfXt-002rPV-Lc for pgsql-pkg-debian@lists.postgresql.org; Mon, 24 Jun 2024 08:59:31 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1480:91e0:e5dd:5ff4:a196:e226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4W722l3R1Hz3G9d; Mon, 24 Jun 2024 10:59:27 +0200 (CEST) Date: Mon, 24 Jun 2024 10:59:27 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: omnidb-server: fix for bug 1053100 Message-ID: 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 > I've pushed two fixes for omnidb to Salsa: > > 1. A fix for 1053100 > 2. Replacing a deprecated Django API to get the package working with > Debian trixie Hi Bradford, thanks! I've been dabbling with django for some other hobby projects and had seen some warnings around the url() functions, but not checked out any details. That will be useful there too. > I've triggered a snapshot build on pgdgbuild and manually tested the > artifacts on both bookworm and trixie. I'd like to request a review and > upload, as cycles permit. Perfect, as always! Uploading shortly. Christoph