File python-eyeD3.changes of Package python-eyeD3
-------------------------------------------------------------------
Mon May 15 23:22:09 UTC 2023 - James Pearson <jamesp@vicidial.com>
- Update to 0.9.7
o See changes here: https://github.com/nicfit/eyeD3/blob/master/HISTORY.rst
- Update spec file from home:frispete as baseline for new module changes
- Remove old patches and source:
o eyeD3-0.7.8-process-sorted.diff
o eyeD3-0.7.8-display-shortened-path.diff
o eyeD3-0.7.8-mention-filename-with-invalid-mp3.diff
o eyeD3-0.7.8-encode-empty-image-desc-in-latin1.diff
o eyeD3-0.7.8-stable-tag-order.diff
o eyeD3-0.7.8.tar.gz
-------------------------------------------------------------------
Wed Nov 11 11:56:11 UTC 2015 - hpj@urpla.net
- apply a few usability patches
-------------------------------------------------------------------
Fri Oct 9 08:55:40 UTC 2015 - hpj@urpla.net
- update to 0.7.7:
+ New Features:
[pymod plugin] – A more procedural plugin interface with modules.
[art plugin] – Extract tag art to image files, or add images to tags.
eyed3.utils.art - High level tag art API
eyed3.id3.frames.ImageFrame.makeFileName produces the file extension .jpg
instead of .jpeg for JPEG mime-types.
Added eyed3.utils.makeUniqueFileName for better reuse.
[statistics plugin] – Less score deduction for lower bit rates.
Split example plugins module into discrete plugin modules.
[fixup plugin] – Added –fix-case for applying title() to names
[fixup plugin] – Detects and optionally removes files determined to be cruft.
eyed3.id3.Tag – Added frameiter method for iterating over tag frames.
Added optional preserve_file_time argument to eyed3.id3.Tag.remove.
Removed python-magic dependency, it not longer offers any value (AFAICT).
+ Bug Fixes:
[issue 50] Crashing on –remove-frame PRIV
[issue 75] Parse lameinfo even if crc16 is not correct
[issue 77] Typo in docs/installation.rst
[issue 79] Request to update the GPL License in source files
Fixes to eyed3.id3.tag.TagTemplate when expanding empty dates.
eyed3.plugins.Plugin.handleDone return code is not actually used.
[classic plugin] – Fixed ID3v1 –verbose bug.
[fixup plugin] – Better date handling, album type, and many bug fixes.
- update to 0.7.6: Aborted
- update to 0.7.5:
+ New Features:
[issue 49] Support for album artist info. By Cyril Roelandt <tipecaml@gmail.com>
[fixup plugin] – Custom patterns for file/directory renaming. By Matt Black
<https://bitbucket.org/mafrosis>
API providing simple prompts for plugins to use.
API and TXXX frame mappings for album type (e.g. various, album, demo, etc.) and
artist origin (i.e. where the artist/band is from).
Lower cases ANSI codes and other console fixes.
[issue 9] Added the ability to set (remove) tag padding. See eyeD3 –max-padding
option. By Hans Meine.
Tag class contains read_only attribute than can be set to True to disable the
save method.
[classic plugin] – Added --track-offset for incrementing/decrementing the track
number.
[fixup plugin] – Check for and fix cover art files.
+ Bug Fixes:
Build from pypi when paver is not available.
[issue 46] Disable ANSI color codes when TERM == “dumb”
[issue 47] Locking around libmagic.
[issue 54] Work around for zero-padded utf16 strings.
[issue 65] Safer tempfile usage.
[issue 65] Better default v1.x genre.
- outdated patch CVE-2014-1934-mktemp.patch removed
-------------------------------------------------------------------
Mon Apr 28 12:05:49 UTC 2014 - jmatejek@suse.com
- update to 0.7.4:
* new `fixup` plugin for repairing tags in directories
* more steps towards Python3 compatibility
* APIs modified to be more reusable
* recognize more exotic MIME types for mp3 files
* fixed crash on non-ascii URLs
* supports python-magic >= 0.4.4
* several new features and bugfixes
- added CVE-2014-1934-mktemp.patch: insecure use of temporary files
(CVE-2014-1934-mktemp.patch, bnc#863744)
-------------------------------------------------------------------
Wed Sep 11 18:52:43 UTC 2013 - os-dev@jacraig.com
- Fix build on SLE 11 SP1: add conditional definition of python_sitelib.
-------------------------------------------------------------------
Sun Sep 8 20:28:17 UTC 2013 - os-dev@jacraig.com
- Update to 0.7.3:
* Allow setup.py to run with having ``paver`` installed.
* [statistics plgin] Don't crash when 0 files are processed.
- Changes from 0.6.18 to 0.7.2:
* Many new features and bug fixes. Please see docs/changelog.rst.
* This release is **NOT** API compatible with 0.6.x. The majority of the
command line interface has been preserved although many options have
either changed or been removed.
- Add python-devel and -setuptools dependencies.
- Update build step: no more ./configure, make.
- Don't use INSTALLED_FILES anymore.
-------------------------------------------------------------------
Sun Nov 27 15:17:40 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.6.18:
* supports disc number frames
* adds %Y (year) and %G (genre) substitution variables for file renames
* improves XML (--jep-118) escaping
* adds and a new output (--rfc822) format
* makes --rename no longer clobber files
* adds the new option --itunes to write only iTunes-accepted genres
* if available, the "magic" module will be used to determine mimetypes when
the filename is not enough
* --set-encoding can be used along with a version conversion arg to apply a
new encoding to the new tag
* less crashing now occurs when invalid user text frames or invalid BPM
values are encountered
-------------------------------------------------------------------
Tue Aug 11 20:30:04 CEST 2009 - matejcik@suse.cz
- build as noarch on newer distros
-------------------------------------------------------------------
Wed Aug 5 18:15:30 CEST 2009 - matejcik@suse.cz
- update to 0.6.17
* minor bugfixes
* proper exit code for eyed3 cmdline tool
-------------------------------------------------------------------
Fri Sep 12 14:17:57 CEST 2008 - matejcik@suse.cz
- update to 0.6.16
* minor bugfixes
* fixed infinite loop in malformed APIC frames
-------------------------------------------------------------------
Thu Jul 26 17:15:04 CEST 2007 - jmatejek@suse.cz
- update to 0.6.14
* decreased memory consumption
* .nfo output option
* extraction of Lame encoding info
* fixed many write and other bugs
-------------------------------------------------------------------
Thu Oct 19 16:09:22 CEST 2006 - jmatejek@suse.cz
- update to 0.6.10
- better support for i18n
- faster MP3 header search and other improvements
-------------------------------------------------------------------
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
- updated to reflect python changes due to #149809
-------------------------------------------------------------------
Wed Jan 25 21:40:47 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Oct 10 12:24:36 CEST 2005 - jmatejek@suse.cz
- update to 0.6.8
-------------------------------------------------------------------
Wed Feb 9 17:49:17 CET 2005 - mcihar@suse.cz
- update to 0.6.4
- drop not needed patch
-------------------------------------------------------------------
Wed Nov 24 12:43:14 CET 2004 - mcihar@suse.cz
- update to 0.6.3
-------------------------------------------------------------------
Wed Aug 25 21:27:25 CEST 2004 - mcihar@suse.cz
- don't need python-optik
-------------------------------------------------------------------
Wed Aug 18 12:38:28 CEST 2004 - mcihar@suse.cz
- initial packaging