Bug 2182479 - Review Request: rust-itoap - Even faster functions for printing integers with decimal format
Summary: Review Request: rust-itoap - Even faster functions for printing integers with...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabio Valentini
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/itoap
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-28 19:10 UTC by Maxwell G
Modified: 2023-04-15 02:03 UTC (History)
2 users (show)

Fixed In Version: rust-itoap-1.0.1-2.fc39
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-28 23:16:24 UTC
Type: ---
Embargoed:
decathorpe: fedora-review+


Attachments (Terms of Use)

Description Maxwell G 2023-03-28 19:10:24 UTC
Spec URL: https://gotmax23.fedorapeople.org/reviews/rust-itoap/rust-itoap.spec
SRPM URL: https://gotmax23.fedorapeople.org/reviews/rust-itoap/rust-itoap-1.0.1-1.fc37.src.rpm

Description:
Even faster functions for printing integers with decimal format.


Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=99249924

Comment 1 Jakub Kadlčík 2023-03-28 19:18:41 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/5718907
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2182479-rust-itoap/fedora-rawhide-x86_64/05718907-rust-itoap/fedora-review/review.txt

Please take a look if any issues were found.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 2 Fabio Valentini 2023-03-28 20:00:30 UTC
Looks good to me, though you might want to explicitly exclude some files from the package (i.e. by generating this patch with "rust2rpm -p"):

```
--- itoap-1.0.1/Cargo.toml	2021-02-18T16:50:24+00:00
+++ itoap-1.0.1/Cargo.toml	2023-03-28T19:56:56.117524+00:00
@@ -21,6 +21,7 @@
 categories = ["value-formatting"]
 license = "MIT"
 repository = "https://github.com/Kogia-sima/itoap"
+exclude = ["/bench.png", "/codecov.yml", "/rustfmt.toml"]
 [package.metadata.docs.rs]
 all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
```

A patch like this should also be acceptable by the upstream project, since these files are only useful as docs or for upstream development / CI.

===

Package was generated with rust2rpm, simplifying the review.

- package builds and installs without errors on rawhide
- test suite is run and all unit tests pass
- latest version of the crate is packaged
- license matches upstream specification ("MIT") and is acceptable for Fedora
- license file is included with %license in %files
- package complies with Rust Packaging Guidelines

Package APPROVED.

===

Recommended post-import rust-sig tasks:

- add @rust-sig with "commit" access as package co-maintainer

- set bugzilla assignee overrides to @rust-sig (optional)

- set up package on release-monitoring.org:
  project: $crate
  homepage: https://crates.io/crates/$crate
  backend: crates.io
  version scheme: semantic
  version filter: alpha;beta;rc;pre
  distro: Fedora
  Package: rust-$crate

- track package in koschei for all built branches

Comment 3 Fedora Admin user for bugzilla script actions 2023-03-28 22:53:56 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-itoap

Comment 4 Fedora Update System 2023-03-28 23:14:36 UTC
FEDORA-2023-dafc5d121a has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-dafc5d121a

Comment 5 Fedora Update System 2023-03-28 23:16:24 UTC
FEDORA-2023-dafc5d121a has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2023-03-28 23:37:49 UTC
FEDORA-2023-22577f9c11 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-22577f9c11

Comment 7 Fedora Update System 2023-03-28 23:37:51 UTC
FEDORA-2023-cfb6d62fad has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-cfb6d62fad

Comment 8 Fedora Update System 2023-03-28 23:37:52 UTC
FEDORA-2023-8a4f34d8ed has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-8a4f34d8ed

Comment 9 Fedora Update System 2023-03-29 02:02:39 UTC
FEDORA-2023-cfb6d62fad has been pushed to the Fedora 38 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-cfb6d62fad

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 10 Fedora Update System 2023-03-29 02:39:18 UTC
FEDORA-2023-22577f9c11 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-22577f9c11`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-22577f9c11

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 11 Fedora Update System 2023-03-29 03:56:07 UTC
FEDORA-2023-8a4f34d8ed has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-8a4f34d8ed`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8a4f34d8ed

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 12 Fedora Update System 2023-04-06 01:26:34 UTC
FEDORA-2023-22577f9c11 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 13 Fedora Update System 2023-04-06 01:54:11 UTC
FEDORA-2023-8a4f34d8ed has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 14 Fedora Update System 2023-04-15 02:03:03 UTC
FEDORA-2023-cfb6d62fad has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.