Revisions of python-mutagen

buildservice-autocommit accepted request 1153725 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 59)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 58)
- Switch to autosetup and pyproject macros.
buildservice-autocommit accepted request 1129065 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
- update to 1.47.0:
  * ID3: Allow reading TYER tags in the form of "yyyy-mm-dd"
  * ID3: Handle negative extended header sizes :pr:`607`
  * ID3: id3 frames fix bad cast due to str.isdigit :pr:`616`
  * MP3: Auto-detect MP3 files without ID3 tags :pr:`601`
  * WAVE: Extensible wave format support :bug:`595` :pr:`596`
  * WAVE, AIFF: Handle truncated IFF files :bug:`496` :pr:`517`
  * MP4: add a check for wrong offsets in mp4 files :bug:`426`
  * FLAC: Fix cuesheet and seektable saving :pr:`534`
  * TrueAudio: Read sample rate as unsigned and handle zero
    sample rate :pr:`609`
  * docs: Fixed documentation for id3.ID3.save parameter
    v2_version
  * docs: Make extlinks compatible with sphinx 6.0 :pr:`590`
  * docs: Fixed various typos :pr:`602`
  * Add some more type annotations :pr:`622`
  * Various minor fixes for issues uncovered by oss-fuzz
buildservice-autocommit accepted request 1097952 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 55)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1097142 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 54)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1042478 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1042384 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 52)
- Update to 1.46.0:
  * Drop Support for Python 3.5 and 3.6 #pr487 #pr568
  * Add pyproject.toml and switch to poetry for development only
    #pr513
  * tests: no longer include flake8 in the test suite, it has to
    be run separately now #pr571
  * Start adding some type annotations and integrate mypy #pr488
  * easyid3: map easyid3 grouping to TIT1 #pr505
  * mutagen-inspect: add usage documentation #pr540
  * wave: Fix bitrate calculation #pr566
  * Increase buffer size for rewriting files from 256K to 1M to
    improve performance with network shares #pr570
  * Other changes: code cleanup #pr514, typos #pr565, remove upper
    limit for python version #pr579
buildservice-autocommit accepted request 835174 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 51)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 50)
- update to 1.45.1:
  * Fix flake8 tests when run after calling ``setup.py build`` :bug:`482`
  * No longer use mmap when rewriting files. Fixes slow save performance with Windows network shares, ZFS and more :pr:`483` :pr:`484`
  * WAVE support with ID3 tags :pr:`408` (:user:`Philipp Wolfer <phw>`, :user:`Borewit`)
  * DSDIFF support with ID3 tags :pr:`473` :pr:`472` (:user:`Philipp Wolfer <phw>`)
  * MP4: Add support for nero chapters :pr:`398` (:user:`Martin Weinelt <mweinelt>`)
  * wavpack: add support for wavpack DSD :pr:`464` (:user:`Timothy Redaelli <drizzt>`)
  * wavpack: add bits_per_sample :pr:`467` (:user:`Timothy Redaelli <drizzt>`)
  * MP4: handle DecoderSpecificInfo with wrong instance size :pr:`465`
  * docs: various fixes :pr:`461` (:user:`Terence Eden <edent>`), :pr:`474` (:user:`naglis`)
  * tests: depend on flake8 now (instead of pycodestyle and pyflakes)
  * docs: fix warnings with sphinx v3
  * Fuzzing integration with `python-afl <https://github.com/jwilk/python-afl>`__ :pr:`449`
  * Fix various unhandled error cases in ogg, asf, oggvorbis, id3 :pr:`441`, :pr:`445`, :pr:`446`, :pr:`447`, :pr:`448`, :pr:`454` (:user:`Julien Voisin <jvoisin>`)
  * aac: Fix ZeroDivisionError in case frequency is unknown
  * musepack: handle truncated stream header
  * musepack: handle invalid sample rate index
  * musepack: handle duplicate RG/SH packets
  * oggtheora: handle truncated header packet
  * oggtheora: fail if FRN in the header packet is zero
  * oggtheora: handle empty pages in more cases
  * ogg: handle empty pages in to_packets()
  * aiff: handle overflow in read_float() :pr:`456`
buildservice-autocommit accepted request 790056 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 49)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 790031 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 48)
- version update to 1.44.0
  * Python 2 is no longer supported :bug:`410`
  * mp4: Fix some infinite loops in the mp4 parser :pr:`429` (:user:`Julien Voisin <jvoisin>`)
  * flac: Fix pickle support for SeekPoint :pr:`428` (:user:`point-source`)
  * aiff: Fix a division by zero :pr:`431` (:user:`Julien Voisin <jvoisin>`)
  * asf: Catch a MemoryError :pr:`432` (:user:`Julien Voisin <jvoisin>`)
  * oggtheora: Fix a division by zero :pr:`430` (:user:`Julien Voisin <jvoisin>`)
buildservice-autocommit accepted request 762801 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 47)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 762796 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 46)
- Update to version 1.43.0:
  * Python 3.4 is no longer supported
  * Building requires ‘setuptools’ now, CLI tools depend on
    ‘pkg_resources’
  * CLI tools are setuptools entry points now
  * Fix collections ABCs deprecation warning #pr371
  * Minor typo fixes #pr375
  * MP3: increase max initial wrong syncs from 1000 to 1500 #pr376
  * FLAC: support files with multiple VORBIS_COMMENT blocks like
    libflac #pr378
  * ID3: Improved TYER/TDAT/TIME upgrade to TDRC #pr385
  * MP4: Add support for iTunes HD Video tag (hdvd) #pr386
  * Add AC3 file type #pr400
  * AIFF: renamed sample_size to bits_per_sample (sample_size still
    works) #pr403
  * API doc fixes #pr404 #pr407
  * Add support for Tom’s lossless Audio Kompressor (TAK) #pr405
  * OptimFROG: support encoder version >= 5.100 #pr406
  * AIFF: Fix handling of padding bytes, safe chunk manipulation #pr409
  * Fix typos #pr412
- Add Requires: python-setuptools since CLI tools now depend on it
buildservice-autocommit accepted request 680397 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 45)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 680396 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 44)
- Remove unnecessary build dependencies on code style linters, by using upstream provided `setup.py test --no-quality`, discarding 0001-pycodestyle-fix-new-warnings.patch
buildservice-autocommit accepted request 671890 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 43)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 671317 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 42)
- Add 0001-pycodestyle-fix-new-warnings.patch from upstream to fix a
  pep8 error in the tests that makes the package fail to build.
buildservice-autocommit accepted request 662312 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 41)
baserev update by copy to link target
Displaying revisions 1 - 20 of 59
openSUSE Build Service is sponsored by