Commit Graph

11 Commits

Author SHA1 Message Date
R. Ryantm
ac4c07982a barman: 3.0.1 -> 3.1.0 2022-09-15 03:30:00 +00:00
Sandro
61de37f753
Merge pull request #182142 from treed/barman-subprocess
barman: patch out subprocess wrapper
2022-08-20 12:43:25 +02:00
R. Ryantm
17585ec0dc barman: 3.0.0 -> 3.0.1 2022-07-20 00:58:51 +00:00
Ted Reed
a05a338df5 barman: patch out subprocess wrapper
This patches the command wrapper to prevent it from executing
subprocesses via sys.executable. This is intended to ensure that the
subprocess is using the same Python interpreter as the superprocess.
However, in this case the barman script has been wrapped as a shell
script, which is not executable as Python.

Since our wrapper script already ensures a consistent version of
Python, this internal wrapping is unnecessary, and so we patch it to
execute the command directly.

Fixes #135238
2022-07-19 14:46:09 -07:00
Jonas Heinrich
a3cc156ce1 barman: 2.17 -> 3.0.0 2022-07-06 16:52:01 +02:00
Martin Weinelt
957f1f7243 barman: drop argh dependency
It is not required anymore and breaks the package with argh being
broken.
2021-12-28 09:36:48 +00:00
R. Ryantm
62f834b20c barman: 2.15 -> 2.17 2021-12-05 17:28:03 +00:00
rembo10
c7788a8fec
barman: 2.12 -> 2.15 (#142098)
Co-authored-by: rembo10 <rembo10@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-24 18:31:35 +02:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
freezeboy
067ce14cd4 barman: 2.11 -> 2.12 2020-12-27 14:42:42 +01:00
freezeboy
1be6ac06ab barman: init 2.11 2020-09-13 10:26:03 -07:00