Package Release Info

whipper-0.10.0-bp153.2.3.1

Update Info: openSUSE-2021-1594
Available in Package Hub : 15 SP3 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

whipper

Change Logs

* Sat Nov 06 2021 olaf@aepfle.de
- Package README.md instead of dead symlink README
* Tue Aug 10 2021 Dr. Werner Fink <werner@suse.de>
- Add upstream commit as patch e0942417a1c267781a8b676789730457dcb2e6fa.patch
  * Use custom YAML subclass to be compatible with ruamel_yaml>=0.17
* Mon May 31 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- 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
* Tue May 04 2021 Dominique Leuenberger <dimstar@opensuse.org>
- 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.
* Tue May 04 2021 Dr. Werner Fink <werner@suse.de>
- Make it build again
* Tue Mar 30 2021 Dr. Werner Fink <werner@suse.de>
- Make it build again
* Mon Nov 23 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use %pytest instead of /usr/bin/py.test to run tests
* Sun Dec 15 2019 Martin Hauke <mardnh@gmx.de>
- Run testsuite
* Tue Dec 10 2019 Martin Hauke <mardnh@gmx.de>
- 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