Bug 2328685 - Review Request: rust-pipeline - Macro collection to pipe |> your functions calls, like in F# or Elixir
Summary: Review Request: rust-pipeline - Macro collection to pipe |> your functions ca...
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://github.com/johannhof/pipeline.rs
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-25 14:44 UTC by Jens Petersen
Modified: 2025-03-12 11:47 UTC (History)
3 users (show)

Fixed In Version: rust-pipeline-0.5.0-1.fc43
Clone Of:
Environment:
Last Closed: 2025-03-12 11:47:55 UTC
Type: ---
Embargoed:
decathorpe: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 8311245 to 8311269 (1.07 KB, patch)
2024-11-25 15:01 UTC, Fedora Review Service
no flags Details | Diff
The .spec file difference from Copr build 8311269 to 8723079 (986 bytes, patch)
2025-03-04 13:53 UTC, Fedora Review Service
no flags Details | Diff

Description Jens Petersen 2024-11-25 14:44:16 UTC
Spec URL: https://petersen.fedorapeople.org/reviews/rust-pipeline/rust-pipeline.spec
SRPM URL: https://petersen.fedorapeople.org/reviews/rust-pipeline/rust-pipeline-0.5.0-1.fc42.src.rpm

Description:
A macro collection to pipe |> your functions calls, like in F# or
Elixir.

Fedora Account System Username: petersen


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

Comment 1 Fedora Review Service 2024-11-25 14:47:51 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8311245
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2328685-rust-pipeline/fedora-rawhide-x86_64/08311245-rust-pipeline/fedora-review/review.txt

Found issues:

- License file LICENSE is not marked as %license
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text

Please know that there can be false-positives.

---
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 3 Fedora Review Service 2024-11-25 15:01:19 UTC
Created attachment 2059736 [details]
The .spec file difference from Copr build 8311245 to 8311269

Comment 4 Fedora Review Service 2024-11-25 15:01:21 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8311269
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2328685-rust-pipeline/fedora-rawhide-x86_64/08311269-rust-pipeline/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 5 Fabio Valentini 2025-03-03 13:41:53 UTC
Package looks good to me. One minor thing and one general question:

- Can you regenerate the spec with rust2rpm v27? It looks like you made no modifications on top of what's generated, so that should be easy, I hope :)

- What are you packaging this crate for? It's ancient (last release in 2015, almost 10 years ago), and it raises a lot of compiler warnings on build. It's not a blocker for getting it reviewed, but whatever depends on this crate on might want to stop using it (or not) :)

Comment 6 Jens Petersen 2025-03-03 16:17:27 UTC
Good points:

(In reply to Fabio Valentini from comment #5)
> Package looks good to me. 

Thanks for looking at it

> - Can you regenerate the spec with rust2rpm v27? It looks like you made no
> modifications on top of what's generated, so that should be easy, I hope :)

Sure thing, will do

> - What are you packaging this crate for? It's ancient (last release in 2015,
> almost 10 years ago), and it raises a lot of compiler warnings on build.
> It's not a blocker for getting it reviewed, but whatever depends on this
> crate on might want to stop using it (or not) :)

elan -> markdown -> pipeline (hope I got that right:)

I was also naively surprised markdown is not in fedora (I suppose one could call that a package smell, giggle?).
Maybe I should suggest an alternative to upstream??
I forget why it even needs markdown support...

Comment 7 Jens Petersen 2025-03-03 16:19:06 UTC
(An new major version of elan came out in January btw, which feels slightly like a lost op)

Comment 9 Fedora Review Service 2025-03-04 13:53:11 UTC
Created attachment 2078858 [details]
The .spec file difference from Copr build 8311269 to 8723079

Comment 10 Fedora Review Service 2025-03-04 13:53:13 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8723079
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2328685-rust-pipeline/fedora-rawhide-x86_64/08723079-rust-pipeline/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 11 Ben Beasley 2025-03-11 15:34:55 UTC
Notes on the ancient/unmaintained status of this crate:

The last release was nine years ago, and the crate appears unmaintained
upstream. However, it is a legitimate dependency for the current *stable*
release (0.3.0) of the markdown crate, which itself is in kind of a weird
state: 0.3.0 was released over four years ago, then a total rewrite started
with a new primary maintainer, with alpha releases steadily trickling out over
the past two years or so. Some projects now depend on alpha versions of
markdown, and some depend on stable 0.3.0, and effectively these are two
different crates sharing a name and an identity on crates.io. Under these
circumstances, packaging rust-pipeline seems to make sense. It is at least
simple enough that it should not be too troublesome to maintain without
upstream support. Hopefully it can be dropped if the markdown rewrite ever
reaches the point where it makes a stable release, and upstream projects
can be encouraged to update their dependencies.

Comment 12 Fabio Valentini 2025-03-11 20:21:28 UTC
Thank you - the package looks good to me, even though the code itself looks rather dusty :)

Package was generated with rust2rpm, simplifying the review.

✅ package contains only permissible content
✅ 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 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:

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

- add @rust-sig with "commit" access as package co-maintainer
  (should happen automatically)

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

- track package in koschei for all built branches
  (should happen automatically once rust-sig is co-maintainer)

Comment 13 Fedora Admin user for bugzilla script actions 2025-03-12 08:53:08 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-pipeline

Comment 14 Jens Petersen 2025-03-12 08:54:42 UTC
Thank you for the review, Fabio!

Comment 15 Fedora Update System 2025-03-12 11:43:39 UTC
FEDORA-2025-d4966963cf (rust-pipeline-0.5.0-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-d4966963cf

Comment 16 Jens Petersen 2025-03-12 11:47:35 UTC
@code thank you very much for the detailed explanation - very helpful!

Comment 17 Fedora Update System 2025-03-12 11:47:55 UTC
FEDORA-2025-d4966963cf (rust-pipeline-0.5.0-1.fc43) has been pushed to the Fedora 43 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.