Bug 2273018 - Review Request: python-samplerate - Python bindings for libsamplerate based on CFFI and NumPy
Summary: Review Request: python-samplerate - Python bindings for libsamplerate based o...
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Benson Muite
QA Contact: Fedora Extras Quality Assurance
URL: https://github.com/tuxu/python-sample...
Whiteboard:
Depends On:
Blocks: 2273056
TreeView+ depends on / blocked
 
Reported: 2024-04-03 18:14 UTC by Gwyn Ciesla
Modified: 2024-10-31 19:27 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
benson_muite: fedora-review?


Attachments (Terms of Use)
The .spec file difference from Copr build 8188770 to 8190434 (1.69 KB, patch)
2024-10-30 15:11 UTC, Fedora Review Service
no flags Details | Diff

Description Gwyn Ciesla 2024-04-03 18:14:04 UTC
Description: python-samplerate This is a wrapper around Erik de Castro Lopo's libsamplerate_
(aka Secret Rabbit Code) for high-quality sample rate conversion.It implements
all three APIs < available in libsamplerate_:* **Simple API**: for resampling a
large chunk of data with a single library* **Full API**: for obtaining the
resampled signal from successive chunks of* **Callback API**: like Full API,
but...

SRPM: https://fedorapeople.org/~limb/review/python-samplerate/python-samplerate-0.1.0-1.fc41.src.rpm
SPEC: https://fedorapeople.org/~limb/review/python-samplerate/python-samplerate.spec

Reproducible: Always

Comment 1 Benson Muite 2024-10-30 08:48:33 UTC
[fedora-review-service-build]

Comment 2 Fedora Review Service 2024-10-30 08:50:07 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8188770
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2273018-python-samplerate/fedora-rawhide-x86_64/08188770-python-samplerate/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
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 Benson Muite 2024-10-30 09:02:06 UTC
Can
%generate_buildrequires
%pyproject_buildrequires
be used to get dependencies?

Comment 5 Fedora Review Service 2024-10-30 15:11:04 UTC
Created attachment 2054373 [details]
The .spec file difference from Copr build 8188770 to 8190434

Comment 6 Fedora Review Service 2024-10-30 15:11:06 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8190434
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2273018-python-samplerate/fedora-rawhide-x86_64/08190434-python-samplerate/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 7 Benson Muite 2024-10-31 18:04:54 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "MIT License", "Unknown or generated", "*No copyright* MIT
     License", "*No copyright* BSD 2-Clause License and/or MIT License". 18
     files have unknown license. Detailed output of licensecheck in
     /home/FedoraPackaging/reviews/python-samplerate/2273018-python-
     samplerate/licensecheck.txt
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.13/site-
     packages, /usr/lib/python3.13
[!]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[!]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[ ]: Package is not known to require an ExcludeArch tag.
[ ]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 2381 bytes in 1 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[-]: Python eggs must not download any dependencies during the build
     process.
[-]: A package which is used by another package via an egg interface should
     provide egg info.
[ ]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Packages MUST NOT have dependencies (either build-time or runtime) on
     packages named with the unversioned python- prefix unless no properly
     versioned package exists. Dependencies on Python packages instead MUST
     use names beginning with python2- or python3- as appropriate.
[x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[ ]: Package should compile and build into binary rpms on all supported
     architectures.
[!]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed
     files.
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python3-samplerate-0.1.0-2.fc42.noarch.rpm
          python-samplerate-0.1.0-2.fc42.src.rpm
=========================================== rpmlint session starts ===========================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpjn2v4pdf')]
checks: 32, packages: 2

python-samplerate.src: E: spelling-error ('libsamplerate', 'Summary(en_US) libsamplerate -> deliberateness')
python-samplerate.src: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d')
python-samplerate.src: E: spelling-error ('libsamplerate', '%description -l en_US libsamplerate -> deliberateness')
python3-samplerate.noarch: E: spelling-error ('libsamplerate', 'Summary(en_US) libsamplerate -> deliberateness')
python3-samplerate.noarch: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d')
python3-samplerate.noarch: E: spelling-error ('libsamplerate', '%description -l en_US libsamplerate -> deliberateness')
====== 2 packages and 0 specfiles checked; 6 errors, 0 warnings, 9 filtered, 6 badness; has taken 7.8 s ======




Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 1

python3-samplerate.noarch: E: spelling-error ('libsamplerate', 'Summary(en_US) libsamplerate -> deliberateness')
python3-samplerate.noarch: E: spelling-error ('de', '%description -l en_US de -> DE, ed, d')
python3-samplerate.noarch: E: spelling-error ('libsamplerate', '%description -l en_US libsamplerate -> deliberateness')
 1 packages and 0 specfiles checked; 3 errors, 0 warnings, 5 filtered, 3 badness; has taken 2.0 s 



Source checksums
----------------
https://files.pythonhosted.org/packages/source/s/samplerate/samplerate-0.1.0.tar.gz :
  CHECKSUM(SHA256) this package     : 75ef725e6cd9c4545569caf4c47147beab7b53b2c36e5122e8c285d348f88847
  CHECKSUM(SHA256) upstream package : 75ef725e6cd9c4545569caf4c47147beab7b53b2c36e5122e8c285d348f88847


Requires
--------
python3-samplerate (rpmlib, GLIBC filtered):
    python(abi)
    python3.13dist(cffi)
    python3.13dist(numpy)
    python3dist(cffi)
    python3dist(numpy)



Provides
--------
python3-samplerate:
    python-samplerate
    python3-samplerate
    python3.13-samplerate
    python3.13dist(samplerate)
    python3dist(samplerate)



Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2273018
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Python, Shell-api
Disabled plugins: PHP, R, Perl, Java, fonts, C/C++, Haskell, SugarActivity, Ocaml
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH

Comments:
a) Latest tag on GitHub is 0.2.1
https://github.com/tuxu/python-samplerate/archive/v0.2.1/samplerate-0.2.1.tar.gz
The above has C code and a binary libsamplerate that needs to be compiled.
b) The source on pypi is also 0.2.1
https://pypi.org/project/samplerate/
c) The pypi source has pre-compiled binaries:
python-samplerate-0.1.0-build/samplerate-0.1.0/samplerate/_samplerate_data/libsamplerate-32bit.dll
python-samplerate-0.1.0-build/samplerate-0.1.0/samplerate/_samplerate_data/libsamplerate-64bit.dll
python-samplerate-0.1.0-build/samplerate-0.1.0/samplerate/_samplerate_data/libsamplerate.dylib
so probably want to use GitHub source.
d) The library is under BSD-2-Clause, so would need to update the license field to:
MIT AND BSD-2-Clause
e) May want to either run tests or add:
%check
%pyproject_check_import

Comment 8 Benson Muite 2024-10-31 19:10:37 UTC
f) Seems like documentation can be generated with sphinx.  Maybe this
generates reasonable man pages? Not blocking though.

Comment 9 Gwyn Ciesla 2024-10-31 19:27:22 UTC
Ugh. The new version requires git to build a subproject. I'll have to work on this more.


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