public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bradford Boyle <[email protected]>
To: [email protected]
Subject: Re: PgBouncer 1.24.0 - New upstream version
Date: Tue, 21 Jan 2025 22:47:43 -0800
Message-ID: <CAOMoQbT3zRuL+YLeiUrOG5-vYsvrZ2MJF_DQoa3E94cBfdv6xw@mail.gmail.com> (raw)
In-Reply-To: <CAGKCzNC6RkY54TrkqqQ9K83AF=vrYe+CB14-PUSLTF5YMbzrmA@mail.gmail.com>
References: <CAOMoQbT0VmMZFRA68Geff9MScuGRTwokCf81O-0dqja8hmjNpQ@mail.gmail.com>
<CAGKCzNBZO-AQMfmbfbn20wvE+63j50YuPBKJupYLiDCmc84OeA@mail.gmail.com>
<CAOMoQbROhu7WG9LnyjHb1RXJrax_HKKMBbwaou+jps0uZgqHFw@mail.gmail.com>
<CAOMoQbQzutP0UMU3KUZAE4A9Jf8bS=uSBRdUX7g=9xxoBbosmQ@mail.gmail.com>
<CAGKCzNAQKMKJ_BQcF=uzcfcM=vx8QYnT+jtzuv_yp=76zbhn7g@mail.gmail.com>
<CAGKCzNAW4BFq_cSKpnPvG6hRF65G3HptjUvWVW=DefPaPMF2pg@mail.gmail.com>
<CAGKCzNAJzhzxJ809y9e6ttYbL0k6id5KmkzmBrz5xZROd79etQ@mail.gmail.com>
<CAGKCzNC6RkY54TrkqqQ9K83AF=vrYe+CB14-PUSLTF5YMbzrmA@mail.gmail.com>
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.
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.
Regards,
-- Bradford
[0]: https://github.com/pgbouncer/pgbouncer/pull/1250
Attachments:
[application/octet-stream] 0001-Add-pgbouncer-tweaks-for-older-dists.patch (982B, 2-0001-Add-pgbouncer-tweaks-for-older-dists.patch)
download | inline diff:
From 109283ab827ad6c760ed6cbf297b634cf5065a40 Mon Sep 17 00:00:00 2001
From: "Bradford D. Boyle" <[email protected]>
Date: Tue, 21 Jan 2025 22:39:22 -0800
Subject: [PATCH] Add pgbouncer tweaks for older dists
---
jenkins/generate-pgdg-source | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source
index 0e04215..4de15a8 100755
--- a/jenkins/generate-pgdg-source
+++ b/jenkins/generate-pgdg-source
@@ -295,6 +295,15 @@ case $PACKAGE in
;;
esac
;;
+ pgbouncer)
+ case ${distribution:-} in
+ bookworm|bullseye|noble|jammy|focal)
+ sed -e '/python3-filelock/a \ python3-contextlib2,' -e '/tzdata-legacy/d' debian/control
+ TWEAK+=("Remove tzdata-legacy dependency")
+ TWEAK+=("Add python3-contextlib2 dependency")
+ ;;
+ esac
+ ;;
esac
# remove artifacts from last build (-r because sometimes uscan leaves temp directories behind)
--
2.48.1
view thread (15+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: PgBouncer 1.24.0 - New upstream version
In-Reply-To: <CAOMoQbT3zRuL+YLeiUrOG5-vYsvrZ2MJF_DQoa3E94cBfdv6xw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox