Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeLametta committed Oct 27, 2019
2 parents 752b485 + db9c44a commit 4238e71
Show file tree
Hide file tree
Showing 76 changed files with 2,191 additions and 1,040 deletions.
28 changes: 16 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
dist: xenial
sudo: required

language: bash
language: python
python:
- "2.7"
virtualenv:
system_site_packages: false

cache: pip

env:
- FLAKE8=false
Expand All @@ -9,21 +16,18 @@ env:
install:
# Dependencies
- sudo apt-get -qq update
- sudo pip install --upgrade -qq pip
- sudo apt-get -qq install cdparanoia cdrdao flac gir1.2-glib-2.0 libcdio-dev libiso9660-dev libsndfile1-dev python-cddb python-gi python-musicbrainzngs python-mutagen python-setuptools sox swig libcdio-utils
- sudo pip install pycdio==0.21 requests
- pip install --upgrade -qq pip
- sudo apt-get -qq install cdparanoia cdrdao flac gir1.2-glib-2.0 libcdio-dev libgirepository1.0-dev libiso9660-dev libsndfile1-dev sox swig libcdio-utils
# newer version of pydcio requires newer version of libcdio than travis has
- pip install pycdio==0.21
# install rest of dependencies
- pip install -r requirements.txt

# Testing dependencies
- sudo apt-get -qq install python-twisted-core
- sudo pip install flake8

# Build bundled C utils
- cd src
- sudo make install
- cd ..
- pip install twisted flake8

# Installing
- sudo python setup.py install
- python setup.py install

script:
- if [ ! "$FLAKE8" = true ]; then python -m unittest discover; fi
Expand Down
66 changes: 63 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,66 @@

## [Unreleased](https:/whipper-team/whipper/tree/HEAD)

[Full Changelog](https:/whipper-team/whipper/compare/v0.7.3...HEAD)
[Full Changelog](https:/whipper-team/whipper/compare/v0.8.0...HEAD)

## [v0.8.0](https:/whipper-team/whipper/tree/v0.8.0) (2019-10-27)
[Full Changelog](https:/whipper-team/whipper/compare/v0.7.3...v0.8.0)

**Fixed bugs:**

- whipper bails out if MusicBrainz release group doesn’t have a type [\#396](https:/whipper-team/whipper/issues/396)
- object has no attribute 'working\_directory' when running cd info [\#375](https:/whipper-team/whipper/issues/375)
- Failure to rip CD: "ValueError: could not convert string to float: " [\#374](https:/whipper-team/whipper/issues/374)
- "AttributeError: Program instance has no attribute '\_presult'" when ripping [\#369](https:/whipper-team/whipper/issues/369)
- Drive analysis fails [\#361](https:/whipper-team/whipper/issues/361)
- Eliminate warning "eject: CD-ROM tray close command failed" [\#354](https:/whipper-team/whipper/issues/354)
- Flac file permissions [\#284](https:/whipper-team/whipper/issues/284)

**Closed issues:**

- Separate out Release in log into two value map [\#416](https:/whipper-team/whipper/issues/416)
- Network issue [\#412](https:/whipper-team/whipper/issues/412)
- RequestsDependencyWarning: urllib3 \(1.25.2\) or chardet \(3.0.4\) doesn't match a supported version [\#400](https:/whipper-team/whipper/issues/400)
- Run script after rip [\#394](https:/whipper-team/whipper/issues/394)
- Add git/mercurial dependency to the README [\#386](https:/whipper-team/whipper/issues/386)
- Include MusicBrainz Release ID in the log file [\#381](https:/whipper-team/whipper/issues/381)
- Rip while entering MusicBrainz data [\#360](https:/whipper-team/whipper/issues/360)
- Doesn't eject - "eject: unable to eject" \(but manual eject works\) [\#355](https:/whipper-team/whipper/issues/355)
- Note in the whipper output/log if development version was used [\#337](https:/whipper-team/whipper/issues/337)
- fedora 29, whipper 0.72, Error While Executing Any Command [\#332](https:/whipper-team/whipper/issues/332)
- read-toc progress information [\#299](https:/whipper-team/whipper/issues/299)
- ripping fails frequently, but not repeatably [\#290](https:/whipper-team/whipper/issues/290)
- Look into adding more MusicBrainz identifiers to ripped files [\#200](https:/whipper-team/whipper/issues/200)

**Merged pull requests:**

- Fix ripping discs with less than ten tracks [\#418](https:/whipper-team/whipper/pull/418) ([mtdcr](https:/mtdcr))
- Make getFastToc\(\) fast again [\#417](https:/whipper-team/whipper/pull/417) ([mtdcr](https:/mtdcr))
- Use ruamel.yaml for formatting and outputting rip .log file [\#415](https:/whipper-team/whipper/pull/415) ([itismadness](https:/itismadness))
- Handle missing self.options for whipper cd info [\#410](https:/whipper-team/whipper/pull/410) ([JoeLametta](https:/JoeLametta))
- Fix erroneous result message for whipper drive analyze [\#409](https:/whipper-team/whipper/pull/409) ([JoeLametta](https:/JoeLametta))
- Report eject's failures as logger warnings [\#408](https:/whipper-team/whipper/pull/408) ([JoeLametta](https:/JoeLametta))
- Set FLAC files permissions to 0644 [\#407](https:/whipper-team/whipper/pull/407) ([JoeLametta](https:/JoeLametta))
- Fix offset find command [\#406](https:/whipper-team/whipper/pull/406) ([vmx](https:/vmx))
- Make whipper not break on missing release type [\#398](https:/whipper-team/whipper/pull/398) ([Freso](https:/Freso))
- Set default for eject to: success [\#392](https:/whipper-team/whipper/pull/392) ([gorgobacka](https:/gorgobacka))
- Use eject value of the class again [\#391](https:/whipper-team/whipper/pull/391) ([gorgobacka](https:/gorgobacka))
- Convert documentation from epydoc to reStructuredText [\#387](https:/whipper-team/whipper/pull/387) ([JoeLametta](https:/JoeLametta))
- Include MusicBrainz Release URL in log output [\#382](https:/whipper-team/whipper/pull/382) ([Freso](https:/Freso))
- Specify supported version\(s\) of Python in setup.py [\#378](https:/whipper-team/whipper/pull/378) ([Freso](https:/Freso))
- Fix critical regressions introduced in 3e79032 and 16b0d8d [\#371](https:/whipper-team/whipper/pull/371) ([JoeLametta](https:/JoeLametta))
- Use git to get whipper's version [\#370](https:/whipper-team/whipper/pull/370) ([Freso](https:/Freso))
- Handle artist MBIDs as multivalue tags [\#367](https:/whipper-team/whipper/pull/367) ([Freso](https:/Freso))
- Add Track, Release Group, and Work MBIDs to ripped files [\#366](https:/whipper-team/whipper/pull/366) ([Freso](https:/Freso))
- Refresh MusicBrainz JSON responses used for testing [\#365](https:/whipper-team/whipper/pull/365) ([Freso](https:/Freso))
- Clean up MusicBrainz nomenclature [\#364](https:/whipper-team/whipper/pull/364) ([Freso](https:/Freso))
- Fix misaligned output in command.mblookup [\#363](https:/whipper-team/whipper/pull/363) ([Freso](https:/Freso))
- Update accuraterip-checksum [\#362](https:/whipper-team/whipper/pull/362) ([Freso](https:/Freso))
- Require Developer Certificate of Origin sign-off [\#358](https:/whipper-team/whipper/pull/358) ([JoeLametta](https:/JoeLametta))
- Address warnings/errors from various static analysis tools [\#357](https:/whipper-team/whipper/pull/357) ([JoeLametta](https:/JoeLametta))
- Clarify format option for disc template [\#353](https:/whipper-team/whipper/pull/353) ([rekh127](https:/rekh127))
- Refactor cdrdao toc/table functions into Task and provide progress output [\#345](https:/whipper-team/whipper/pull/345) ([jtl999](https:/jtl999))
- accuraterip-checksum: convert to python C extension [\#274](https:/whipper-team/whipper/pull/274) ([mtdcr](https:/mtdcr))

## [v0.7.3](https:/whipper-team/whipper/tree/v0.7.3) (2018-12-14)
[Full Changelog](https:/whipper-team/whipper/compare/v0.7.2...v0.7.3)
Expand All @@ -15,7 +74,6 @@
- Possible HTOA error [\#281](https:/whipper-team/whipper/issues/281)
- Disc template KeyError [\#279](https:/whipper-team/whipper/issues/279)
- Enhanced CD causes computer to freeze. [\#256](https:/whipper-team/whipper/issues/256)
- pycdio & libcdio issues [\#238](https:/whipper-team/whipper/issues/238)
- Unicode issues [\#215](https:/whipper-team/whipper/issues/215)
- whipper offset find exception [\#208](https:/whipper-team/whipper/issues/208)
- ZeroDivisionError: float division by zero [\#202](https:/whipper-team/whipper/issues/202)
Expand All @@ -26,7 +84,9 @@
- On Ubuntu 18.10 cd-paranoia binary is called cdparanoia [\#347](https:/whipper-team/whipper/issues/347)
- WARNING:whipper.common.program:network error: NetworkError\(\) [\#338](https:/whipper-team/whipper/issues/338)
- Can not install [\#314](https:/whipper-team/whipper/issues/314)
- use standard logging [\#303](https:/whipper-team/whipper/issues/303)
- Write musicbrainz\_discid tag when disc is unknown [\#280](https:/whipper-team/whipper/issues/280)
- pycdio & libcdio issues [\#238](https:/whipper-team/whipper/issues/238)
- Write .toc files in addition to .cue files to support cdrdao and non-compliant .cue sheets [\#214](https:/whipper-team/whipper/issues/214)

**Merged pull requests:**
Expand Down Expand Up @@ -198,7 +258,6 @@
- Add flake8 testing to CI [\#151](https:/whipper-team/whipper/pull/151) ([Freso](https:/Freso))
- Clean up files in misc/ [\#150](https:/whipper-team/whipper/pull/150) ([Freso](https:/Freso))
- Update .gitignore [\#148](https:/whipper-team/whipper/pull/148) ([Freso](https:/Freso))
- Fix references to morituri. [\#109](https:/whipper-team/whipper/pull/109) ([Freso](https:/Freso))

## [v0.5.1](https:/whipper-team/whipper/tree/v0.5.1) (2017-04-24)
[Full Changelog](https:/whipper-team/whipper/compare/v0.5.0...v0.5.1)
Expand Down Expand Up @@ -271,6 +330,7 @@

**Merged pull requests:**

- Fix references to morituri. [\#109](https:/whipper-team/whipper/pull/109) ([Freso](https:/Freso))
- Small cleanups of setup.py [\#102](https:/whipper-team/whipper/pull/102) ([Freso](https:/Freso))
- Persist False value for defeats\_cache correctly [\#98](https:/whipper-team/whipper/pull/98) ([ribbons](https:/ribbons))
- Update suggested commands given by `drive list` [\#97](https:/whipper-team/whipper/pull/97) ([ribbons](https:/ribbons))
Expand Down
Loading

0 comments on commit 4238e71

Please sign in to comment.