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

Ben Beasley <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from Ben Beasley <[email protected]> ---
New packages “MUST” use the current Python packaging guidelines with
pyproject-rpm-macros,
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/, rather than
the “201x-era” Python packaging guidelines,
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/, as in this
submission.

This is a simple package, so you should find it straightforward to update it to
current practices. See
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_example_spec_file
for an example.

This is particularly messy and weird:

  Provides: python%{python3_version}dist(iso4217)

This is pointless because Provides will be generated automatically,
https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_provides_for_importable_modules,
and this style, using a modern python3dist(…) dependency with the
%{python3_version} is a weird mishmash that I wouldn’t expect someone to come
up with manually. Even an outdated tool like pyp2rpm shouldn’t emit something
this weird. Are you using an LLM to author these spec files?

“Public Domain” is not a valid SPDX license expression. It should be (assuming
you have identified the license correctly, which I haven’t checked)
LicenseRef-Fedora-Public-Domain, and you must submit the license text for
validation, similar to
https://gitlab.com/fedora/legal/fedora-license-data/-/work_items/728. See
https://docs.fedoraproject.org/en-US/legal/update-existing-packages/#_licenseref_callaway_public_domain,
which mostly applies to new packages even though it is under the documentation
for updating existing packages to SPDX.


-- 
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=2460052

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

-- 
_______________________________________________
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://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to