Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16291
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| Newsgroups | linux.debian.maint.python |
| Subject | re: Consul library packaging |
| Date | 2024-09-22 13:40 +0200 |
| Message-ID | <Jpt6x-e3nY-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar
re: Consul library packaging Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-09-22 13:40 +0200 Re: Consul library packaging Tianon Gravi <tianon@debian.org> - 2024-09-22 18:10 +0200
csiph-web