forked from pool/python-mutagen
update to 1.22 OBS-URL: https://build.opensuse.org/request/show/203073 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=8
84 lines
3.3 KiB
Plaintext
84 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Oct 12 19:17:41 UTC 2013 - i@marguerite.su
|
|
|
|
- update to 1.22:
|
|
* Minimum required Python version is now 2.6
|
|
* Online API reference at https://mutagen.readthedocs.org/
|
|
* EasyID3:
|
|
* Fix crash with empty TXXX values. (#135)
|
|
* ID3:
|
|
* id3v2.3 writing support (#85)
|
|
* Add iTunes podcast frames (TGID, TDES, WFED) (#141)
|
|
* Updated id3v1 genre list
|
|
* MP4:
|
|
* add_tags() will not replace existing tags. (#101)
|
|
* Don't ignore tags if parsing unknown atoms fails.
|
|
* Raise on invalid 64bit atom size (#132, Sidnei da Silva)
|
|
* APEv2:
|
|
* Handle invalid tag item count. (#145, Dawid Zamirski)
|
|
* Ogg:
|
|
* Faster parsing of files with large packets.
|
|
* VComment:
|
|
* Preserve text case for field names added through the dict interface (#152)
|
|
* mid3v2:
|
|
* New -e,--escape switch to enable interpretation of escape sequences and
|
|
makes escaping of the colon separator possible. (#159)
|
|
* mid3iconv:
|
|
* Convert COMM frames (#128)
|
|
- clean spec and don't use the INSTALLED_FILES way, which make this spec
|
|
contains no useful information exposed on web
|
|
* expand %py_requires or SP1 won't build
|
|
* add BuildRequires: python-distrubite because it used setup.py
|
|
* remove the entire %clean section, unneeded now
|
|
* TUTORIAL is no more, so no need of dos2unix too.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 26 21:17:34 UTC 2010 - boris@steki.net
|
|
|
|
- spec file fixes
|
|
* fixed suse version for OS11.2 as it have noarch detected correctly
|
|
* remove shebangs from library files
|
|
* simplified fix for compressed manual pages
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 14 08:26:56 UTC 2010 - coolo@novell.com
|
|
|
|
- update to 1.20:
|
|
* tons of changes in two years time, support for almost everything
|
|
improved, see NEWS file for a lengthy description
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 25 00:35:21 CEST 2008 - dmueller@suse.de
|
|
|
|
- update to 1.14:
|
|
* MP4/M4A: Fixed saving of atoms with 64-bit size on 64-bit platforms.
|
|
* MP4: Conversion of 'gnre' atoms to '\xa9gen' text atoms now correctly
|
|
produces a list of string values, not just a single value.
|
|
* ID3: Broken RVA2 frames are now discarded. (Vladislav Naumov)
|
|
* ID3: Use long integers when appropriate.
|
|
* VCommentDict: Raise UnicodeEncodeErrors when trying to use a Unicode
|
|
key that is not valid ASCII; keys are also normalized to ASCII
|
|
str objects. (Forest Bond)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 16 15:51:21 CET 2008 - hvogel@suse.de
|
|
|
|
- Update to version 1.13
|
|
* FLAC: Raise IOError, instead of UnboundLocalError, when trying
|
|
to open a non-existant file. (Lukáš Lalinský, Debian #448734)
|
|
* Throw out invalid frames when upgrading from 2.3 to 2.4.
|
|
* Fixed reading of Unicode strings from ASF files on big-endian
|
|
platforms.
|
|
* TCP/TCMP support.
|
|
* Faster implementation of file-writing when mmap fails, and
|
|
exclusive advisory locking when available.
|
|
* Use VBRI header to calculate length of VBR MP3 files if the Xing
|
|
header is not found.
|
|
* Write important ID3v2 frames near the start. (Lukáš Lalinský)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 4 13:54:21 CEST 2007 - hvogel@suse.de
|
|
|
|
- Initial package, Version 1.11
|
|
|