Alexandre Detiste
2024-09-22 11:40:01 UTC
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
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