Package: rust-sysinfo / 0.37.2-1

Metadata

Package Version Patches format
rust-sysinfo 0.37.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont fail tests if os has no version.diff | (download)

src/common/system.rs | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
ignore tests failing in build environment.diff | (download)

benches/basic.rs | 10 6 + 4 - 0 !
src/common/system.rs | 1 1 + 0 - 0 !
tests/disk.rs | 3 3 + 0 - 0 !
tests/process.rs | 1 1 + 0 - 0 !
4 files changed, 11 insertions(+), 4 deletions(-)

---
ignore tests failing debci.diff | (download)

benches/basic.rs | 1 1 + 0 - 0 !
src/common/system.rs | 2 2 + 0 - 0 !
tests/components.rs | 1 1 + 0 - 0 !
tests/process.rs | 3 3 + 0 - 0 !
4 files changed, 7 insertions(+)

---
ignore check_all_process_uids_resolvable.diff | (download)

src/lib.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
use busy wait in check cpu usage.diff | (download)

src/common/system.rs | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---
dont fail tests on arm32 or riscv64 if cpu speed unavailable.diff | (download)

src/common/system.rs | 1 1 + 0 - 0 !
tests/cpu.rs | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
remove windows.diff | (download)

Cargo.toml | 48 0 + 48 - 0 !
1 file changed, 48 deletions(-)

---
support specific target dir in tests.diff | (download)

tests/process.rs | 29 19 + 10 - 0 !
1 file changed, 19 insertions(+), 10 deletions(-)

---
dont fail tests if system has no swap.patch | (download)

tests/system.rs | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

---
limit architectures for cpu brand checks.patch | (download)

tests/cpu.rs | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

---
remove mac crates.diff | (download)

Cargo.toml | 34 0 + 34 - 0 !
1 file changed, 34 deletions(-)

---
relax deps.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
ignore flaky tests.diff | (download)

tests/process.rs | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
fix test feature requirements.diff | (download)

benches/basic.rs | 3 3 + 0 - 0 !
src/lib.rs | 36 36 + 0 - 0 !
src/serde.rs | 1 1 + 0 - 0 !
3 files changed, 40 insertions(+)

---