File python-pydub.changes of Package python-pydub

-------------------------------------------------------------------
Wed Dec 11 11:56:48 UTC 2024 - Markéta Machová <mmachova@suse.com>

- (Build)Require audioop-lts on Python 3.13

-------------------------------------------------------------------
Tue Sep 24 23:02:36 UTC 2024 - Guang Yee <gyee@suse.com>

- Enable sle15_python_module_pythons. 

-------------------------------------------------------------------
Mon May 20 11:49:43 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

- If ffmpeg_pref is defined, use it, otherwise use ffmpeg-6 or
  ffmpeg-4 depening on suse_version.

-------------------------------------------------------------------
Fri May 17 11:30:40 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>

- Build with ffmpeg-6 in TW and ffmpeg-4 in Leap

-------------------------------------------------------------------
Mon Mar 25 04:56:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

- Switch to pytest macro.
- Limit to ffmpeg 5.

-------------------------------------------------------------------
Fri Feb 16 03:31:40 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

- Add patch fix-assertions.patch:
  * Fix assetion methods.
- Switch to pyproject macros.

-------------------------------------------------------------------
Wed Dec  7 23:23:13 UTC 2022 - Matej Cepl <mcepl@suse.com>

- Add skip_libopenh264-7.patch which skips failing tests when
  libopenh264 is not available (which is always, because the
  library is in Packman). gh#jiaaro/pydub#700

-------------------------------------------------------------------
Wed Mar 10 20:05:05 UTC 2021 - Ben Greiner <code@bnavigator.de>

- Update to 0.25.1
  * Fix crashing bug in new scipy-powered EQ effects
- Release 0.25.0
  * Don't show a runtime warning about the optional ffplay
    dependency being missing until someone trys to use it
  * Documentation improvements
  * Python 3.9 support
  * Improved efficiency of loading wave files with pydub.
    AudioSegment.from_file()
  * Ensure pydub.AudioSegment().export() always retuns files with
    a seek position at the beginning of the file
  * Added more EQ effects to pydub.scipy_effects (requires scipy
    to be installed)
  * Fix a packaging bug where the LICENSE file was not included in
    the source distribution
  * Add a way to instantiate a pydub.AudioSegment() with a portion
    of an audio file via pydub.AudioSegment().from_file()
- Release 0.24.1
  * Fix bug where ffmpeg errors in Python 3 are illegible
  * Fix bug where split_on_silence fails when there are one or
    fewer nonsilent segments
  * Fix bug in fallback audioop implementation
- Release 0.24.0
  * Fix inconsistent handling of 8-bit audio
  * Fix bug where certain files will fail to parse
  * Fix bug where pyaudio stream is not closed on error
  * Allow codecs and parameters in wav and raw export
  * Fix bug in pydub.AudioSegment.from_file where supplied codec
    is ignored
  * Allow pydub.silence.split_on_silence to take a boolean for
    keep_silence
  * Fix bug where pydub.silence.split_on_silence sometimes adds
    non-silence from adjacent segments
  * Fix bug where pydub.AudioSegment.extract_wav_headers fails on
    empty wav files
  * Add new function pydub.silence.detect_leading_silence
  * Support conversion between an arbitrary number of channels and
    mono in pydub.AudioSegment.set_channels
  * Fix several issues related to reading from filelike objects
- Drop 0001-Skip-tests-that-use-unavailable-codecs.patch merged 
  upstream
- Reinstate python36 build. SciPy is optional 

-------------------------------------------------------------------
Sat Feb 13 10:14:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

- skip python 3.6 build (no scipy) 

-------------------------------------------------------------------
Tue Feb 19 19:14:45 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

- Enable tests. Changed source to the github release, which also
  removes the need to provide a copy of the LICENSE file.
- Add 0001-Skip-tests-that-use-unavailable-codecs.patch to skip
  tests that use codecs not supported by the official ffmpeg package

-------------------------------------------------------------------
Mon Feb 18 10:12:59 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>

- Update to 0.23.1
  * Fix bug in passing ffmpeg/avconv parameters for
    pydub.AudioSegment.from_mp3(), pydub.AudioSegment.from_flv(),
    pydub.AudioSegment.from_ogg() and pydub.AudioSegment.from_wav()
  * Fix logic bug in pydub.effects.strip_silence()

-------------------------------------------------------------------
Tue Dec  4 12:52:09 UTC 2018 - Matej Cepl <mcepl@suse.com>

- Remove superfluous devel dependency for noarch package

-------------------------------------------------------------------
Wed Oct 31 11:26:43 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

- Use noun phrase.

-------------------------------------------------------------------
Wed Oct 31 04:48:36 UTC 2018 - Todd R <toddrme2178@gmail.com>

- Update to 0.23.0
  * Add support for playback via simpleaudio
  * Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313)
  * Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308)

-------------------------------------------------------------------
Wed Jul 11 17:18:18 UTC 2018 - alarrosa@suse.com

- Update to 0.22.1
  * Fix pydub.utils.mediainfo_json() to work with newer,
    backwards-incompatible versions of ffprobe/avprobe

- Update to 0.22.0
  * Adds support for audio with frame rates (sample rates) of 48k and higher
    (requires scipy) (PR #262, fixes #134, #237, #209)
  * Adds support for PEP 519 File Path protocol (PR #252)
  * Fixes a few places where handles to temporary files are kept open (PR #280)
  * Add the license file to the python package to aid other packaging projects
    (PR #279, fixes #274)
  * Big fix for pydub.silence.detect_silence() (PR #263)

-------------------------------------------------------------------
Thu May 10 00:03:10 UTC 2018 - toddrme2178@gmail.com

- Update to 0.21.0
  * NOTE: Semi-counterintuitive change: using the a stride when
    slicing AudioSegment instances (for example, `sound[::5000]`)
    will return chunks of 5000ms (not 1ms chunks every 5000ms)
    (#222)
  * Debug output from ffmpeg/avlib is no longer printed to the
    console unless you set up logging (see README for how to set
    up logging for your converter) (#223)
  * All pydub exceptions are now subclasses of
    `pydub.exceptions.PydubException`
  * The utilities in `pydub.silence` now accept a
    `seek_step` argument which can optionally be passed to
    improve the performance of silence detection (#211)
  * Fix to `pydub.silence` utilities which allow you to detect
    perfect silence (#233)
  * Fix a bug where threaded code screws up your terminal session
    due to ffmpeg inheriting the stdin from the parent process.
    (#231)
  * Fix a bug where a crashing programs using pydub would leave
    behind their temporary files (#206)
- Use license tag

-------------------------------------------------------------------
Wed Oct 18 16:45:45 UTC 2017 - toddrme2178@gmail.com

- Implement single-spec version
- Update to version 0.20.0
  * See changelog at https://github.com/jiaaro/pydub/blob/v0.20.0/CHANGELOG.md

-------------------------------------------------------------------
Sat Oct  1 18:05:47 UTC 2016 - mardnh@gmx.de

- Update to version 0.16.5
  - upstream does not provide a changelog

-------------------------------------------------------------------
Mon Jul 14 11:35:14 UTC 2014 - toddrme2178@gmail.com

- - Initial version

openSUSE Build Service is sponsored by