mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Use Mutagen 1.27 in build scripts.
That way we can test against the latest Mutagen version in daily builds and make use of newer features (e.g. MP4 codec info and AAC file type).
This commit is contained in:
@@ -17,7 +17,7 @@ rm -rf e
|
||||
virtualenv -p python2.7 --system-site-packages e
|
||||
. e/bin/activate
|
||||
|
||||
pip install mutagen==1.25
|
||||
pip install mutagen==1.27
|
||||
pip install https://github.com/JonnyJD/python-discid/archive/dmg.zip
|
||||
pip install py2app==0.9
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ rmdir /S /Q e
|
||||
virtualenv --system-site-packages e
|
||||
set PATH=%WORKSPACE%\e\scripts;%PATH%
|
||||
|
||||
pip install mutagen==1.25
|
||||
pip install mutagen==1.27
|
||||
pip install discid==1.1.0
|
||||
|
||||
if "%PATCH_VERSION%" == "1" python setup.py patch_version --platform=win
|
||||
|
||||
Reference in New Issue
Block a user