Revisions of python-mutagen

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 661691 from Sean Lewis's avatar Sean Lewis (seanlew) (revision 39)
Update mutagen to 1.42.0
buildservice-autocommit accepted request 659505 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 38)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 37)
Clean up the SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 36)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 627528 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 35)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 627522 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 34)
- update to version 1.41.0:
  * Documentation fixes :pr:`342` (:user:`Jakub Wilk <jwilk>`)
  * mid3v2: Add support for WXXX frames :bug:`344` :bug:`348`
  * Fix decoding of track_peak from MP3 Info Tag :pr:`345`
    (:user:`Anton Yuzhaninov <citrin>`)
  * MonkeysAudio: set bits_per_sample for older files :bug:`347`
- drop obsolete ignore-W504.patch
buildservice-autocommit accepted request 596193 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 33)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 596185 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 32)
- Update to version 1.40.0:
  * APEv2: Ensures tags are saved in a deterministic way
  * easymp4: Fix EasyMP4.add_tags() when no tags exist
  * id3: Fix PyCharm not being able to resolve id3 frame class references
  * Support pathlib.Path objects for paths (PEP 519)
  * Use semver for versioning
- Add ignore-W504.patch to ignore PEP8's W504 messages which make the pep8
  test fail.
buildservice-autocommit accepted request 540503 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 31)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 540486 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 30)
- Update to version 1.39:
  * Tests:
    * Require hypothesis
    * Run pycodestyle/pyflakes tests by default. Skip with --no-quality or
      -m no quality when using pytest directly.
  * Python 3.3 is no longer supported
  * MP3: Improved bitrate accuracy for files with XING header
  * ASF: Fix case where some tags resulted in broken ASFUnicodeAttribute
    instances
  * Add support for filesystems which don’t support opening files read/write
    (gvfs over fuse for example)
  * mid3v2: Add support for USLT
  * Other minor improvements
- Update to version 1.38:
  * ID3:
    * Add iTunes grouping frame id3.GRP1
    * Fix exposing text frames where the text can’t be encoded with
      the reported encoding due to merging of frames
  * OGG: Fix wrong StreamInfo.length (small negative value) for all
    ogg based formats in rare cases.
- Rebased the reduce-test-length.diff patch.
- Added the hypothesis, pycodestyle and pyflakes python modules to the
  BuildRequires, since they are needed for the tests.
buildservice-autocommit accepted request 487700 from Todd R's avatar Todd R (TheBlackCat) (revision 29)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 486959 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 28)
- Use singlespec macros.
- Drop fix-tests-tools-names.diff which is not needed anymore.
- Add reduce-test-length.diff to reduce the number of iterations in a test
  that is repeated for each data test file, for every byte, so it only tests
  each file for the first 10 bytes. This way we reduce the time it takes to
  test mutagen (and the corresponding cpu usage in obs) from 1078 seconds
  (nearly 18 minutes) to 53 seconds (for each python version).
buildservice-autocommit accepted request 482011 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 27)
baserev update by copy to link target
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) accepted request 482001 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 26)
- Use files.pythonhosted.org for Source url
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 480414 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 25)
- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 452417 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 24)
- update to version 1.36.2:
  * ID3: Always write little endian utf-16 with BOM.
    Fixes tests on big endian machines :pr:`289`
- update to version 1.36.1:
  * Support GAE runtime :bug:`286`
  * FLAC: Fix crash when loading files with zero samples :bug:`287`
  * MP3: Handle broken lame tags written by older lame versions
- update to version 1.36:
  * ID3: Ignore trailing empty values for v2.3 text frames :bug:`276`
  * ID3: Write large APIC frames last :bug:`278`
  * EasyID3: support saving as v2.3 :bug:`188`
  * FLAC: Add StreamInfo.bitrate :bug:`279`
  * mid3cp: Add ``--merge`` option :bug:`277`
  * MP4: Allow loading files without audio tracks :bug:`272`
- update to version 1.35.1:
  * Revert back to distutils :bug:`273`
- update to version 1.35:
  * Tests: Require pytest
  * Tools: Install .exe launchers on Windows
  * setup.py: Require setuptools
  * ID3:
    * Fix loading files with CRM frames :bug:`239`
    * Fix loading AENC, LINK, GRID frames with no payload
    * Merge duplicate text frames with same key on load :bug:`172`
    * Allow parsing of duplicate APIC frames :bug:`172`
    * Parse utf-16 text fields with missing BOM :bug:`267`
    * Increase max resyncs for the mpeg frame search :bug:`268`
- Add fix-tests-tools-names.diff. This fixes the tests to run
  successfully since they try to extract the module name from the tool
  name, but we changed the tools names so they can be co-installed
buildservice-autocommit accepted request 419456 from Todd R's avatar Todd R (TheBlackCat) (revision 23)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 419454 from Todd R's avatar Todd R (TheBlackCat) (revision 22)
Fix update-alternatives implementation
buildservice-autocommit accepted request 388230 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 387375 from michel_mno's avatar michel_mno (revision 20)
- fix_SynchronizedTextSpec_test_on_BE.patch for ppc64 archi
  as per upstream commit Id c4d43fa
Displaying revisions 21 - 40 of 59
openSUSE Build Service is sponsored by