forked from pool/python-mutagen
- Updated to 1.28
* Various minor fixes to make mutagen behave the same under Python3 as under Python2.
* Update gpl text [205]
* Documentation: Add example for how to create a new flac.Picture [209]
* ID3:
* Various error handling fixes ([110], [211], ...)
* Don’t hide ID3 loading errors with ID3FileType.
* In case a synch safe marked frame isn’t sync safe, only warn [210]
* Removed PEDANTIC mode
* Tools:
* Add signal handling [170]
* mid3cp: Make it work under Windows.
* mutagen-inspect: Make it work under Windows+Python3 [216]
* Support unicode file paths under Windows+Python2 [214]
* Support file paths with invalid encoding under Unix+Python3.
- Adapt the spec file for SLE11
- Replace names of scripts in setup.py
OBS-URL: https://build.opensuse.org/request/show/294154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutagen?expand=0&rev=16
124 lines
4.9 KiB
Plaintext
124 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
||
Thu Apr 2 10:06:28 UTC 2015 - aplanas@suse.com
|
||
|
||
- Updated to 1.28
|
||
* Various minor fixes to make mutagen behave the same under Python3 as under Python2.
|
||
* Update gpl text [205]
|
||
* Documentation: Add example for how to create a new flac.Picture [209]
|
||
* ID3:
|
||
* Various error handling fixes ([110], [211], ...)
|
||
* Don’t hide ID3 loading errors with ID3FileType.
|
||
* In case a synch safe marked frame isn’t sync safe, only warn [210]
|
||
* Removed PEDANTIC mode
|
||
* Tools:
|
||
* Add signal handling [170]
|
||
* mid3cp: Make it work under Windows.
|
||
* mutagen-inspect: Make it work under Windows+Python3 [216]
|
||
* Support unicode file paths under Windows+Python2 [214]
|
||
* Support file paths with invalid encoding under Unix+Python3.
|
||
- Adapt the spec file for SLE11
|
||
- Replace names of scripts in setup.py
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 08 20:48:00 UTC 2014 - Led <ledest@gmail.com>
|
||
|
||
- fix bashisms in pre script
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 14 11:51:34 UTC 2013 - i@marguerite.su
|
||
|
||
- Implement update-alternatives
|
||
* prepare for python3-mutagenx, which has the same binaries/manpages
|
||
as this one but still in python2 state.
|
||
* it just doesn't hurt...
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 13 12:13:39 UTC 2013 - p.drouand@gmail.com
|
||
|
||
- Replace python-distribute with python-setuptools BuildRequires
|
||
- Remove Requires: python = %{py_ver}; it's useless
|
||
|
||
-------------------------------------------------------------------
|
||
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
|
||
|