14
0

Accepting request 480414 from home:alarrosa:branches:devel:languages:python

- update to version 1.37:
  * Relicense "GPLv2" → "GPLv2 or later" 🐛`291`
  * DSF: add `mutagen.dsf` module for DSF (DSD Stream File) support
    :pr:`283` (Boris Pruessmann)
  * MP3: Add `mp3.MPEGInfo.encoder_settings` containing a guess of the encoder
    settings used, for example ``"-V2"`` for LAME 🐛`66`
  * ID3: add iTunes movement related frames `id3.MVIN` and `id3.MVNM`
  * MP4: support ``©mvi``, ``©mvc``, ``shwm``, ``stik``, ``rtng``, ``tves``,
    ``tvsn``, ``plID``, ``cnID``, ``geID``, ``atID``, ``sfID``, ``cmID``,
    ``akID`` 🐛`130`
- update to version 1.36.3:
  * MP3: fix error with xing frames without a frame count 🐛`292`
- Run spec file through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/480414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=25
This commit is contained in:
2017-03-21 16:15:46 +00:00
committed by Git OBS Bridge
parent 30a3cea467
commit 9d1757be75
4 changed files with 43 additions and 26 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Mar 16 13:14:53 UTC 2017 - alarrosa@suse.com
- update to version 1.37:
* Relicense "GPLv2" → "GPLv2 or later" :bug:`291`
* DSF: add `mutagen.dsf` module for DSF (DSD Stream File) support
:pr:`283` (Boris Pruessmann)
* MP3: Add `mp3.MPEGInfo.encoder_settings` containing a guess of the encoder
settings used, for example ``"-V2"`` for LAME :bug:`66`
* ID3: add iTunes movement related frames `id3.MVIN` and `id3.MVNM`
* MP4: support ``©mvi``, ``©mvc``, ``shwm``, ``stik``, ``rtng``, ``tves``,
``tvsn``, ``plID``, ``cnID``, ``geID``, ``atID``, ``sfID``, ``cmID``,
``akID`` :bug:`130`
- update to version 1.36.3:
* MP3: fix error with xing frames without a frame count :bug:`292`
- Run spec file through spec-cleaner
-------------------------------------------------------------------
Wed Jan 25 14:31:30 UTC 2017 - alarrosa@suse.com