https://bugzilla.redhat.com/show_bug.cgi?id=2283682



--- Comment #1 from Cristian Le <[email protected]> ---
Spec URL:
https://github.com/LecrisUT/rust-metris-rpmspec/raw/83dda26784f2c9cbe603473e461adaec238ddb34/rust-ndarray-stats/rust-ndarray-stats.spec
SRPM URL:
https://download.copr.fedorainfracloud.org/results/packit/LecrisUT-rust-metris-rpmspec-main/fedora-rawhide-x86_64/07711191-rust-ndarray-stats/rust-ndarray-stats-0.5.1-1.fc41.src.rpm

rust2rpm.toml
```toml
[package]
summary = "Statistical routines for ArrayBase"
cargo-toml-patch-comments = [
    "- Bump approx dependency",
    "  https://github.com/rust-ndarray/ndarray-stats/issues/96";,
]

[requires]
build = [
    "tomcli",
]

[scripts.prep]
post = [
    "# Do not depend on criterion; it is needed only for benchmarks.",
    "tomcli set Cargo.toml del dev-dependencies.criterion",
]

[tests]
skip = [
    "entropy::tests::test_cross_entropy_with_noisy_negative_qs",
    "entropy::tests::test_kl_with_noisy_negative_qs",
]
comments = [
    "Probably using debug_assert!"
]
```

ndarray-stats-fix-metadata.diff
```
--- ndarray-stats-0.5.1/Cargo.toml      1970-01-01T00:00:01+00:00
+++ ndarray-stats-0.5.1/Cargo.toml      2024-07-05T12:43:59.747453+00:00
@@ -69,7 +69,7 @@
 version = "0.8.3"

 [dev-dependencies.approx]
-version = "0.4"
+version = "0.5"

 [dev-dependencies.criterion]
 version = "0.3"
```


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2283682

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202283682%23c1

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to