AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Package README.md instead of dead symlink README
- Add upstream commit as patch e0942417a1c267781a8b676789730457dcb2e6fa.patch * Use custom YAML subclass to be compatible with ruamel_yaml>=0.17
- Update to version 0.10.0 * Allow configuring whether to auto close the drive's tray * Better error handling for unconfigured drive offset * Ability to group multi-disc releases in a single folder * Provide option to not use disambiguation in title * Save ISRCs from CD TOC * Ability to skip unrippable track * Grab cover art * cdda2wav from cdrtools instead of cdparanoia * Full changelog https://github.com/whipper-team/whipper/blob/v0.10.0/CHANGELOG.md
- Undo single-spec abomination: this is an application, not a python module, and we thus do not need all python flavors pulled in. - Add gobject-introspection BuildRequires: the code uses gobject-inrtrospection to call out to libraries; by having this Build dependency. rpm will add the nescessary requires to the package in plus.
- Make it build again
- Make it build again
- Use %pytest instead of /usr/bin/py.test to run tests
- Run testsuite
- Update to version 0.9.0 Fixed bugs: * Fix regression introduced due to Python 3 port * Port to Python 3 - Update to version 0.8.0 Fixed bugs: * whipper bails out if MusicBrainz release group doesn’t have a type * object has no attribute 'working_directory' when running cd info * Failure to rip CD: "ValueError: could not convert string to float: " * "AttributeError: Program instance has no attribute '_presult'" when ripping * Drive analysis fails * Eliminate warning "eject: CD-ROM tray close command failed" * Flac file permissions Closed issues: * Separate out Release in log into two value map * Network issue #412 * RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version * Run script after rip * Add git/mercurial dependency to the README * Include MusicBrainz Release ID in the log file * Rip while entering MusicBrainz data * Doesn't eject - "eject: unable to eject" (but manual eject works) * Note in the whipper output/log if development version was used * read-toc progress information * ripping fails frequently, but not repeatably * Look into adding more MusicBrainz identifiers to ripped files - Use python rpm build macros - Drop not longer needed patch: * whipper-fix-appstream-file-path.patch