Discussion:
Consul library packaging
(too old to reply)
Alexandre Detiste
2024-09-22 11:40:01 UTC
Permalink
Hi,

I've finally finished updating python3-consul.

I realise consol.io itself is not packaged in Debian
(and there's no ITP/RFP).

So I had to repack to drop these binaries without source
tests/consul-1.13.8.linux64
tests/consul-1.15.4.linux64
tests/consul-1.16.1.linux64
tests/consul-1.17.3.linux64
... and disable most tests.

Once some version is packaged;
test-can be re-enabled against this one version
by patching tests/conftest.py

CONSUL_BINARIES = {
- "1.13.8": "consul-1.13.8",
- "1.15.4": "consul-1.15.4",
- "1.16.1": "consul-1.16.1",
- "1.17.3": "consul-1.17.3",
+ "current": "consul",
}

Greetings
Tianon Gravi
2024-09-22 16:10:01 UTC
Permalink
Post by Alexandre Detiste
Hi,
I've finally finished updating python3-consul.
I realise consol.io itself is not packaged in Debian
(and there's no ITP/RFP).
As a prior packager of consul in Debian, https://bugs.debian.org/1055054 is
relevant (I don't believe consul is coming back anytime soon).

- Tianon
Loading...